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 returns an ed25519-signed report the operator can publish and anyone can verify offline. Coverage is inside the signature, so a partial sweep can never be passed off as a full one. Retrieving any report is free forever.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://jurat.dev/v1/conformance' # -> 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://jurat.dev/v1/conformance'
Endpoint: https://jurat.dev/v1/conformance. Operated by jurat.dev, not by Animica. Price and availability were correct at the last probe on 2026-08-24 and are set by the operator, who may change them.
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 a…
Normalized scoreboard of fixtures across 24 leagues (US majors, top soccer leagues, the South African Premiership, UFC, 8 rugby competitions, IPL and Big Bash c…
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 …