ClimatePulse · Climate Severe
by ClimatePulse
$0.08
per call · USD Coin on Base
Should I be worried about the storm headed this way? Severe weather threat assessment — active alerts, threat level, a safety timeline, a preparedness checklist, shelter guidance, and emergency contacts for any location.
Endpoint
GET https://climatepulse.theaslangroupllc.com/api/climate/severe1
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/severe", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://climatepulse.theaslangroupllc.com/api/climate/severe?lang=es&location=Tampa%2C+FL&units=imperial" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"_meta": {
"coordinates": {
"lat": 27.9506,
"lon": -82.4572
},
"generated_at": "2026-07-03T12:00:00.000Z",
"source": "MET Norway (Norwegian Meteorological Institute) + OpenStreetMap contributors (Nominatim) + NOAA / National Weather Service + Tavily (web search)",
"units": "imperial"
},
"active_alerts": [
{
"headline": "Tropical Storm Watch issued for the coastal Tampa Bay area",
"source": "National Weather Service",
"type": "Tropical Storm Watch"
}
],
"affiliates": {
"emergency_kit": "https://www.amazon.com/s?k=emergency+preparedness+kit",
"home_security": "https://simplisafe.com/"
},
"amazon_gear": [
{
"amazon_link": "https://www.amazon.com/s?k=emergency+weather+radio&tag=pulsenetwork7-20",
"amazon_search": "emergency weather radio",
"item": "Battery/hand-crank weather radio",
"why": "Power may be interrupted"
}
],
"disclaimer": "Monitor weather.gov and your local emergency management office for official warnings. Conditions can change rapidly.",
"emergency_contacts": {
"emergency_management": "1-800-621-3362",
"local_emergency": "911",
"weather_radio": "162.400–162.550 MHz"
},
"forecast_conditions": {
"description": "Increasing clouds and rain bands",
"precipitation": "70%",
"temperature": "85°F",
"uv_index": 6,
"wind_max": "35 mph"
},
"location": "Tampa, FL",
"preparedness_checklist": [
{
"amazon_link": "https://www.amazon.com/s?k=emergency+water+storage&tag=pulsenetwork7-20",
"amazon_search": "emergency water storage",
"item": "Bottled water (1 gal/person/day, 3-day supply)",
"urgency": "today"
}
],
"primary_threat": "Tropical storm system approaching with heavy rain and gusty wind",
"rei_gear": [
{
"item": "Emergency survival kit",
"url": "https://www.rei.com/search?q=emergency+survival+kit+outdoor",
"why": "Elevated storm threat"
}
],
"safety_actions": [
"Secure loose outdoor items",
"Charge phones and power banks now",
"Review your evacuation route"
],
"shelter_guidance": "Stay indoors away from windows once winds pick up; move to an interior room if a tornado warning is issued.",
"threat_level": "elevated",
"timeline": [
{
"description": "Rain bands increasing through the evening, winds picking up overnight",
"window": "Next 24h"
}
],
"when_to_evacuate": null
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment 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.