$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-quality1
Calls / 30d
1
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
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 -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
0x38c063312719220c676e988f0dee14b4ec0e44c8USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Vibe Springs & similar services
Vibe Springs · Price BTC USD
vibesprings.net
Real-time BTC/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price ETH USD
vibesprings.net
Real-time ETH/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price SOL USD
vibesprings.net
Real-time SOL/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.