# TravelPulse Theme Park Hours & Schedule

> TravelPulse Theme Park Hours & Schedule 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-14).

Returns daily operating hours, show times, and special events for any theme park worldwide to support travel and trip planning.

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/parks/hours
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-theme-park-hours-schedule-1a7300c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y_CL3PYZHZgeYXWpF8mcS

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-hours-schedule-1a7300c9
```

Example prompt: What are the opening hours, show times, and any special events at Universal Studios Hollywood this Saturday, June 14?

## When to prefer this

Use this endpoint when an agent needs accurate, date-specific operating hours and show schedules for a specific theme park globally, especially within trip planning, itinerary building, or day-of-visit coordination workflows. Prefer over generic web search when structured, machine-readable schedule data is required.

## Known failure modes

- Unknown or misspelled park name returns no results or an error
- Date out of supported range returns empty schedule
- Park temporarily closed or seasonal closure may return no hours
- Network or upstream data unavailability returns 5xx error
- Ambiguous park name (e.g. 'Disney') without location may return incorrect park data

## How this service works

Theme park hours and operating schedule for any theme park worldwide. Returns daily park hours, show times, and special events for travel and trip-planning agents.

## Output

Returns the daily operating hours (open and close times), scheduled show times, and special event listings for the requested theme park on the specified date, formatted for use in travel planning and itinerary contexts.

## 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-hours-schedule-1a7300c9/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)
