E

eu-verify · GEO Quakes

by eu-verify

GETBase

$0.002

per call · USD Coin on Base

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.

Endpoint

GET https://data.greeneris.io/v1/geo/quakes

2

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://data.greeneris.io/v1/geo/quakes", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/geo/quakes?limit=5&minmagnitude=4.5" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "min_magnitude": 4.5,
  "quakes": [
    {
      "alert": null,
      "depth_km": 10,
      "felt_reports": null,
      "id": "us6000rw2b",
      "latitude": -22.13,
      "longitude": 169.53,
      "magnitude": 4.9,
      "place": "southeast of the Loyalty Islands",
      "significance": 369,
      "time_utc": "2026-07-13T02:39:35Z",
      "tsunami": false,
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000rw2b"
    }
  ],
  "source": "USGS Earthquake Hazards Program (FDSN event API, public domain, real-time)"
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services