# ClimatePulse Activity Weather Assessment

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

Returns a go/no-go suitability rating and gear recommendations for a specific outdoor activity at a given location and time.

## Facts

- Endpoint: GET https://climatepulse-six.vercel.app/api/climate/activity
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/climatepulse-activity-weather-assessment-eee0e522
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GngIIs1Xgabx0qpRI6noh

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-activity-weather-assessment-eee0e522
```

Example prompt: Can you give me a go/no-go read on going mountain biking in Bend, Oregon this Saturday — I need to know if conditions are suitable and what gear to bring?

## When to prefer this

Use this endpoint when a user wants a clear activity-specific suitability verdict — not just raw weather data — for an outdoor activity at a particular location and time. Prefer this over generic weather endpoints when the agent needs structured go/no-go guidance and gear recommendations tailored to a specific activity type rather than general forecast data.

## Known failure modes

- Unknown or unsupported activity type returns an error or empty suitability result
- Location not found or ambiguous location string causes lookup failure
- Date too far in the future may return low-confidence or unavailable forecast data
- Missing required parameters (activity or location) returns a 400-level error
- Payment not included or insufficient results in 402 Payment Required response

## How this service works

Is Saturday good for hiking near Denver? Activity-specific go/no-go rating (1-10) for hiking, skiing, surfing, cycling, camping, running, golf, beach, or fishing, with a gear checklist and alternative dates if conditions are bad.

## Output

A go/no-go suitability decision for the requested activity at the given location and time, along with a summary of relevant weather conditions and a list of gear recommendations appropriate to the forecast.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/climatepulse-activity-weather-assessment-eee0e522/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)
