全球主题公园信息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/6973/global+theme+parks+information+api/10734/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/6973/global+theme+parks+information+api/10735/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/6973/global+theme+parks+information+api/10736/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格式结构化 列表端点返回公园名称数组 而详情端点返回一个对象 其中包含有关公园的各种属性 如其位置和景点 便于解析和使用
列表端点提供全球主题公园的名称 详情端点提供深入的信息包括位置 开业年份 描述 景点 水容量 动物数量 和显著特点 以满足用户多样化的需求
用户可以通过在“获取特定主题公园详细信息”接口中指定公园名称作为参数来自定义请求。这使得能够检索特定公园的定制信息,提高了返回数据的相关性
这些数据源自行业洞察和排名,确保了有关世界顶级主题公园的信息的全面性和可靠性。这种方法有助于保持所提供数据的准确性和相关性
典型的用例包括旅行规划、主题公园研究以及增强旅游相关应用。用户可以利用这些数据比较公园、规划访问或创建关于景点和体验的信息内容
用户可以通过将返回的数据集成到应用程序或网站中来利用这些数据,从而实现公园比较 旅游行程或详细指南等功能 结构化格式使得相关公园信息的解析和显示变得简单
服务级别:
100%
响应时间:
669ms
服务级别:
100%
响应时间:
55ms
服务级别:
100%
响应时间:
841ms
服务级别:
100%
响应时间:
746ms
服务级别:
100%
响应时间:
4,394ms
服务级别:
100%
响应时间:
1,930ms
服务级别:
100%
响应时间:
62ms
服务级别:
100%
响应时间:
524ms
服务级别:
100%
响应时间:
342ms
服务级别:
100%
响应时间:
198ms