S

Satellite & GeoRisk x402 API · Location Risk

by Satellite & GeoRisk x402 API

POSTBase

$0.01

per call · USD Coin on Base

Current multi-hazard intelligence for any coordinates. Finds nearby wildfire, earthquake, flood, tropical cyclone, volcano, and drought signals and returns compact deterministic risk scores without generating satellite images.

Endpoint

POST https://sat.ipintel.ai/location-risk

2

Calls / 30d

2

Unique payers / 30d

Sep 9

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://sat.ipintel.ai/location-risk", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "lat": 13.7713,
    "lon": 120.6627,
    "top_events_limit": 8
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://sat.ipintel.ai/location-risk" \
  -H "Content-Type: application/json" \
  -d '{"lat":13.7713,"lon":120.6627,"top_events_limit":8}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "active_hazard_count": 2,
  "hazards": {
    "earthquake": {
      "evidence_count": 2,
      "level": "low",
      "max_magnitude": 3.8,
      "radius_km": 300,
      "score": 20,
      "window_days": 7
    },
    "wildfire": {
      "evidence_count": 7,
      "level": "medium",
      "nearest_km": 12.4,
      "radius_km": 50,
      "score": 38,
      "window_days": 5
    }
  },
  "location": {
    "lat": 13.7713,
    "lon": 120.6627
  },
  "ok": true,
  "overall_risk": {
    "level": "medium",
    "primary_hazard": "wildfire",
    "score": 42,
    "secondary_hazard_boost": 4
  },
  "satellite_images_included": false,
  "tool": "location-risk"
}

Payment details

Pay to0x0550779cfbc832657a8bb46bac9f359a5ad038b8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Satellite & GeoRisk x402 API & similar services