C

ClearCheck · Airquality

by ClearCheck

GETBaseSolanaArbitrumPolygon

$0.01

per call · USD Coin on Base

Current US air quality by ZIP: worst AQI now, the pollutant driving it, and a GOOD to HAZARDOUS verdict.

Endpoint

GET https://loonie-toll.onrender.com/airquality

1

Calls / 30d

1

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://loonie-toll.onrender.com/airquality", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://loonie-toll.onrender.com/airquality?zip=37201" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. AQI observations are hourly and can lag rapidly changing conditions such as wildfire smoke. Not affiliated with or endorsed …",
  "observations": [
    {
      "aqi": 42,
      "category": "Good",
      "observedAtLocal": "2026-09-08 18:00 CST",
      "pollutant": "O3",
      "reportingArea": "Nashville",
      "state": "TN"
    },
    {
      "aqi": 46,
      "category": "Good",
      "observedAtLocal": "2026-09-08 18:00 CST",
      "pollutant": "PM2.5",
      "reportingArea": "Nashville",
      "state": "TN"
    }
  ],
  "query": {
    "distanceMiles": 50,
    "zip": "37201"
  },
  "reasons": [
    "Worst current AQI is 46 (Good) from PM2.5 in Nashville.",
    "All monitored pollutants are in the Good range.",
    "…1 more"
  ],
  "retrievedAt": "2026-09-09T00:51:55.854Z",
  "source": "EPA AirNow (airnowapi.org)",
  "verdict": "GOOD",
  "worstPollutant": {
    "aqi": 46,
    "category": "Good",
    "observedAtLocal": "2026-09-08 18:00 CST",
    "pollutant": "PM2.5",
    "reportingArea": "Nashville",
    "state": "TN"
  }
}

Payment details

Pay to0xb531320805c5bed1d46aeadcf4f008fdf172dbda
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

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

Get featured →

More from ClearCheck & similar services