{"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/6978/world+theme+parks+database+api/10750/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/6978/world+theme+parks+database+api/10751/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/6978/world+theme+parks+database+api/10754/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格式构造 列表端点返回一个公园名称的数组,而详细信息端点返回一个包含公园各种属性的对象,例如它的位置和景点,便于解析和利用
该列表端点提供全球主题公园的名称 详细信息端点提供深入的信息,包括位置 开业年份 描述 旅游景点 水容量 动物数量 和显著特点 以满足不同用户需求
用户可以通过在“获取特定主题公园的详细信息”端点中指定公园名称作为参数来定制请求。这允许检索特定公园的定制信息,从而增强返回数据的相关性
数据来源于行业洞察和排名,确保了关于世界顶级主题公园的信息收集全面可靠。这种方法有助于保持所提供数据的准确性和相关性
典型的用例包括旅行规划、对主题公园的研究以及增强旅行相关应用程序 用户可以利用这些数据来比较公园 计划访问或创建有关景点和体验的信息内容
用户可以通过将返回的数据集成到应用程序或网站中来利用这些数据,从而实现公园比较、旅行行程或详细指南等功能 结构化格式使得相关公园信息的解析和展示变得简单