ThemeParks.wiki website screenshot

ThemeParks.wiki

An ever-growing database of real-time data for the world's best theme parks, including wait times, schedules, and park information.

1 APIs 6 Features
EntertainmentReal-TimeTheme ParksWait TimesTravel

APIs

ThemeParks.wiki API

An ever-growing database of real-time data for the world's best theme parks, including wait times, schedules, and park information. Provides live wait times, operational status,...

Collections

Pricing Plans

Rate Limits

Themeparks Wiki Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Real-Time Wait Times

Live queue wait times and operational status for attractions at 75+ destinations

Park Schedules

Operating hours, special event schedules, and monthly calendar views for parks

Destination Catalog

Complete listing of all supported theme park resort destinations worldwide

Entity Metadata

Detailed information for parks, attractions, shows, and restaurants

Live Operational Status

Real-time OPERATING, DOWN, CLOSED, and REFURBISHMENT status for all entities

Monthly Schedule Lookup

Historical and future operating schedules by specific month and year

Use Cases

Trip Planning

Research park schedules and wait time patterns before visiting

Real-Time Monitoring

Monitor live wait times and attraction availability during a park visit

Media Centers

Power home media center displays with live park data and wait times

AI Park Assistant

Power AI agents that help users plan and navigate theme park visits

Integrations

EmulationStation/RetroPie

Community integrations for theme park data displays

Home Assistant

Smart home integrations for displaying live park data on dashboards

Kodi

Media center plugin integrations for theme park information

Semantic Vocabularies

Themeparks Wiki Context

12 classes · 32 properties

JSON-LD

API Governance Rules

ThemeParks.wiki API Rules

22 rules · 8 errors 11 warnings 3 info

SPECTRAL

JSON Structure

Themeparks Wiki Children Response Structure

4 properties

JSON STRUCTURE

Themeparks Wiki Destination Structure

5 properties

JSON STRUCTURE

Themeparks Wiki Entity Structure

7 properties

JSON STRUCTURE

Themeparks Wiki Live Data Response Structure

4 properties

JSON STRUCTURE

Themeparks Wiki Live Entity Data Structure

7 properties

JSON STRUCTURE

Themeparks Wiki Location Structure

2 properties

JSON STRUCTURE

Themeparks Wiki Park Structure

2 properties

JSON STRUCTURE

Themeparks Wiki Queue Data Structure

1 properties

JSON STRUCTURE

Themeparks Wiki Schedule Entry Structure

5 properties

JSON STRUCTURE

Themeparks Wiki Schedule Response Structure

4 properties

JSON STRUCTURE

Example Payloads

Themeparks Wiki Park Example

2 fields

EXAMPLE

Resources

🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHubOrganization
GitHubOrganization
🔗
ThemeParks.wiki Spectral Rules
SpectralRules
🔗
ThemeParks.wiki Vocabulary
Vocabulary
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: ThemeParks.wiki API
  version: 1.0.0
items:
- info:
    name: Destinations
    type: folder
  items:
  - info:
      name: ThemeParks.wiki Get All Destinations
      type: http
    http:
      method: GET
      url: https://api.themeparks.wiki/v1/destinations
    docs: Get a list of all supported theme park destinations available on the live API. Returns destination metadata including
      associated parks.
- info:
    name: Entities
    type: folder
  items:
  - info:
      name: ThemeParks.wiki Get Entity Details
      type: http
    http:
      method: GET
      url: https://api.themeparks.wiki/v1/entity/:entityID
      params:
      - name: entityID
        value: ''
        type: path
        description: Unique entity UUID identifier
    docs: Get the entity document for a specific park, ride, show, restaurant, or other entity. Returns metadata including
      name, type, coordinates, and parent entity relationships.
  - info:
      name: ThemeParks.wiki Get Entity Children
      type: http
    http:
      method: GET
      url: https://api.themeparks.wiki/v1/entity/:entityID/children
      params:
      - name: entityID
        value: ''
        type: path
        description: Unique entity UUID identifier
    docs: Get all child entities for a given entity. For a destination, returns its parks. For a park, returns its attractions,
      shows, and restaurants.
  - info:
      name: ThemeParks.wiki Get Live Entity Data
      type: http
    http:
      method: GET
      url: https://api.themeparks.wiki/v1/entity/:entityID/live
      params:
      - name: entityID
        value: ''
        type: path
        description: Unique entity UUID identifier
    docs: Get live data for a specific entity and all its child entities. Returns current wait times, queue lengths, operational
      status, return times for virtual queues, and showtimes.
  - info:
      name: ThemeParks.wiki Get Entity Schedule
      type: http
    http:
      method: GET
      url: https://api.themeparks.wiki/v1/entity/:entityID/schedule
      params:
      - name: entityID
        value: ''
        type: path
        description: Unique entity UUID identifier
    docs: Get the operating schedule for a specific entity (typically a park). Returns upcoming park hours, special event
      hours, and holiday schedules.
  - info:
      name: ThemeParks.wiki Get Entity Schedule for Specific Month
      type: http
    http:
      method: GET
      url: https://api.themeparks.wiki/v1/entity/:entityID/schedule/:year/:month
      params:
      - name: entityID
        value: ''
        type: path
        description: Unique entity UUID identifier
      - name: year
        value: ''
        type: path
        description: Four-digit year
      - name: month
        value: ''
        type: path
        description: Month number (1-12)
    docs: Get the operating schedule for a specific entity for a specific month and year. Useful for trip planning and advance
      schedule lookups.
bundled: true