{
"attractions": [
"Astro Orbiter",
"The Barnstormer",
"Big Thunder Mountain",
"Buzz Lightyear‘s Space Ranger Spin",
"Country Bear Jamboree",
"Dumbo The Flying Elephant",
"Enchanted Tales with Belle",
"Disney‘ Festival of the Fantasy Parade",
"The Hall of Presidents",
"Happily Ever After",
"Haunted Mansion",
"Its a Small World",
"Jungle Cruise",
"Liberty Square Riverboat",
"Mad Tea Party",
"Magic Carpets of Aladdin",
"The Many Adventures of Winnie the Pooh",
"Mickey‘s Philharmagic",
"Mickey‘s Royal Friendship",
"Monsters Inc. Laugh Floor",
"Peter Pan‘s Flight",
"Pirates of the Caribbean"
]
}
curl --location --request POST 'https://zylalabs.com/api/8072/magic+kingdom+attractions+data+api/13509/get+disney+magic+kingdom+attractions' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"attraction_name": "Jungle Cruise",
"park": "Magic Kingdom",
"region": "Adventureland",
"type": "Clásico",
"technology": "Clásica",
"relevance": "Alta",
"popularity": "Muy Alta",
"peak_wait_time": "90 minutos",
"height_restriction": "No tiene"
}
curl --location --request POST 'https://zylalabs.com/api/8072/magic+kingdom+attractions+data+api/13514/get+magic+kingdom+attraction+details' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"attraction_name":"Required"}'
{
"attraction": "Jungle Cruise",
"overall_score": "⭐️⭐️⭐️⭐️"
}
curl --location --request POST 'https://zylalabs.com/api/8072/magic+kingdom+attractions+data+api/13520/get+magic+kingdom+attraction+rating' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"attraction":"Required"}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Magic Kingdom Attractions Data API simply include your bearer token in the Authorization header.
| 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.
(Save 2 months with annual billing 🎉)
The Magic Kingdom Attractions Data 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 Magic Kingdom, Walt Disney World. The API focuses specifically on Magic Kingdom, 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.
The API provides structured data about attractions at Walt Disney World's Magic Kingdom, including basic notes, user or editorial ratings, and expert 'Magic Tips' for each attraction.
The API uses a RESTful architecture with separate endpoints for listing all attractions and retrieving detailed information for individual attractions, allowing for targeted and efficient querying.
Travel app developers and Disney enthusiasts can use the API to create applications that help users plan their visits, prioritize attractions based on ratings, and discover insider tips for a better experience.
Users can expect output that includes attraction names, descriptions, ratings, and 'Magic Tips' formatted in JSON, which can be easily integrated into applications.
Developers can integrate the API by making HTTP requests to the designated endpoints, allowing them to fetch and display attraction data dynamically within their applications.
The "get Disney Magic Kingdom attractions" endpoint returns a list of all attractions. The "get Magic Kingdom attraction details" endpoint provides detailed information about a specific attraction, including its name, region, type, and wait times. The "get magic kingdom attraction rating" endpoint returns the overall rating for a specific attraction.
Key fields include "attraction_name," "region," "type," "peak_wait_time," and "overall_score." These fields provide essential information about each attraction, such as its location, type, and user ratings.
The response data is organized in JSON format. Each endpoint returns an array of objects, where each object contains relevant fields. For example, the attraction details endpoint returns an object with specific attributes like "attraction_name" and "peak_wait_time."
The "get Magic Kingdom attraction details" and "get magic kingdom attraction rating" endpoints require an "attraction" parameter, which specifies the name of the attraction you want to query. This allows users to retrieve targeted information.
The attractions endpoint provides a comprehensive list of attractions. The details endpoint offers in-depth information about a specific attraction, including its type and wait times. The ratings endpoint gives the overall score for an attraction, helping users gauge its popularity.
Users can integrate the returned data into applications to display attraction lists, detailed descriptions, and ratings. For example, a travel app can use the ratings to recommend popular attractions or show wait times to help users plan their visits.
Typical use cases include travel planning apps that help users prioritize attractions based on ratings, apps that provide real-time wait times, and websites that offer detailed descriptions of attractions to enhance visitor experiences at Magic Kingdom.
Data accuracy is maintained through regular updates and quality checks. The API sources its information from official Disney resources, ensuring that users receive reliable and up-to-date details about attractions at Magic Kingdom.
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