API Documentation

⌘K
GET/api/1/data/catalog

Data catalog

Snapshot of major datasets: approximate or exact row counts and latest observation dates. Cached for one hour.

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/data/catalog' \
  -H 'Accept: application/json'
200 Response
{
  "data": {
    "category": "string",
    "table": "string",
    "rows": 0,
    "latest_date": "string"
  }
}