Latest earthquakes from the USGS real-time catalog (public domain, updated withi
Latest earthquakes from the USGS real-time catalog (public domain, updated within minutes). Query: ?minmagnitude=4.5&limit=20; optional starttime/endtime (ISO 8601), geographic filter latitude+longitude+maxradiuskm, alertlevel=green|yellow|orange|red (PAGER). Returns a normalized list: magnitude, place, UTC time, coordinates, depth, tsunami flag, significance. 5 min cache.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
912 msmedian answer time
$0.002listed price per call
$0.002price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://data.greeneris.io/v1/geo/quakes
| Category | Everything else |
|---|---|
| Provider host | data.greeneris.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.002 | 912 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 5,
"minmagnitude": 4.5
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"alertlevel": {
"enum": [
"green",
"yellow",
"orange",
"red"
],
"type": "string"
},
"endtime": {
"description": "ISO 8601, e.g. 2026-07-13",
"type": "string"
},
"latitude": {
"description": "Center of radius filter",
"type": "number"
},
"limit": {
"default": 20,
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"longitude": {
"description": "Center of radius filter",
"type": "number"
},
"maxradiuskm": {
"description": "Radius in km around latitude/longitude",
"type": "number"
},
"minmagnitude": {
"default": 4.5,
"maximum": 10,
"minimum": -1,
"type": "number"
},
"starttime": {
"description": "ISO 8601, e.g. 2026-07-01",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}