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#
| Endpoint | What it is |
|---|---|
/data/review-registry.json | The full registry: every tracked agent with slug, name, score, tier, lane, category, detailUrl, dates. |
/data/scorecards/{slug}.json | Per-agent v2 scorecard — field reference. |
/data/attestations/{slug}.json | Signed attestation envelope for agent-to-agent verification. |
/data/trending.json | Top-rated / freshest / rising, computed from the registry. |
/data/acr-index.json | Agentic-Commerce Readiness per agent (band + evidence basis). |
/badge/{slug}.svg · /badge/{slug}.json | Live trust badge — badge docs. |
/llms.txt · /llms-full.txt | Token-frugal capability map for LLMs. |
/agent-manifest.json · /agents.json | Agent-discovery manifests. |
/feed.xml | RSS 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#
- HF dataset — registry, attestations, open corpus
- HF leaderboard Space — interactive leaderboard over the same data
- GitHub public mirror — sanitized data + integration sources