/status endpoint: upstream service health and the timestamp of the most recent OSM replication tick ingested into the geocoding index. Use data_updated to monitor freshness of the underlying data. Data is (C) OpenStreetMap contributors (ODbL 1.0).x-api-key: ********************curl --location '/api/v1/geocoding/status' \
--header 'x-api-key: <api-key>'{
"data": {
"status": 0,
"message": "string",
"data_updated": "string",
"software_version": "string",
"database_version": "string",
"attribution": "(C) OpenStreetMap contributors (ODbL 1.0)"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}