Animica x402 Directory

Directory / 402utils.com

402utils.com/v1/rss-to-json

Fetch an RSS 2.0 or Atom feed and return clean JSON: feed title, link and description, plus items with title, link, ISO-8601 publishedAt, summary and author. Handles both formats and normalises the dates. The caller-supplied URL is SSRF-checked; the fetch is capped at 2 MB and 8 s.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://402utils.com/v1/rss-to-json'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://402utils.com/v1/rss-to-json'

Endpoint: https://402utils.com/v1/rss-to-json. Operated by 402utils.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on 402utils.com

402utils.com/v1/color

Colour utilities: ?op=convert (default) turns any hex/rgb()/hsl()/CSS-name into hex, rgb, hsl, hsv, alpha, relative luminance and exact CSS name; ?op=contrast w…

GET · $0.001

402utils.com/v1/domain-check

Domain availability and expiry intelligence via RDAP, the WHOIS successor. Queries the authoritative registry for any RDAP-enabled TLD: free domains return regi…

GET · $0.002

402utils.com/v1/ecb-calendar

TARGET2/T2 settlement calendar — the SEPA banking calendar, to predict when a euro transfer settles. TARGET is closed on weekends + six fixed days (New Year, Go…

GET · $0.001

402utils.com/v1/echo

Echoes back the JSON body you send, with a server timestamp. Useful for verifying your x402 client integration end to end.

POST · $0.001

402utils.com/v1/email-check

Validate an email address before you accept a signup or send to it: RFC 5322 syntax, whether the domain resolves and its MX records, whether it is a disposable/…

GET · $0.003

402utils.com/v1/hash

Compute cryptographic hashes / checksums of a string or of raw bytes (base64). Returns lowercase hex for each requested algorithm: sha256 (default), sha512, sha…

POST · $0.001

402utils.com/v1/peppol-lookup

Look up a business in the public Peppol Directory — where to route an e-invoice (the BT-34/49 electronic address). ?id= (a Peppol id like 0225:992412536, or a v…

GET · $0.003

402utils.com/v1/phone-check

Validate and normalize a phone number with full Google libphonenumber metadata: strict validity against each national numbering plan, E.164 / international / na…

GET · $0.002

402utils.com/v1/regex-test

Test a regex against one or many inputs, safely. Send {pattern, flags?, input|inputs[], mode?}: 'match' returns the first match + capture groups, 'matchAll' eve…

POST · $0.001

402utils.com/v1/rerank

Rerank passages by relevance to a query via Cloudflare Workers AI (@cf/baai/bge-reranker-base). Send {query, documents[] (≤50, each ≤4000 chars), topK?}; return…

POST · $0.004

402utils.com/v1/screenshot

Capture a screenshot of any public web page with a headless Chrome browser. Set the viewport, grab the full scrollable page or just the fold, and choose PNG, JP…

POST · $0.008

402utils.com/v1/slugify

Turn free multilingual text into a URL-safe slug. Transliterates Latin (all diacritics: é→e, ü→u), Cyrillic and Greek to ASCII; deterministic. Options: separato…

POST · $0.001

All 16 endpoints on 402utils.com →