# 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-14).

Returns crowd-level forecasts and best-day visit optimization for any theme park worldwide on a given date.

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/parks
- Price: $0.08/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-crowd-calendar-prediction-0e56137f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HLZ8hKzGAMuU6WXtPmtCz

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-0e56137f
```

Example prompt: How crowded will Disneyland be on July 4th and what's the best day that week to visit to avoid the biggest crowds?

## When to prefer this

Use this endpoint when a travel agent or user needs to plan a theme park visit and wants to minimize wait times and crowds. Prefer this over general weather or travel endpoints when the specific query is about crowd levels, peak days, or visit optimization at a named theme park. Ideal for pre-trip planning workflows, itinerary builders, or any agent helping users decide the optimal date to visit an amusement or theme park.

## Known failure modes

- Unknown or unsupported theme park name returns an error or empty result
- Date too far in the future may return low-confidence or unavailable forecast
- Missing required parameters (park name or date) returns a 400-level error
- Payment failure returns 402 response requiring x402 payment
- Ambiguous park name may match wrong location if country/city not specified

## 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

A crowd-level forecast (e.g. low/medium/high/very high) for the requested theme park on the specified date, plus best-day visit optimization recommendations indicating which nearby dates have lower crowd levels for smarter trip planning.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "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)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-theme-park-crowd-calendar-prediction-0e56137f/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)
