# TravelPulse Theme Park Wait Times

> TravelPulse Theme Park Wait Times is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns live ride wait times and a visit optimization strategy for any theme park worldwide

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/parks/waits
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-theme-park-wait-times-37e0ecae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cHnIUlDd_om5yeOYZihNE

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-theme-park-wait-times-37e0ecae
```

Example prompt: What are the current ride wait times at Walt Disney World's Magic Kingdom today, and give me an optimized order to hit the rides with the shortest waits?

## When to prefer this

Use this endpoint when a user is actively planning or currently visiting a theme park and needs real-time queue data to optimize their day. Ideal for travel and trip-planning agents that want to recommend the best order to experience rides. Prefer this over generic tourism APIs when the specific need is live wait times and park optimization strategy rather than general park information.

## Known failure modes

- Park not found or unrecognized park name — returns empty or error response
- Park is closed for the day — may return zero wait times or a closed status
- Live data unavailable for a specific park — data may be stale or missing
- Rate limiting or payment failure — 402 response if payment not processed
- Network timeout if third-party wait time data source is unavailable

## How this service works

Theme park wait times and live ride wait times for any theme park worldwide. Returns current ride wait times with a visit optimization strategy for travel and trip-planning agents.

## Output

A list of current wait times for all rides at the requested theme park, along with a recommended visit optimization strategy indicating which rides to prioritize and in what order to minimize overall waiting time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "park"
 ],
 "properties": {
  "date": {
   "type": "string",
   "description": "YYYY-MM-DD, used by action=crowds (default: today)"
  },
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "park": {
   "type": "string",
   "description": "Park name or slug, e.g. magic-kingdom, disneyland, universal-studios-florida"
  },
  "action": {
   "type": "string",
   "description": "crowds | hours | waits (default: crowds)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "meta": {
   "park": "magic-kingdom",
   "action": "crowds",
   "park_found": true
  },
  "park": "Magic Kingdom",
  "narrative": "This is one of the busiest dates of the year at Magic Kingdom...",
  "comparison": {
   "worst_days_nearby": [
    "July 4 (10/10)",
    "July 5 (9/10)"
   ],
   "better_alternative_dates": [
    {
     "day": "Tuesday",
     "date": "2026-07-07",
     "reason": "Post-holiday weekday — significantly lower crowds",
     "crowd_level": 4
    }
   ]
  },
  "query_date": "2026-07-04",
  "agent_action": "Reschedule if flexible — consider July 7 for a dramatically better experience",
  "date_context": {
   "holiday": "Independence Day",
   "day_of_week": "Saturday",
   "school_status": "Summer break — all US schools out",
   "special_events": [
    "July 4th fireworks — extended hours until midnight"
   ]
  },
  "crowd_prediction": {
   "label": "Very Busy",
   "level": 9,
   "description": "Independence Day holiday weekend with extended hours draws peak attendance.",
   "expected_avg_wait_minutes": 65
  },
  "packing_recommendations": {
   "amazon_url": "https://www.amazon.com/s?k=theme+park+essentials+bag+disney&tag=pulsenetwork7-20",
   "must_bring": [
    "Portable phone charger",
    "Refillable water bottle",
    "Comfortable shoes"
   ]
  },
  "strategy_for_chosen_date": {
   "arrive_by": "07:30 — rope drop is critical on this date",
   "first_three_rides": [
    "Tron Lightcycle Run",
    "Seven Dwarfs Mine Train"
   ],
   "lightning_lane_priority": [
    "Seven Dwarfs Mine Train"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-theme-park-wait-times-37e0ecae/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)
