# ClimatePulse Event Climate Intelligence

> ClimatePulse Event Climate Intelligence is a paid API for AI agents from climatepulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns AI-synthesized historical climate analysis and event planning guidance for a specific date, location, and event type

## Facts

- Endpoint: GET https://climatepulse.theaslangroupllc.com/api/climate/event
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/climatepulse-event-climate-intelligence-9e96003a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ymFYwTIjBpVfJ3LuM6whg

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-event-climate-intelligence-9e96003a
```

Example prompt: What are the historical climate conditions and weather risks for an outdoor wedding in Napa, CA on September 15, 2026 — give me best and worst case scenarios and any event-specific planning guidance?

## When to prefer this

Choose this endpoint when planning a specific real-world event at a known future date and location where historical climate patterns (not a live short-term forecast) are needed. It is especially valuable for events planned more than 10 days out where standard forecasts are unreliable. Its event-type parameter makes it uniquely suited for generating venue-relevant, activity-specific planning advice rather than generic weather summaries.

## Known failure modes

- Missing required 'date' or 'location' fields returns a 400 validation error
- Unrecognized or ambiguous location strings may fail geocoding and return an error
- Dates beyond the historical data range or in the very near future may return degraded data
- Unsupported language codes for 'lang' may default to English or return an error
- Payment failure via x402 protocol returns a 402 response before any data is delivered

## How this service works

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.

## Output

A JSON object containing historical climate averages (high/low temps, precipitation, sunny day percentage), weather risk level, probability assessments for rain, frost, severe heat, and hurricanes, best and worst case scenario descriptions, optimal time-of-day recommendation, event-specific planning guidance, contingency recommendations, and affiliate links to relevant gear — all tailored to the specified event type and location.

## 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-event-climate-intelligence-9e96003a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from climatepulse.theaslangroupllc.com](https://www.zero.xyz/host/climatepulse.theaslangroupllc.com/llms.txt)
