# ClimatePulse 7-Day Hyperlocal Forecast with Outdoor Score & Packing List

> ClimatePulse 7-Day Hyperlocal Forecast with Outdoor Score & Packing List 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-14).

Returns a 7-day hyperlocal weather forecast with per-day outdoor scores (1-10), best/worst day picks, a packing list, and Amazon/REI gear recommendations

## Facts

- Endpoint: GET https://climatepulse.theaslangroupllc.com/api/climate/forecast
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/climatepulse-7-day-hyperlocal-forecast-with-outdoor-score-packing-list-567be80d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gaF7KptvxOj2n-ROELDy8

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-7-day-hyperlocal-forecast-with-outdoor-score-packing-list-567be80d
```

Example prompt: What's the 7-day outdoor forecast for Seattle starting this Monday — give me a per-day score, tell me the best and worst day to be outside, and build me a packing list with gear recommendations.

## When to prefer this

Choose this endpoint when a user needs a multi-day planning view (up to 7 days) with actionable outputs like packing lists and gear suggestions — not just raw weather data. Ideal for travel agents, trip planners, or outdoor activity planners that need a curated, human-friendly summary rather than raw meteorological figures. Prefer this over a simple current-conditions endpoint when the user is preparing for a future trip or outdoor event.

## Known failure modes

- Invalid or unrecognized location returns an error or empty result
- Network or upstream weather data source unavailability causes a 503 or timeout
- Missing required location parameter returns a 400 bad request
- Payment not received or x402 authentication failure returns a 402 Payment Required
- Forecast data not yet available for dates beyond 7 days returns partial or empty results

## How this service works

Should I pack a rain jacket for next week? 7-day hyperlocal forecast with a per-day outdoor score (1-10), best/worst day picks, a packing list, and Amazon + REI gear recommendations for travel and outdoor-planning agents.

## Output

A structured 7-day hyperlocal forecast with a numeric outdoor score (1-10) for each day, identification of the best and worst days for outdoor activity, a tailored packing list, and shopping recommendations from Amazon and REI matched to the forecasted conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "location"
 ],
 "properties": {
  "days": {
   "type": "integer",
   "description": "Number of days ahead to forecast (1–7, default 7)"
  },
  "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"
  },
  "location": {
   "type": "string",
   "description": "City, address, or lat,lon to forecast"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "days": [
   {
    "low": "77°F",
    "date": "2026-07-03",
    "high": "89°F",
    "sunset": "8:16 PM",
    "uv_max": 10,
    "sunrise": "6:32 AM",
    "uv_label": "Very High",
    "wind_max": "14 mph",
    "day_of_week": "Friday",
    "description": "Partly cloudy with a late-day storm chance",
    "outdoor_score": 6,
    "planning_note": "Best before noon, before storms build",
    "feels_like_high": "97°F",
    "precipitation_amount": "0.2 in",
    "precipitation_chance": "40%"
   }
  ],
  "_meta": {
   "units": "imperial",
   "source": "MET Norway (Norwegian Meteorological Institute) + OpenStreetMap contributors (Nominatim) + NOAA / National Weather Service",
   "timezone": "America/New_York",
   "coordinates": {
    "lat": 25.7617,
    "lon": -80.1918
   },
   "generated_at": "2026-07-03T12:00:00.000Z"
  },
  "location": "Miami, FL",
  "rei_gear": [
   {
    "url": "https://www.rei.com/search?q=waterproof+jacket",
    "why": "Mixed wet week",
    "item": "Waterproof jacket"
   }
  ],
  "worst_day": {
   "date": "2026-07-09",
   "reason": "60% chance of storms with gusty afternoon wind"
  },
  "affiliates": {
   "weather_gear": "https://www.rei.com/search?q=weather+gear",
   "outdoor_trails": "https://www.alltrails.com/trail-conditions/miami-fl"
  },
  "travel_tip": "Plan outdoor activity for mornings; afternoon storms are the recurring theme this week.",
  "amazon_gear": [
   {
    "why": "Frequent short afternoon storms",
    "item": "Packable rain jacket",
    "amazon_link": "https://www.amazon.com/s?k=packable+rain+jacket&tag=pulsenetwork7-20",
    "amazon_search": "packable rain jacket"
   }
  ],
  "week_summary": "Warm and humid with afternoon storms building midweek, clearing by the weekend.",
  "forecast_days": 7,
  "best_outdoor_day": {
   "date": "2026-07-06",
   "reason": "Lowest rain chance and lightest wind of the week"
  },
  "packing_essentials": [
   "Rain jacket",
   "Sunscreen SPF 50",
   "Light breathable layers"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/climatepulse-7-day-hyperlocal-forecast-with-outdoor-score-packing-list-567be80d/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)
