Read-only public endpoints
The first API layer is static and cache-friendly. It exposes public catalogs, research indexes, provenance, source-monitor status, Guyana data and platform capabilities without authentication.
| Endpoint | Purpose |
|---|---|
| /api/v1/catalog.json | Tool catalog |
| /api/v1/research.json | Research and public resource index |
| /api/v1/methodology.json | Methodology register |
| /api/v1/provenance.json | Integrity registry |
| /api/v1/guyana.json | Guyana monitored data snapshot |
| /api/v1/sources.json | Official-source monitor |
| /api/v1/capabilities.json | Platform capability discovery |
| /api/v1/openapi.json | Machine-readable API description |
Integration note
These JSON documents are public web resources. Server-side clients can retrieve them directly. Browser cross-origin behavior depends on the hosting response headers.