# ClimatePulse Climate Compare

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

Compares real-time weather and climate conditions across 2–4 locations with AI-synthesized rankings, pros/cons, and outdoor suitability scores

## Facts

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

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-compare-f9c0f87e
```

Example prompt: Compare the weather right now in Miami, Denver, and Seattle for me — I'm trying to decide where to relocate, and I want to see temperature, humidity, outdoor scores, and which city wins overall in metric units.

## When to prefer this

Choose this endpoint when you need a side-by-side multi-city weather comparison with synthesized intelligence rather than raw data — especially for travel, relocation, or event planning decisions where qualitative rankings and outdoor suitability scores matter. Prefer this over single-location weather APIs when the user's goal is explicitly comparative across 2–4 cities.

## Known failure modes

- Unrecognized or ambiguous location names may fail geocoding via Nominatim
- Fewer than 2 or more than 4 locations provided returns a validation error
- MET Norway data unavailable for a given geographic area (e.g. very remote regions)
- Network timeout if upstream weather or web-search providers are slow
- Invalid unit or lang parameter values may be ignored or cause unexpected output

## 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 JSON response including current conditions (temperature, humidity, wind, UV index, feels-like, precipitation chance), an outdoor suitability score, weekly outlook, pros and cons, comparative rankings (driest, warmest, coolest, sunniest, best outdoor today), a seasonal note, best-for-vacation and best-for-relocation picks, an overall recommendation, and affiliate gear suggestions relevant to the conditions found.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "locations"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language code (e.g. es, fr, de); defaults to English"
  },
  "units": {
   "type": "string",
   "description": "imperial (°F, mph) or metric (°C, km/h); defaults to imperial"
  },
  "purpose": {
   "type": "string",
   "description": "Comparison purpose (e.g. vacation, relocation, sports)"
  },
  "locations": {
   "type": "string",
   "description": "Comma-separated list of 2–4 locations (e.g. Miami,Seattle,Denver)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "_meta": {
   "units": "imperial",
   "source": "MET Norway (Norwegian Meteorological Institute) + OpenStreetMap contributors (Nominatim) + NOAA / National Weather Service + Tavily (web search)",
   "generated_at": "2026-07-03T12:00:00.000Z",
   "locations_resolved": [
    "Miami, FL",
    "Denver, CO"
   ]
  },
  "purpose": "relocation",
  "rankings": {
   "driest": "Denver",
   "coolest": "Denver",
   "warmest": "Miami",
   "sunniest": "Denver",
   "best_outdoor_today": "Denver"
  },
  "rei_gear": [
   {
    "url": "https://www.rei.com/search?q=versatile+outdoor+gear+travel",
    "why": "Wide day/night swing in Denver",
    "item": "Versatile packable layer"
   }
  ],
  "locations": [
   {
    "cons": [
     "High humidity",
     "Hurricane season risk"
    ],
    "name": "Miami",
    "pros": [
     "Warm year-round",
     "Beach access"
    ],
    "wind": "10 mph",
    "humidity": "75%",
    "uv_today": 10,
    "feels_like": "97°F",
    "temperature": "89°F",
    "week_outlook": "Daily afternoon storms, consistently hot and humid",
    "outdoor_score": 5,
    "current_description": "Hot and humid with afternoon storms",
    "precipitation_chance_today": "50%"
   },
   {
    "cons": [
     "High elevation UV",
     "Large day/night temperature swing"
    ],
    "name": "Denver",
    "pros": [
     "Low humidity",
     "Abundant sunshine"
    ],
    "wind": "12 mph",
    "humidity": "25%",
    "uv_today": 9,
    "feels_like": "80°F",
    "temperature": "82°F",
    "week_outlook": "Mostly sunny with one afternoon storm chance midweek",
    "outdoor_score": 8,
    "current_description": "Sunny and dry with a cool evening breeze",
    "precipitation_chance_today": "10%"
   }
  ],
  "affiliates": {
   "weather_gear": "https://www.rei.com/search?q=weather+gear"
  },
  "amazon_gear": [
   {
    "why": "High elevation and dry air in Denver",
    "item": "Electrolyte hydration mix",
    "amazon_link": "https://www.amazon.com/s?k=electrolyte+hydration+mix&tag=pulsenetwork7-20",
    "amazon_search": "electrolyte hydration mix"
   }
  ],
  "seasonal_note": "Miami is entering peak wet season; Denver is in its driest stretch.",
  "comparison_date": "2026-07-03",
  "best_for_vacation": "Miami",
  "locations_compared": [
   "Miami",
   "Denver"
  ],
  "best_for_relocation": "Denver",
  "overall_recommendation": "Denver offers more comfortable, drier conditions for daily outdoor living this week.",
  "best_for_outdoor_sports": "Denver"

… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/climatepulse-climate-compare-f9c0f87e/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)
