Animica x402 Directory

Directory

jurat.dev

jurat.dev publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.5 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/v1/conformance GET $0.5 200
/v1/preflight GET $0.005 200
/v1/scores GET $0.01 200
/v1/snapshot GET $0.01 402

What these endpoints do

jurat.dev/v1/conformance

Signed conformance report over a whole x402 service. Sweeps every paid endpoint the service declares, GET and POST alike, runs the same checks /v1/preflight runs on each, grades the result, and return…

GET · $0.5 · probe 200

jurat.dev/v1/preflight

Audit any x402 endpoint before you pay it: reads the live HTTP 402 challenge, decodes the payment terms, and compares the price advertised in its openapi.json against the price actually charged. Retur…

GET · $0.005 · probe 200

jurat.dev/v1/scores

Normalized scoreboard of fixtures across 24 leagues (US majors, top soccer leagues, the South African Premiership, UFC, 8 rugby competitions, IPL and Big Bash cricket): every fixture with its state, c…

GET · $0.01 · probe 200

jurat.dev/v1/snapshot

Notarize any public web page or API response: fetches the URL server-side, archives the exact bytes, and returns a tamper-evident ed25519 attestation recording the final URL, UTC timestamp, HTTP statu…

GET · $0.01 · probe 402