ToolAssay

Recent earthquakes — search newest-first USGS seismic events by rolling time win

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

Answeringour last check, 2026-09-24
1 of 1checks answered this week
632 msmedian answer time
$0.005listed price per call
$0.005price 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://earthquakes.use.x402atlas.com/recent

CategorySearch and research
Provider hostearthquakes.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 632 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "hours": 24,
    "limit": 100,
    "min_magnitude": 2.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"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "hours": {
              "default": 24,
              "description": "Rolling UTC window in hours",
              "maximum": 720,
              "minimum": 1,
              "type": "integer"
            },
            "limit": {
              "default": 100,
              "description": "Maximum normalized events returned",
              "maximum": 200,
              "minimum": 1,
              "type": "integer"
            },
            "min_magnitude": {
              "default": 2.5,
              "description": "Minimum USGS preferred magnitude",
              "maximum": 10,
              "minimum": -2,
              "type": "number"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "_atlas": {
              "additionalProperties": false,
              "description": "Atlas documentation and related-route metadata added after deployment",
              "properties": {
                "docs": {
                  "description": "Documentation URL for this bridge",
                  "format": "uri",
                  "maxLength": 512,
                  "type": "string"
                },
                "related": {
                  "description": "Bounded related Atlas routes",
                  "items": {
                    "additionalProperties": false,
                    "description": "One related Atlas route",
                    "properties": {
                      "bridge": {
                        "description": "Related bridge name",
                        "maxLength": 64,
                        "type": "string"
                      },
                      "docs": {
                        "description": "Related bridge documentation URL",
                        "format": "uri",
                        "maxLength": 512,
                        "type": "string"
                      },
                      "summary": {
                        "description": "Short capability summary",
                        "maxLength": 256,
                        "type": "string"
                      },
                      "url": {
                        "description": "Related route URL",
                        "format": "uri",
                        "maxLength": 512,
                        "type": "string"
                      }
                    },
                    "required": [
                      "bridge",
                      "url",
                      "docs",
                      "summary"
                    ],
                    "type": "object"
                  },
                  "maxItems": 3,
                  "type": "array"
                }
              },
              "required": [
                "docs"
              ],
              "type": "object"
            },
            "count": {
              "description": "Number of normalized events returned",
              "maximum": 200,
              "minimum": 0,
              "type": "integer"
            },
            "events": {
              "description": "Deduplicated events ordered by occurred time descending then ID",
              "items": {
                "additionalProperties": false,
                "properties": {
                  "alert_level": {
                    "description": "USGS PAGER alert level when supplied, or null",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "depth_km": {
                    "description": "Reported source depth in kilometers",
                    "maximum": 1000,
                    "minimum": -100,
                    "type": "number"
                  },
                  "event_type": {
                    "description": "USGS seismic event type when supplied, or null",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "felt_reports": {
                    "description": "Number of USGS DYFI felt reports, or null",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "id": {
                    "description": "Preferred public event identifier",
                    "type": "string"
                  },
                  "latitude": {
                    "description": "Epicenter latitude in decimal degrees",
                    "maximum": 90,
                    "minimum": -90,
                    "type": "number"
                  },
                  "longitude": {
                    "description": "Epicenter longitude in decimal degrees",
                    "maximum": 180,
                    "minimum": -180,
                    "type": "number"
                  },
                  "magnitude": {
                    "description": "USGS preferred magnitude, or null when unknown",
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "magnitude_type": {
                    "description": "USGS preferred magnitude method, or null when unknown",
                    "type": [
                      "string",
                      "null"
           

This page as JSON