SERVICE / DETAILother

Earthquake Intelligence

GET earthquakes.use.x402atlas.com/recent

SONAR SCORE0.793
LIVE PRICE0.005000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

23 observations in the last 24h
HANDSHAKE SUCCESS95.7%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY1531msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Recent earthquakes — search newest-first USGS seismic events by rolling time window and minimum magnitude, with revision, freshness, and provenance.

Resource: earthquakes.use.x402atlas.com/recent

Network: eip155:8453, eip155:137, eip155:42161 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2

Payment methods: · Last validation: 2026-09-14 09:28:46.77+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "properties": {
          "hours": {
            "type": "integer",
            "default": 24,
            "maximum": 720,
            "minimum": 1,
            "description": "Rolling UTC window in hours"
          },
          "limit": {
            "type": "integer",
            "default": 100,
            "maximum": 200,
            "minimum": 1,
            "description": "Maximum normalized events returned"
          },
          "min_magnitude": {
            "type": "number",
            "default": 2.5,
            "maximum": 10,
            "minimum": -2,
            "description": "Minimum USGS preferred magnitude"
          }
        },
        "additionalProperties": false
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "operation",
          "schema_version",
          "query",
          "count",
          "events",
          "source",
          "retrieved_at",
          "stale",
          "warnings"
        ],
        "properties": {
          "count": {
            "type": "integer",
            "maximum": 200,
            "minimum": 0,
            "description": "Number of normalized events returned"
          },
          "query": {
            "type": "object",
            "required": [
              "window_start",
              "window_end",
              "hours",
              "min_magnitude",
              "limit"
            ],
            "properties": {
              "hours": {
                "type": "integer",
                "maximum": 720,
                "minimum": 1,
                "description": "Applied rolling hours"
              },
              "limit": {
                "type": "integer",
                "maximum": 200,
                "minimum": 1,
                "description": "Applied event limit"
              },
              "window_end": {
                "type": "string",
                "format": "date-time",
                "description": "Inclusive UTC end bucket used for source query and cache identity"
              },
              "window_start": {
                "type": "string",
                "format": "date-time",
                "description": "Inclusive UTC start of the effective bucketed window"
              },
              "min_magnitude": {
                "type": "number",
                "maximum": 10,
                "minimum": -2,
                "description": "Applied minimum preferred magnitude"
              }
            },
            "description": "Normalized effective query identity used for source and cache selection",
            "additionalProperties": false
          },
          "stale": {
            "type": "boolean",
            "description": "True only when an older validated exact-query snapshot was served after source failure"
          },
          "_atlas": {
            "type": "object",
            "required": [
              "docs"
            ],
            "properties": {
              "docs": {
                "type": "string",
                "format": "uri",
                "maxLength": 512,
                "description": "Documentation URL for this bridge"
              },
              "related": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "bridge",
                    "url",
                    "docs",
                    "summary"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "format": "uri",
                      "maxLength": 512,
                      "description": "Related route URL"
                    },
                    "docs": {
                      "type": "string",
                      "format": "uri",
                      "maxLength": 512,
                      "description": "Related bridge documentation URL"
                    },
                    "bridge": {
                      "type": "string",
                      "maxLength": 64,
                      "description": "Related bridge name"
                    },
                    "summary": {
                      "type": "string",
                      "maxLength": 256,
                      "description": "Short capability summary"
                    }
                  },
                  "description": "One related Atlas route",
                  "additionalProperties": false
                },
                "maxItems": 3,
                "description": "Bounded related Atlas routes"
              }
            },
            "description": "Atlas documentation and related-route metadata added after deployment",
            "additionalProperties": false
          },
          "events": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "id",
                "occurred_at",
                "updated_at",
                "magnitude",
                "magnitude_type",
                "place",
                "longitude",
                "latitude",
                "depth_km",
                "tsunami",
                "significance",
                "felt_reports",
                "alert_level",
                "status",
                "event_type",
                "official_url",
                "source_network"
              ],
              "properties": {
                "id": {
                  "type": "string",
                  "description": "Preferred public event identifier"
                },
                "place": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "USGS textual place description, or null when unknown"
                },
                "status": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "USGS review status when supplied, or null"
                },
                "tsunami": {
                  "type": "boolean",
                  "description": "USGS tsunami flag; it is not a tsunami warning or prediction"
                },
                "depth_km": {
                  "type": "number",
                  "maximum": 1000,
                  "minimum": -100,
                  "description": "Reported source depth in kilometers"
                },
                "latitude": {
                  "type": "number",
                  "maximum": 90,
                  "minimum": -90,
                  "description": "Epicenter latitude in decimal degrees"
                },
                "longitude": {
                  "type": "number",
                  "maximum": 180,
                  "minimum": -180,
                  "description": "Epicenter longitude in decimal degrees"
                },
                "magnitude": {
                  "type": [
                    "number",
                    "null"
                  ],
                  "description": "USGS preferred magnitude, or null when unknown"
                },
                "event_type": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "USGS seismic event type when supplied, or null"
                },
                "updated_at": {
                  "type": "string",
                  "format": "date-time",
                  "description": "UTC time the preferred event record was last revised"
                },
                "alert_level": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "USGS PAGER alert level when supplied, or null"
                },
                "occurred_at": {
                  "type": "string",
                  "format": "date-time",
                  "description": "UTC origin time when rupture began"
                },
                "felt_reports": {
                  "type": [
                    "integer",
                    "null"
                  ],
                  "description": "Number of USGS DYFI felt reports, or null"
                },
                "official_url": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "Validated inert official USGS HTTPS event-page URL, or null; never fetched by this bridge"
                },
                "significance": {
                  "type": "integer",
                  "minimum": 0,
                  "description": "USGS significance score; not probability, damage, or danger"
                },
                "magnitude_type": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "USGS preferred magnitude method, or null when unknown"
                },
                "source_network": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "Preferred contributing network code, or null"
                }
              },
              "additionalProperties": false
            },
            "maxItems": 200,
            "description": "Deduplicated events ordered by occurred time descending then ID"
          },
          "source": {
            "type": "object",
            "required": [
              "name",
              "generated_at"
            ],
            "properties": {
              "name": {
                "type": "string",
                "const": "USGS",
                "description": "Official source organization"
              },
              "generated_at": {
                "type": "string",
                "format": "date-time",
                "description": "USGS source-generation or event-update time"
              }
            },
            "description": "Official USGS provenance for the served normalized snapshot",
            "additionalProperties": false
          },
          "warnings": {
            "type": "array",
            "items": {
              "type": "string",
              "description": "Actionable interpretation warning"
            },
            "description": "Revision, freshness, source-link, and safety limitations"
          },
          "operation": {
            "type": "string",
            "const": "recent-earthquakes",
            "description": "Stable route operation"
          },
          "retrieved_at": {
            "type": "string",
            "format": "date-time",
            "description": "UTC time this validated snapshot was retrieved"
          },
          "schema_version": {
            "type": "string",
            "const": "usgs-earthquake-v1",
            "description": "Pinned USGS normalization contract"
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "5000"
    },
    {
      "raw": {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:137",
      "amountAtomic": "5000"
    },
    {
      "raw": {
        "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:42161",
        "maxTimeoutSeconds": 300
      },
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:42161",
      "amountAtomic": "5000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.