ClimatePulse · Climate Smoke
by ClimatePulse
$0.05
per call · USD Coin on Base
Is wildfire smoke affecting the air here right now? Smoke tracker — AQI estimate, nearby active fires, health risk level, mask and indoor-air guidance, and evacuation status for any location.
Endpoint
GET https://climatepulse.theaslangroupllc.com/api/climate/smoke1
Calls / 30d
1
Unique payers / 30d
Aug 20
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://climatepulse.theaslangroupllc.com/api/climate/smoke", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://climatepulse.theaslangroupllc.com/api/climate/smoke?lang=es&location=Sacramento%2C+CA" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"active_fires_nearby": "Two active wildfires burning in the foothills roughly 40 miles northeast",
"affiliates": {
"air_purifier": "https://www.amazon.com/s?k=hepa+air+purifier",
"n95_masks": "https://www.amazon.com/s?k=n95+mask"
},
"aqi_category": "Unhealthy",
"current_aqi_estimate": 168,
"data_note": "Synthesized from current regional fire and air-quality reporting",
"disclaimer": "General environmental guidance, not personalized medical advice.",
"evacuation_guidance": "No evacuation order yet; keep essentials packed and monitor local alerts",
"evacuation_status": "watch area",
"general_public_guidance": "Avoid prolonged outdoor exertion; limit time outside",
"generated_at": "2026-07-03T12:00:00.000Z",
"health_risk_level": "high",
"indoor_recommendations": [
"Keep windows and doors closed",
"Set HVAC to recirculate with a MERV-13+ filter"
],
"location": "Sacramento, CA",
"mask_recommendation": "recommended",
"mask_type": "N95 or KN95",
"outlook": "Smoke expected to persist through the week unless winds shift",
"primary_cause": "wildfire",
"protective_measures": [
"Wear a properly fitted N95/KN95 outdoors",
"Run a HEPA air purifier indoors"
],
"sensitive_group_guidance": "Stay indoors with windows closed; run a HEPA air purifier; wear an N95 if you must go outside",
"smoke_present": true,
"tracking_resources": [
"airnow.gov",
"InciWeb (inciweb.nwcg.gov)"
]
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from ClimatePulse & similar services
ClimatePulse · Climate NOW
climatepulse.theaslangroupllc.com
What should I wear outside right now? Real-time hyperlocal conditions (temp, feels-like, UV, wind) with an outdoor score, hourly highlights, and Amazon + REI gear picks matched to today's actual weather for any location.
ClimatePulse · Climate Date Pick
climatepulse.theaslangroupllc.com
Rank 2-6 candidate dates for an outdoor event by real historical weather odds. Rain, heat, frost, wind, and extreme-heat probabilities counted in code from 10 years of NASA POWER reanalysis rows for each date, a deterministic 0-100 weather-favorability score, per-date risk verdicts, and a plain-language recommendation. The "which Saturday should we book?" call for weddings, festivals, and races — any location worldwide.
ClimatePulse · Climate Event Brief
climatepulse.theaslangroupllc.com
Premium event-weather brief for any date and location worldwide. Rain, heat, frost, wind, and extreme-heat odds computed in code from 10 years of actual NASA POWER reanalysis rows (counted, not model-estimated), the live 10-day MET Norway forecast when the date is in range, a dated go/no-go decision timeline, contingency plan, schedule guidance, and heat-safety plan for weddings, festivals, marathons, and any outdoor event.