{"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":"Alton Towers","location":"Staffordshire, UK"},[]]
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":"Alton Towers","description":"Alton Towers is part of the Merlin family. It opened in 1980 with Britain\u2019s first double loop roller coaster, the Corkscrew. It is now the largest theme park in the UK, boasting 10 themed areas across 910 acres. Alton Towers has more than 40 rides and attractions, including 10 record-breaking coasters. The park is part of a resort that includes three themed hotels."},[]]
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"}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 全球主题公园信息 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
“获取主题公园列表”端点返回全球主题公园名称的综合列表“获取特定主题公园详情”端点提供关于特定公园的详细信息,包括其位置、开园年份、描述、景点和显著特点
对于列表端点,关键字段是“parks”,其中包含公园名称。对于详细信息端点,关键字段包括“name”,“location”,“opening_year”,“description”,“attractions”和“notable_feature”,提供每个公园的全面概述
响应数据采用JSON格式结构化 列表端点返回公园名称数组 而详情端点返回一个对象 其中包含有关公园的各种属性 如其位置和景点 便于解析和使用
列表端点提供全球主题公园的名称 详情端点提供深入的信息包括位置 开业年份 描述 景点 水容量 动物数量 和显著特点 以满足用户多样化的需求
用户可以通过在“获取特定主题公园详细信息”接口中指定公园名称作为参数来自定义请求。这使得能够检索特定公园的定制信息,提高了返回数据的相关性
这些数据源自行业洞察和排名,确保了有关世界顶级主题公园的信息的全面性和可靠性。这种方法有助于保持所提供数据的准确性和相关性
典型的用例包括旅行规划、主题公园研究以及增强旅游相关应用。用户可以利用这些数据比较公园、规划访问或创建关于景点和体验的信息内容
用户可以通过将返回的数据集成到应用程序或网站中来利用这些数据,从而实现公园比较 旅游行程或详细指南等功能 结构化格式使得相关公园信息的解析和显示变得简单