CCPEDIAdocs
API reference

Sources

Per-source freshness, record counts, change history.

EndpointReturns
GET /api/v1/sourcesAll 25 sources: last_run, age_seconds, record count, freshness threshold
GET /api/v1/changes?since=What changed across all sources since a timestamp

Full schema: /api/v1/openapi.json.

Example

curl -s 'https://ccpedia.xyz/api/v1/sources' | jq '.[] | {name, age_seconds, status}'

On this page