ClimatePulse · Climate Date Pick
by ClimatePulse
$0.25
per call · USD Coin on Base
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.
Endpoint
GET https://climatepulse.theaslangroupllc.com/api/climate/date-pick2
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/date-pick", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://climatepulse.theaslangroupllc.com/api/climate/date-pick?dates=2027-04-10%2C2027-05-15%2C2027-10-09&event_type=wedding&lang=es&location=Austin%2C+TX&units=metric" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"location": "Austin, TX, United States",
"ranking": [
{
"date": "2027-10-09",
"favorability_score": 88,
"probabilities_pct": {
"any_rain": 13,
"hot_day": 9
},
"rank": 1,
"risk": {
"heat": "low",
"overall": "low",
"rain": "low"
}
},
{
"date": "2027-04-10",
"favorability_score": 74,
"probabilities_pct": {
"any_rain": 26,
"hot_day": 1
},
"rank": 2,
"risk": {
"heat": "low",
"overall": "moderate",
"rain": "moderate"
}
},
{
"date": "2027-05-15",
"favorability_score": 61,
"probabilities_pct": {
"any_rain": 31,
"hot_day": 14
},
"rank": 3,
"risk": {
"heat": "moderate",
"overall": "moderate",
"rain": "moderate"
}
}
],
"recommendation": "Book October 9th: half the rain odds of either spring date and essentially no heat risk.",
"scoring_method": "100 minus weighted historical probabilities — deterministic and recomputable"
}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 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.
ClimatePulse · Climate Event
climatepulse.theaslangroupllc.com
What are the odds of rain at my outdoor wedding on a given date? Historical weather probability (not a forecast) for any location and date — rain/heat/frost odds, a risk level, and contingency-planning guidance for weddings, marathons, and festivals.