T

Tools API · Quake

by Tools API

GETBase

$0.01

per call · USD Coin on Base

Lightweight utility API for agents and operators: DNS lookups, RDAP/WHOIS domain data, HTTP probes, page metadata extraction, cryptographic hashing, JSON validation, scheduled webhooks, and exotic endpoints (Base transaction decode, ENS resolve, USGS earthquakes, cron next-run, TLS certificate report). No shell access; outbound URL tools enforce SSRF protections.

Endpoint

GET https://tools.bip-rep.com/quake

2

Calls / 30d

2

Unique payers / 30d

Aug 30

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://tools.bip-rep.com/quake", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://tools.bip-rep.com/quake?limit=5&min_magnitude=2.5" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 2,
  "earthquakes": [
    {
      "coordinates": {
        "depth_km": 8.5,
        "lat": 35.62,
        "lon": -117.67
      },
      "id": "us7000abcd",
      "magnitude": 3.2,
      "place": "10 km NE of Ridgecrest, CA",
      "time": "2026-06-13T08:15:00.000Z",
      "tsunami": 0,
      "updated": "2026-06-13T08:16:00.000Z",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us7000abcd"
    }
  ],
  "feed": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson",
  "latency_ms": 210,
  "limit": 5,
  "min_magnitude": 2.5
}

Payment details

Pay to0x46830a57ca3806ec71b981e063dc39ca2a3c6fb0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Tools API & similar services