Docs / Reference / Data API

HTTP data endpoints

All endpoints are public, CORS-open (access-control-allow-origin: *), unauthenticated, and edge-cached. hlido.eu is canonical; mirrors refresh daily.

Endpoints#

EndpointWhat it is
/data/review-registry.jsonThe full registry: every tracked agent with slug, name, score, tier, lane, category, detailUrl, dates.
/data/scorecards/{slug}.jsonPer-agent v2 scorecard — field reference.
/data/attestations/{slug}.jsonSigned attestation envelope for agent-to-agent verification.
/data/trending.jsonTop-rated / freshest / rising, computed from the registry.
/data/acr-index.jsonAgentic-Commerce Readiness per agent (band + evidence basis).
/badge/{slug}.svg · /badge/{slug}.jsonLive trust badge — badge docs.
/llms.txt · /llms-full.txtToken-frugal capability map for LLMs.
/agent-manifest.json · /agents.jsonAgent-discovery manifests.
/feed.xmlRSS of new reviews and reports.

Example#

curl -s https://hlido.eu/data/scorecards/aider.json | jq '{score, tier, checklist}'

Open data (CC-BY-4.0)#

The full corpus dump lives at /data/open/ (JSONL + manifest with sha256) and mirrors to the HuggingFace dataset. Cite "Hlido (hlido.eu)".

Mirrors#