世界主题公园探索API旨在提供全球最佳主题公园的数据,来源于行业洞察和排名。API包括两个主要端点:一个用于检索主题公园名称列表,另一个用于通过名称作为参数获取特定公园的详细信息。该API非常适合研究人员、旅行规划者和主题公园爱好者,他们寻找结构化和易于访问的主题公园数据
{"parks":["Liseberg","Ferrari World Abu Dhabi","Six Flags Mexico","Universal Studios Beijing","Legoland Deutschland","Animal Kingdom","Happy Valley Shenzhen","Dreamworld","Alton Towers","Europa-Park","SeaWorld Abu Dhabi","Wanda Nanchang Theme Park","Happy Valley Beijing","Parque Xcaret","Six Flags Magic Mountain","SeaWorld San Diego","Drayton Manor","PortAventura Park","Magic Kingdom","Sesame Place","Gr\u00f6na Lund","Tokyo Disneyland","Warner Bros. World Abu Dhabi","Chimelong Paradise","Six Flags Great America","Busch Gardens Williamsburg","Legoland New York","Universal Studios Florida","Paultons Park","Puy du Fou","Zhengzhou Fantawild Adventure","Everland","Motiongate Dubai","Shanghai Disneyland","Six Flags Great Adventure","Silver Dollar City","Epcot","Efteling","Legoland Billund","Lotte World","Hong Kong Disneyland","Beto Carrero World","Legoland Malaysia","Six Flags Over Georgia","SeaWorld San Antonio","Kings Island","Disneyland Park","Chessington World of Adventures","Parc Ast\u00e9rix","Canada\u2019s Wonderland","Shanghai Haichang Ocean Park","Ocean Park Hong Kong","IMG Worlds of Adventure","Cedar Point","Universal Studios Hollywood","Legoland Windsor","Tivoli Gardens","Disneyland Park","Nagashima Resort","Legoland Japan","Global Village","Six Flags Fiesta Texas","Peppa Pig Theme Park","Kings Dominion","Gardaland","Ningbo Fantawild Oriental Heritage","Busch Gardens Tampa Bay","Carowinds","Legoland California","Universal Studios Singapore","Happy Valley Chengdu","Legoland Florida","Hersheypark","Chimelong Spaceship","Six Flags Over Texas","Disney California Adventure Park","Thorpe Park","Walt Disney Studios Park","Universal Studios Japan","Parque Warner Madrid","Disney\u2019s Hollywood Studios","Six Flags America","Window of the World","Tokyo DisneySea","Dollywood","Warner Bros. Movie World","Heide Park","Sesame Place San Diego","Puy du Fou Espa\u00f1a","Escape Penang","Futuroscope","Sea World","Ghibli Park"]}
curl --location --request POST 'https://zylalabs.com/api/6980/world+theme+parks+explorer+api/10743/get+list+of+theme+parks' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{"name":"SeaWorld Abu Dhabi","location":"Yas Island, Abu Dhabi","opening_year":2023,"description":"SeaWorld Abu Dhabi, the region\u2019s first marine life theme park, officially opened to the public on Yas Island. The new park, developed by Miral in partnership with SeaWorld, covers five indoor levels and more than 183,000 square metres.","attractions":{"immersive_realms":8,"family_friendly_experiences":"animal encounters and presentations","rides_and_attractions":15,"dining_experiences":18,"retail_outlets":13},"water_capacity":"more than 58 million litres","animal_count":"more than 100,000 animals, including sharks, fish, rays, sea turtles, and puffins, penguins and flamingos","notable_feature":"There are no orcas."}
curl --location --request POST 'https://zylalabs.com/api/6980/world+theme+parks+explorer+api/10744/get+location+of+specific+theme+park' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"theme_park":"Required"}'
[{"name":"SeaWorld San Diego","details":{"opened":1964,"owner":"United Parks & Resorts","highlights":["Emperor, the tallest, fastest, and longest dive coaster in the state","Electric Eel and Manta multi-launch coasters","Family-friendly offerings include Tentacle Twirl and Sea Dragon Drop","Introduced Arctic Rescue, the fastest and longest straddle coaster on the West Coast in 2023"]}},[]]
curl --location --request POST 'https://zylalabs.com/api/6980/world+theme+parks+explorer+api/10745/get+theme+park+details+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"name":"Required"}'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
“获取主题公园列表”接口返回全球主题公园名称的综合列表 “获取特定主题公园的详细信息”接口提供关于特定公园的详细信息,包括其位置 开业年份 描述 景点 和显著特色
对于列表端点,关键字段是“parks”,其中包含公园名称。对于详细信息端点,关键字段包括“name”、“location”、“opening_year”、“description”、“attractions”和“notable_feature”,提供了每个公园的全面概述
响应数据采用JSON格式构建 列表端点返回一个公园名称数组 而详细信息端点返回一个对象 该对象包含有关公园的各种属性 如其位置和景点 使解析和使用变得容易
列表端点提供全球主题公园的名称 详细信息端点提供深入的信息 包括位置 开业年限 描述 景点 水容量 动物数量 和显著特征 满足不同用户的需求
用户可以通过在“获取特定主题公园的详细信息”接口中指定公园名称作为参数来定制请求。这允许检索有关特定公园的定制信息,提高返回数据的相关性
数据来自行业洞察和排名,确保对世界顶级主题公园的信息进行全面和可靠的收集。这种方法有助于保持提供的数据的准确性和相关性
典型的使用案例包括旅游规划、主题公园研究以及增强旅行相关应用。用户可以利用这些数据比较公园、计划访问或创建有关景点和体验的 informative 内容
用户可以通过将返回的数据集成到应用程序或网站中来利用这些数据,从而实现如公园比较、旅行行程或详细指南等功能。结构化格式使得相关公园信息的解析和显示变得简单
服务级别:
100%
响应时间:
2,574ms
服务级别:
100%
响应时间:
3,774ms
服务级别:
100%
响应时间:
3,888ms
服务级别:
100%
响应时间:
3,265ms
服务级别:
100%
响应时间:
3,393ms
服务级别:
100%
响应时间:
7,694ms
服务级别:
100%
响应时间:
16ms
服务级别:
100%
响应时间:
17ms
服务级别:
100%
响应时间:
15ms
服务级别:
100%
响应时间:
16ms