Vibe Springs · AIR Quality

by Vibe Springs

GETBase

$0.002

per call · USD Coin on Base

Real-time and forecast air quality index (AQI) and particulate matter database. Retrieves PM2.5, PM10, ozone (O3), nitrogen dioxide (NO2), sulfur dioxide (SO2), carbon monoxide (CO), US AQI scale labels, and European AQI parameters for any location globally. Crucial for smart city analytics, health monitoring, outdoor event planning, and environmental geointelligence.

Endpoint

GET https://vibesprings.net/api/air-quality

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://vibesprings.net/api/air-quality", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://vibesprings.net/api/air-quality?days=3&location=Beijing" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "current": {
    "carbon_monoxide": 0.8,
    "nitrogen_dioxide": 18.4,
    "ozone": 22.1,
    "pm10": 60.2,
    "pm2_5": 43.5,
    "us_aqi": 120,
    "us_aqi_label": "Unhealthy for Sensitive Groups"
  },
  "daily_summary": [
    {
      "avg_us_aqi": 110,
      "date": "2026-05-24",
      "max_pm2_5": 45,
      "overall_label": "Unhealthy for Sensitive Groups"
    }
  ],
  "location": "Beijing, China"
}

Payment details

Pay to0x38c063312719220c676e988f0dee14b4ec0e44c8
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 Vibe Springs & similar services