# ClimatePulse Historical Weather Probability for Events

> ClimatePulse Historical Weather Probability for Events is a paid API for AI agents from climatepulse-six.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns historical weather probability odds for specific conditions at a given date and location, optimized for outdoor event planning and travel decisions.

## Facts

- Endpoint: GET https://climatepulse-six.vercel.app/api/climate/event
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/climatepulse-historical-weather-probability-for-events-c8193ee1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IrXyThSfmMM_uc7fWZ14l

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability climatepulse-historical-weather-probability-for-events-c8193ee1
```

Example prompt: What are the historical odds of clear, rain-free weather in Austin, Texas on June 14 — I'm planning an outdoor evening wedding reception and need to know how risky that date is.

## When to prefer this

Use this endpoint when a user needs historical climate probability for a specific future date and location — particularly for outdoor event planning, wedding venues, festivals, or travel decisions where knowing the statistical likelihood of certain conditions matters more than a short-term forecast.

## Known failure modes

- Invalid or unrecognized location returns 400 error
- Date outside supported historical range returns 400 or empty result
- Missing required parameters (location or date) returns 422 validation error
- Location too remote or lacking historical data returns empty or low-confidence result
- Network timeout on Vercel cold start returns 504

## How this service works

Global climate and weather intelligence API. Open-Meteo real-time weather + AI synthesis. Severe weather assessment, air quality monitoring, wildfire smoke tracking, agricultural grow-day modeling, climate comparison, event weather planning, and hyper-local forecasts. Covers 195 countries with 1km resolution weather data. Serves individuals, agricultural operators, event planners, outdoor recreation agents, and climate-sensitive businesses. Emergency preparedness, air purifier, solar energy, and outdoor gear affiliates included. All endpoints support any language via ?lang=. Pricing: $0.05–$0.10 USDC/call via x402 micropayment.

## Output

Returns historical probability percentages for specified weather conditions (e.g. rain, sun, wind, temperature ranges) for the given date and location, derived from historical climate data, enabling event planners to assess risk for outdoor events.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "date",
  "location"
 ],
 "properties": {
  "date": {
   "type": "string",
   "description": "Target event date (YYYY-MM-DD)"
  },
  "lang": {
   "type": "string",
   "description": "Response language code (e.g. es, fr, de); defaults to English"
  },
  "location": {
   "type": "string",
   "description": "City, address, or lat,lon for the event"
  },
  "event_type": {
   "type": "string",
   "description": "Event type — tailors the guidance (e.g. wedding, marathon, outdoor-festival, camping)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "location": "Napa, CA",
  "affiliates": {
   "weather_gear": "https://www.rei.com/search?q=weather+gear"
  },
  "disclaimer": "Historical climate data indicates statistical likelihood only. Actual conditions on a specific date cannot be predicted beyond ~10 days. Always check a forecast as your event approaches.",
  "target_date": "2026-09-15",
  "generated_at": "2026-07-03T12:00:00.000Z",
  "target_month": "September",
  "best_case_scenario": "Clear skies, mid-80s, light breeze",
  "historical_caveats": "Based on regional historical averages, not this specific site",
  "typical_conditions": "Warm, dry, and sunny with cool evenings — peak Napa Valley harvest season",
  "weather_risk_level": "low",
  "historical_averages": {
   "average_low_f": 52,
   "average_high_f": 84,
   "average_sunny_days_pct": 90,
   "average_rain_days_in_month": 1,
   "average_precipitation_inches": 0.2
  },
  "optimal_time_of_day": "Late afternoon into evening",
  "worst_case_scenario": "A rare early-season heat spike into the mid-90s",
  "event_planning_guidance": "Low rain risk; the main consideration is afternoon heat — schedule the ceremony for early evening",
  "probability_assessments": {
   "hurricane_season": false,
   "rain_probability_pct": 8,
   "frost_probability_pct": 0,
   "severe_weather_season": false,
   "extreme_heat_probability_pct": 15,
   "significant_rain_probability_pct": 2
  },
  "contingency_recommendations": [
   "Have shade or a tent as a heat contingency",
   "Rain contingency is low priority this month"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/climatepulse-historical-weather-probability-for-events-c8193ee1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from climatepulse-six.vercel.app](https://www.zero.xyz/host/climatepulse-six.vercel.app/llms.txt)
