ClimatePulse · Climate AIR
by ClimatePulse
$0.05
per call · USD Coin on Base
Is it safe to exercise outside today? Real-time AQI with primary-pollutant breakdown (PM2.5, PM10, ozone), activity guidance by population group, N95/air-purifier recommendations, and condition-specific guidance for asthma, COPD, heart disease, pregnancy, and kids.
Endpoint
GET https://climatepulse.theaslangroupllc.com/api/climate/air1
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/air", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://climatepulse.theaslangroupllc.com/api/climate/air?lang=es&location=Los+Angeles%2C+CA" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"activity_guidance": {
"children_outdoor": "Normal outdoor play is fine",
"general_public": "No restrictions",
"outdoor_exercise": "Fine for most; sensitive individuals should shorten prolonged, high-intensity outdoor exercise",
"sensitive_groups": "Asthma/COPD/heart disease: reduce prolonged exertion, especially mid-afternoon when ozone peaks",
"sports_activities": "Proceed as planned; move strenuous drills to morning if possible"
},
"affiliates": {
"air_purifier": "https://www.amazon.com/s?k=hepa+air+purifier",
"n95_masks": "https://www.amazon.com/s?k=n95+mask"
},
"aqi_category": "Moderate",
"aqi_trend": "stable",
"best_time_to_exercise_today": "Before 11 AM, ahead of the afternoon ozone peak",
"current_aqi": 92,
"data_source_note": "Synthesized from current regional air-quality reporting",
"disclaimer": "General environmental guidance, not personalized medical advice.",
"generated_at": "2026-07-03T12:00:00.000Z",
"health_condition_specific_guidance": {
"asthma": "Keep rescue inhaler accessible; no restriction needed below AQI 100"
},
"health_message": "Air quality is acceptable for most people; sensitive groups should reduce prolonged or heavy outdoor exertion this afternoon.",
"indoor_recommendations": [
"Windows can stay open; no purifier needed at this level"
],
"location": "Los Angeles, CA",
"pollen_and_allergens": {
"tree_pollen_season": "Not in season this time of year in this region"
},
"primary_pollutant": "Ozone",
"protective_measures": [
"Exercise before noon to avoid peak ozone",
"Sensitive groups keep rescue inhaler on hand"
],
"smoke_notes": null,
"wildfire_smoke_present": false
}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.