citemaps.org · registry
Citemap registry API
This is the API host for the public registry of citemap.json files on the open web. The spec itself lives at citemaps.org.
Endpoints
POST /api/registry/submit— register a citemap URLGET /api/registry/status/{id}— poll submission status
Submit a citemap
curl -X POST https://api.citemaps.org/api/registry/submit \
-H 'Content-Type: application/json' \
-d '{"url": "https://your-domain.com/citemap.json"}'Phase 1. Public index + faceted browse + verification flow land in subsequent phases.