About this endpoint
What it does
Retrieves USGS earthquake data for a specified time range, with optional filtering by result limit and minimum magnitude. The response schema is not yet defined beyond a JSON object, so the exact fields returned are not captured here.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| limit | Integer | No | Maximum number of results to return.<br>Default: 100.<br>Minimum: 1.<br>Maximum: 1000. |
| endtime | String | Yes | End of the time range to query. |
| starttime | String | Yes | Start of the time range to query. |
| minmagnitude | Number | No | Minimum earthquake magnitude to include.<br>Default: 4.5.<br>Minimum: 0.<br>Maximum: 10. |
Response
Returns a JSON object. The schema allows additional properties, but it does not define any concrete top-level fields, so the exact response shape is not specified yet.