# ClimatePulse Climate Comparison

> ClimatePulse Climate Comparison 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).

Compares the climate of two or more locations side-by-side to support travel timing and relocation decisions

## Facts

- Endpoint: GET https://climatepulse-six.vercel.app/api/climate/compare
- 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-climate-comparison-7fd1d4f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_awoQHl3kG6H1MZJon6B4T

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-climate-comparison-7fd1d4f8
```

Example prompt: Can you compare the climate of Lisbon and Barcelona side by side so I can decide which is better for relocating this fall — I want to know which has milder temperatures, less rain, and overall better conditions?

## When to prefer this

Use this endpoint when an agent needs to directly compare the climate of two or more specific locations — ideal for travel timing decisions (which destination is better in a given month) or relocation research (which city has a preferable long-term climate). Prefer this over a single-location weather endpoint when the user's question is inherently comparative.

## Known failure modes

- Unknown or misspelled location name returns a location resolution error
- Missing required location parameters returns a 400 bad request
- Comparison for very remote or data-sparse locations may return incomplete climate data
- Payment not fulfilled via x402 protocol returns 402 Payment Required
- Rate limiting or service unavailability returns 503

## How this service works

Miami or Denver for a winter trip? Side-by-side climate comparison of 2-4 locations — temperature, humidity, UV, and 7-day outlook — with per-location outdoor scores and pros/cons for travel, relocation, or outdoor-sports agents.

## Output

A structured side-by-side climate comparison of two or more locations, including temperature ranges, precipitation levels, seasonal patterns, and a suitability assessment for travel or relocation purposes

## 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-climate-comparison-7fd1d4f8/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)
