{
  "x402Version": 2,
  "id": 7816,
  "slug": "7816",
  "resource": "https://loonie-toll.onrender.com/quakes",
  "description": "Recent earthquakes near a point: count, strongest, closest, and whether anything was significant enough to matter.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "days": 30,
            "lat": 34.05,
            "lon": -118.24,
            "radiusKm": 200
          },
          "type": "http"
        },
        "output": {
          "example": {
            "closest": {
              "at": "2026-09-06T07:13:11.150Z",
              "depthKm": 15.81,
              "distanceKm": 21,
              "feltReports": 1123,
              "magnitude": 3.07,
              "place": "4 km SSE of Compton, CA",
              "significance": 465,
              "tsunamiFlag": false,
              "url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41542024"
            },
            "counts": {
              "magnitude4Plus": 0,
              "magnitude5Plus": 0,
              "total": 10
            },
            "disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Seismic data is preliminary and revised over time. Not a substitute for professional seismic hazard assessment. Not affiliat…",
            "events": [
              {
                "at": "2026-08-19T07:31:35.950Z",
                "depthKm": 4.73,
                "distanceKm": 163,
                "feltReports": 165,
                "magnitude": 3.64,
                "place": "14 km N of Warner Springs, CA",
                "significance": 260,
                "tsunamiFlag": false,
                "url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41529896"
              },
              {
                "at": "2026-09-02T12:37:12.690Z",
                "depthKm": 6.14,
                "distanceKm": 60,
                "feltReports": 730,
                "magnitude": 3.2,
                "place": "6 km SE of Ontario, CA",
                "significance": 398,
                "tsunamiFlag": false,
                "url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41540608"
              }
            ],
            "query": {
              "days": 30,
              "lat": 34.05,
              "lon": -118.24,
              "minMagnitude": 2.5,
              "radiusKm": 200
            },
            "reasons": [
              "10 event(s), strongest magnitude 3.64. Routine background seismicity."
            ],
            "retrievedAt": "2026-09-09T00:56:51.407Z",
            "source": "USGS Earthquake Hazards Program (FDSN event service)",
            "strongest": {
              "at": "2026-08-19T07:31:35.950Z",
              "depthKm": 4.73,
              "distanceKm": 163,
              "feltReports": 165,
              "magnitude": 3.64,
              "place": "14 km N of Warner Springs, CA",
              "significance": 260,
              "tsunamiFlag": false,
              "url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41529896"
            },
            "verdict": "QUIET"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "days": {
                    "description": "Lookback window in days, default 30",
                    "type": "integer"
                  },
                  "lat": {
                    "description": "Latitude, decimal degrees",
                    "type": "number"
                  },
                  "lon": {
                    "description": "Longitude, decimal degrees",
                    "type": "number"
                  },
                  "minMagnitude": {
                    "description": "Minimum magnitude, default 2.5",
                    "type": "number"
                  },
                  "radiusKm": {
                    "description": "Search radius in km, default 200",
                    "type": "integer"
                  }
                },
                "required": [
                  "lat",
                  "lon"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "closest": {
                    "properties": {
                      "at": {
                        "type": "string"
                      },
                      "depthKm": {
                        "type": "number"
                      },
                      "distanceKm": {
                        "type": "integer"
                      },
                      "feltReports": {
                        "type": "integer"
                      },
                      "magnitude": {
                        "type": "number"
                      },
                      "place": {
                        "type": "string"
                      },
                      "significance": {
                        "type": "integer"
                      },
                      "tsunamiFlag": {
                        "type": "boolean"
                      },
                      "url": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "counts": {
                    "properties": {
                      "magnitude4Plus": {
                        "type": "integer"
                      },
                      "magnitude5Plus": {
                        "type": "integer"
                      },
                      "total": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "disclaimer": {
                    "type": "string"
                  },
                  "events": {
                    "items": {
                      "properties": {
                        "at": {
                          "type": "string"
                        },
                        "depthKm": {
                          "type": "number"
                        },
                        "distanceKm": {
                          "type": "integer"
                        },
                        "feltReports": {
                          "type": "integer"
                        },
                        "magnitude": {
                          "type": "number"
                        },
                        "place": {
                          "type": "string"
                        },
                        "significance": {
                          "type": "integer"
                        },
                        "tsunamiFlag": {
                          "type": "boolean"
                        },
                        "url": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "query": {
                    "properties": {
                      "days": {
                        "type": "integer"
                      },
                      "lat": {
                        "type": "number"
                      },
                      "lon": {
                        "type": "number"
                      },
                      "minMagnitude": {
                        "type": "number"
                      },
                      "radiusKm": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "reasons": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "retrievedAt": {
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "strongest": {
                    "properties": {
                      "at": {
                        "type": "string"
                      },
                      "depthKm": {
                        "type": "number"
                      },
                      "distanceKm": {
                        "type": "integer"
                      },
                      "feltReports": {
                        "type": "integer"
                      },
                      "magnitude": {
                        "type": "number"
                      },
                      "place": {
                        "type": "string"
                      },
                      "significance": {
                        "type": "integer"
                      },
                      "tsunamiFlag": {
                        "type": "boolean"
                      },
                      "url": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "verdict": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-16T21:14:14.865Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-16T21:14:14.659Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}