C

ClimatePulse · Climate Date Pick

by ClimatePulse

GETBaseSolanaArbitrumPolygonWorld ChainMonadX LayerHyperEVMAlgorandXRP LedgerBNB Chain

$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-pick

2

Calls / 30d

1

Unique payers / 30d

Aug 20

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x50ab2018c06c6e4eaa9ba52057eb55ed284912fc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon, World Chain, Monad, X Layer, HyperEVM, Algorand, XRP Ledger, BNB Chain
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from ClimatePulse & similar services