The Disney EPCOT Park Attractions API is a RESTful API designed to provide Disney enthusiasts, trip planners, and travel app developers with programmatic access to data on attractions available in EPCOT theme park in Walt Disney World. The API focuses specifically on EPCOT, delivering endpoints to list all attractions and get segmented information for each attraction such as:
Basic notes: General descriptions and key facts about the ride or show.
Ratings: User or editorial ratings to help prioritize attractions.
By segmenting data into separate endpoints (rather than delivering all information in one call), the API supports targeted, efficient querying that aligns with performance best practices.
{
"epcot_attractions": [
"American Adventure",
"Awesome Planet",
"Beauty and the Beast Singalong",
"Canada Pavilion",
"Canada Far and Wide in Circle-Vision 360",
"China Pavilion",
"Disney & Pixar Short Film Festival",
"France Pavilion",
"Gran Fiesta Tour Starring The Three Caballeros",
"Guardians of the Galaxy: Cosmic Rewind",
"Impressions de France",
"Japan Pavilion",
"Journey Into Imagination with Figment",
"Journey to the Sea",
"Living with the Land",
"Luminous: The Symphony of Us",
"Mexico Pavilion",
"Mission: SPACE - Green",
"Mission: SPACE - Orange",
"Morocco Pavilion",
"Norway Pavilion",
"Remy's Ratatouille Adventure",
"Reflections of China",
"Sea Base",
"The Seas with Nemo & Friends",
"Soarin' Around the World",
"Spaceship Earth",
"Test Track",
"Turtle Talk with Crush",
"United Kingdom Pavilion"
]
}
curl --location --request POST 'https://pr197-testing.zylalabs.com/api/8061/disney+epcot+database+api/13466/get+disney+epcot+theme+park+attractions' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"attraction_name": "Test Track",
"park": "EPCOT",
"region": "World Showcase",
"type": "Ride"
}
curl --location --request POST 'https://pr197-testing.zylalabs.com/api/8061/disney+epcot+database+api/13470/get+epcot+attraction+details' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"attraction":"Required"}'
{
"attraction": "Test Track",
"overall_score": 4
}
curl --location --request POST 'https://pr197-testing.zylalabs.com/api/8061/disney+epcot+database+api/13474/get+epcot+attraction+rating' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"attraction":"Required"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The API provides structured data on attractions at EPCOT, including general descriptions, key facts, and user or editorial ratings for each attraction.
The API segments data into separate endpoints, allowing users to query for a list of all attractions or detailed information about individual attractions, enhancing targeted querying.
The API can be used by Disney enthusiasts, trip planners, and travel app developers to create applications that help users discover attractions, plan visits, and prioritize experiences based on ratings.
The core value proposition is to provide easy, structured access to detailed attraction information at EPCOT, enabling users to enhance their park experience through informed decision-making.
The API's output includes fields such as attraction name, description, key facts, and ratings, all formatted in a structured way for easy integration into applications.
The "get Disney Epcot Theme Park attractions" endpoint returns a list of all attractions. The "get Epcot attraction details" endpoint provides detailed information about a specific attraction, including its name, park, region, and type. The "get Epcot attraction rating" endpoint returns the overall score for a specified attraction.
Key fields include "epcot_attractions" for the list of attractions, "attraction_name," "park," "region," and "type" for attraction details, and "overall_score" for attraction ratings. These fields help users identify and evaluate attractions effectively.
The response data is structured in JSON format. For the attractions list, it returns an array of attraction names. For details, it provides an object with specific attributes of the attraction. Ratings return an object with the attraction name and its score, making it easy to parse and utilize.
The "get Epcot attraction details" and "get Epcot attraction rating" endpoints require an "attraction" parameter, which should be the name of the attraction obtained from the attractions list. This allows users to customize their requests for specific attractions.
The attractions endpoint provides a comprehensive list of all EPCOT attractions. The details endpoint offers descriptions, regions, and types of specific attractions. The ratings endpoint gives user or editorial ratings for individual attractions, helping users prioritize their visits.
Users can leverage the attractions list to explore options, use the details endpoint to gather in-depth information for planning, and consult ratings to prioritize attractions based on popularity or quality. This structured approach enhances the overall park experience.
Typical use cases include developing travel apps that help users plan their EPCOT visits, creating guides for Disney enthusiasts, and integrating attraction data into websites to enhance user engagement. The API supports informed decision-making for park experiences.
The API relies on curated data sources from Disney and user feedback to ensure accuracy. Regular updates and quality checks are implemented to maintain the integrity of the information provided, ensuring users receive reliable and up-to-date attraction details.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
18,337ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
15,502ms
Service Level:
100%
Response Time:
999ms
Service Level:
100%
Response Time:
257ms
Service Level:
100%
Response Time:
17ms
Service Level:
100%
Response Time:
19ms
Service Level:
100%
Response Time:
2,703ms
Service Level:
100%
Response Time:
70ms
Service Level:
100%
Response Time:
2,559ms
Service Level:
100%
Response Time:
2,242ms
Service Level:
100%
Response Time:
879ms
Service Level:
100%
Response Time:
838ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
307ms
Service Level:
100%
Response Time:
4,065ms
Service Level:
100%
Response Time:
1,289ms