curl --location --request GET '/api/v1/earthquakes/search?starttime&endtime&minmagnitude&maxmagnitude&latitude&longitude&maxradiuskm&mindepth&maxdepth&alertlevel&limit&orderby' \
--header 'x-api-key: ABCD314159'{
"data": {
"count": 0,
"title": "string",
"generated": 0,
"earthquakes": [
{
"id": "string",
"magnitude": 0,
"magnitude_type": "string",
"place": "string",
"time": 0,
"updated": 0,
"timezone_offset": null,
"url": "string",
"detail_url": "string",
"felt": 0,
"cdi": 0,
"mmi": 0,
"alert": "string",
"status": "string",
"tsunami": 0,
"significance": 0,
"network": "string",
"code": "string",
"sources": "string",
"types": "string",
"event_type": "string",
"longitude": 0,
"latitude": 0,
"depth_km": 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
}
}