# TravelPulse Travel Weather Forecast

> TravelPulse Travel Weather Forecast is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/travel/weather
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-travel-weather-forecast-c7aa2c28
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u90l_XyCN0pmW3zP01j5r

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-travel-weather-forecast-c7aa2c28
```

Example prompt: What's the 7-day weather forecast and travel impact for Bali, Indonesia starting June 10th — I need to know what conditions to expect and what to pack?

## When to prefer this

Choose this endpoint when a travel or trip-planning agent needs destination weather context combined with actionable travel impact assessment and packing guidance — rather than a raw weather API that returns only meteorological data without travel-specific interpretation. Ideal for pre-trip planning workflows where the user needs both forecast and advisory in a single call.

## Known failure modes

- Unknown or ambiguous destination name returns a location error
- Destination too remote or lacking weather station data returns limited forecast
- Request missing required destination parameter returns validation error
- Weather data provider outage may result in stale or unavailable forecast
- Dates too far in the future beyond reliable forecast window may return reduced accuracy warning

## 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 specified destination, including daily conditions (temperature, precipitation, wind), a travel impact assessment rating how weather affects activities and plans, and specific packing recommendations 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-travel-weather-forecast-c7aa2c28/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse.theaslangroupllc.com](https://www.zero.xyz/host/travelpulse.theaslangroupllc.com/llms.txt)
