# TravelPulse Theme Park Crowd Calendar & Prediction

> TravelPulse Theme Park Crowd Calendar & Prediction is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns a crowd-level forecast and best-day visit optimization for a given theme park and date worldwide

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/parks/crowds
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-theme-park-crowd-calendar-prediction-9de8e5d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lD9l0GGFBx_zVKqsvr7J9

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-crowd-calendar-prediction-9de8e5d2
```

Example prompt: How crowded will Disneyland be on December 26th? I want to know the crowd level forecast and whether there's a better day nearby to visit with lower wait times.

## When to prefer this

Use this endpoint when a user is planning a theme park visit and needs to know crowd levels, wait time expectations, or optimal visit days. Ideal for travel agents, trip planners, or personal AI assistants helping users schedule theme park itineraries around crowd patterns worldwide.

## Known failure modes

- Unknown or misspelled park name returns error or empty result
- Date too far in the future may have low-confidence forecast
- Past dates may return historical data or an error
- Invalid date format returns 400-style error
- Park not in database returns not-found response

## How this service works

Theme park crowd calendar and crowd prediction for any theme park worldwide. Returns a crowd-level forecast and best-day visit optimization for a given date for travel and trip-planning agents.

## Output

Returns a crowd-level forecast (likely a numeric score or categorical rating) and best-day visit optimization recommendations for the specified theme park and date, helping travelers choose optimal visit windows to minimize crowds and wait times.

## 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-crowd-calendar-prediction-9de8e5d2/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)
