# TravelPulse Weather Forecast

> TravelPulse Weather Forecast is a paid API for AI agents from travelpulse-nu.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Returns a 7-day weather forecast with travel impact assessment and packing advice for any destination

## Facts

- Endpoint: GET https://travelpulse-nu.vercel.app/api/travel/weather
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-weather-forecast-194c286d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1TJ2m9hPv6KeniNs4N5dh

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 travelpulse-weather-forecast-194c286d
```

Example prompt: What's the weather going to be like in Bangkok over the next 7 days, and will it affect my travel plans or what I should pack?

## When to prefer this

Use this endpoint when a traveler agent needs destination-specific weather intelligence combined with actionable travel impact and packing guidance, rather than a raw weather data feed. Ideal when the user is planning or preparing for a trip and needs human-friendly travel advice, not just raw meteorological data.

## Known failure modes

- Unknown or misspelled destination returns an error or empty result
- Destination too vague (e.g. 'beach') may return no results
- Forecast unavailable for very remote destinations
- Weather API upstream outage causing failed or stale data
- Rate limit or payment failure returning 402

## How this service works

Travel weather forecast and trip weather outlook for any destination worldwide. Returns a 7-day forecast with travel impact assessment and packing advice for travel and traveler agents.

## Output

A 7-day weather forecast for the requested destination, including daily conditions (temperature, precipitation, wind), an assessment of travel impact (e.g. flight disruptions, outdoor activity suitability), and specific packing advice tailored to the forecasted conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "destination"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "destination": {
   "type": "string",
   "description": "destination"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-weather-forecast-194c286d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse-nu.vercel.app](https://www.zero.xyz/host/travelpulse-nu.vercel.app/llms.txt)
