{
  "x402Version": 2,
  "id": 3930,
  "slug": "3930",
  "resource": "https://data.greeneris.io/v1/geo/quakes",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 5,
            "minmagnitude": 4.5
          },
          "type": "http"
        },
        "output": {
          "example": {
            "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)"
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "data.greeneris.io",
  "lastUpdated": "2026-09-06T07:03:46.959Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T07:03:46.634Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "data.greeneris.io",
    "manifest_name": "data.greeneris.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}