纽约市旅行探索者API专注于提供关于纽约市内各种与旅行相关的实体的详细信息,包括酒店、餐厅、航班和活动。该API使用JSON格式进行数据交换,确保与Web应用程序和移动平台的兼容性
[
{
"hotels": [
{
"hotel_name": "Motto by Hilton New York City Chelsea"
},
{
"hotel_name": "The Evelyn Hotel"
},
{
"hotel_name": "Pod Times Square"
},
{
"hotel_name": "Embassy Suites By Hilton New York Manhattan Times Square"
},
{
"hotel_name": "Broadway Plaza Hotel"
},
{
"hotel_name": "PUBLIC Hotel"
},
{
"hotel_name": "Hotel Belleclaire"
},
{
"hotel_name": "Arlo NoMad"
},
{
"hotel_name": "Hilton Garden Inn NYC Financial Center / Manhattan Downtown"
},
{
"hotel_name": "The Bryant Park Hotel"
},
{
"hotel_name": "Hard Rock Hotel New York"
},
{
"hotel_name": "Artezen Hotel"
},
{
"hotel_name": "Hampton Inn Manhattan/Times Square Central"
},
{
"hotel_name": "Pestana Park Avenue"
},
{
"hotel_name": "LUMA Hotel Times Square"
},
{
"hotel_name": "The Lucerne Hotel"
},
{
"hotel_name": "Park Terrace Hotel"
},
{
"hotel_name": "Pod 51 Hotel"
},
{
"hotel_name": "Ace Hotel New York"
},
{
"hotel_name": "The Kimberly Hotel"
},
{
"hotel_name": "Lotte New York Palace"
},
{
"hotel_name": "Kixby Hotel"
},
{
"hotel_name": "New York Marriott Marquis"
},
{
"hotel_name": "Hotel Riu Plaza New York Times Square"
},
{
"hotel_name": "The Marlton Hotel"
},
{
"hotel_name": "The Grayson Hotel"
},
{
"hotel_name": "Tempo By Hilton New York Times Square"
},
{
"hotel_name": "The Knickerbocker"
},
{
"hotel_name": "Hotel Beacon"
},
{
"hotel_name": "Hotel Riu Plaza Manhattan Times Square"
}
]
}
]
curl --location --request POST 'https://zylalabs.com/api/10117/nyc+trip+explorer+api/19341/get+best+hotels+in+new+york' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"name": "Hard Rock Hotel New York",
"rating": "4.6",
"bubbles": "4.6 of 5 bubbles",
"reviews": "1,612 reviews",
"best_value": "#11 Best Value in New York City that matches your filters"
}
]
curl --location --request POST 'https://zylalabs.com/api/10117/nyc+trip+explorer+api/19346/get+hotels+details+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"hotel":"Required"}'
[
{
"attractions": [
"Starship 90 Min New York City Statue of Liberty, Bridges, Skyline",
"New York in One Day Guided Sightseeing Tour",
"Central Park Pedicab Guided Tours",
"True Crime NYC: Mafia Walk w/Ret. NYPD Detective & Local Food",
"SUMMIT One Vanderbilt Experience Ticket",
"Statue of Liberty and Ellis Island Tour: All Options",
"New York Night Tour: Open Top Bus Tour by TopView®",
"NYC Empire State Building Admission Ticket",
"9/11 Memorial Museum Admission Ticket",
"60 Minute Statue of Liberty Sightseeing tour-New York Harbor",
"Gilded Age Mansions Tour in New York",
"Statue of Liberty and Ellis Island Guided Tour with Ferry",
"Circle Line: 2.5hr - Complete Manhattan Island Cruise",
"Statue of Liberty and New York City Skyline Sightseeing Cruise",
"Manhattan Architecture Yacht Cruise",
"NYC: Chinatown & Little Italy Food Tour with 7 Delicious Tastings",
"Half-Day Bus Tour of NYC Top Highlights",
"Circle Line: 2hr - New York City Harbor Lights Cruise",
"All-Access 9/11: Ground Zero Tour, Memorial and Museum, One World Observatory",
"Deluxe Manhattan Helicopter Tour",
"Official NYC Horse Carriage Rides in Central Park since 1979 ™",
"New York Helicopter Tour: Ultimate Manhattan Sightseeing",
"Circle Line: New York City Statue of Liberty Super Express Cruise",
"Top of the Rock Observation Deck New York City Ticket",
"SoHo, Little Italy, and Chinatown Walking Tour in New York",
"New York City One World Observatory Admission Ticket",
"Manhattan Adventure Sightseeing Boat Tour - departing MIDTOWN",
"9/11 Memorial, Ground Zero Tour with Optional 9/11 Museum Ticket",
"New York City Sunset Cocktail Cruise on Small Yacht",
"New York City Mafia and Local Food Tour led by NYPD Guides"
]
}
]
curl --location --request POST 'https://zylalabs.com/api/10117/nyc+trip+explorer+api/19352/get+attractions' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"title": "Statue of Liberty and Ellis Island Tour: All Options",
"rating": 4.9,
"bubbles": 5,
"reviews": 7426,
"duration": "3–5 hours",
"description": "Hear the stories of immigrants who passed through Ellis Island and learn about the creation and symbolism of the Statue.",
"free_cancellation": "Not sure? You can cancel this reservation up to 24 hours in advance for a full refund.",
"recommended_by": "97% of travelers",
"price": {
"from": "$69",
"per_adult": true
}
}
]
curl --location --request POST 'https://zylalabs.com/api/10117/nyc+trip+explorer+api/19357/get+attraction+info+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"attraction":"Required"}'
[
{
"restaurants": [
"La Grande Boucherie",
"Le Jardin Bistro",
"Bourbon Steak By Michael Mina",
"Complete Cafe",
"Bua Thai Ramen & Robata Grill",
"The Elgin",
"Hatsuhana Sushi Restaurant",
"Bagels & Schmear",
"The Consulate Midtown",
"The Standard Grill",
"Jams",
"Lindens",
"The Consulate UWS",
"Bubba Gump Shrimp Co.",
"Napoli Pizza",
"Sicily Osteria",
"Kuu Ramen",
"Blue Ribbon Sushi",
"Los Tacos No. 1",
"Spice Symphony",
"Bill's Bar & Burger",
"Sea Fire Grill",
"Dos Caminos",
"Pure Thai Cookhouse",
"Petite Boucherie",
"Boucherie West Village",
"Olio E Più",
"Osteria Nonnino",
"Piccola Cucina Estiatorio",
"Blue Fin",
"Sottocasa Pizzeria Harlem",
"Quality Italian"
]
}
]
curl --location --request POST 'https://zylalabs.com/api/10117/nyc+trip+explorer+api/19368/get+best+restaurants' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"name": "Dos Caminos",
"rating": "4.2",
"reviews": "1,028 reviews",
"cuisine": "Mexican, Latin",
"status": "Open now",
"menu": "Menu",
"description": "Sat inside, it was a little warm, but the service was quick and we got drinks... End-of-day tacos & margaritas treat!"
}
]
curl --location --request POST 'https://zylalabs.com/api/10117/nyc+trip+explorer+api/19372/get+restaurant+info+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"restaurant":"Required"}'
[
{
"flights": [
{
"flight_id": 1,
"from": "Atlanta, GA (ATL)",
"to": "New York City, NY (NYC)"
},
{
"flight_id": 2,
"from": "Charlotte, NC (CLT)",
"to": "New York City, NY (NYC)"
},
{
"flight_id": 3,
"from": "Miami, FL (MIA)",
"to": "New York City, NY (NYC)"
},
{
"flight_id": 4,
"from": "Chicago, IL (CHI)",
"to": "New York City, NY (NYC)"
},
{
"flight_id": 5,
"from": "Orlando, FL (ORL)",
"to": "New York City, NY (NYC)"
},
{
"flight_id": 6,
"from": "Raleigh, NC (RDU)",
"to": "New York City, NY (NYC)"
},
{
"flight_id": 7,
"from": "Dallas, TX (DFW)",
"to": "New York City, NY (NYC)"
},
{
"flight_id": 8,
"from": "Houston, TX (HOU)",
"to": "New York City, NY (NYC)"
}
]
}
]
curl --location --request POST 'https://zylalabs.com/api/10117/nyc+trip+explorer+api/19373/get+flights+to+new+york' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"from": "Houston, TX (HOU)",
"to": "New York City, NY (NYC)",
"price": "$76",
"dates": "Tue, 10/7 - Wed, 10/8",
"airline": "Spirit Airlines",
"type": "Nonstop, Roundtrip, Economy"
}
]
curl --location --request POST 'https://zylalabs.com/api/10117/nyc+trip+explorer+api/19374/get+flight+details+by+id' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"flight_id":"Required","from":"Required","to":"Required"}'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
该API采用JSON格式进行数据交换,确保与各种网页应用程序和移动平台兼容,便于集成和使用数据
该API可用于旅行规划应用程序、旅游网站和移动应用,帮助用户通过提供有关住宿、餐饮选择和当地景点的详细信息来探索纽约市
纽约市旅行探索API提供有关酒店、餐厅、景点和前往纽约市的航班的全面数据,使用户能够获取关于各种旅行相关实体的详细信息
该API采用JSON格式进行数据交换,使其与 веб 应用程序和移动平台兼容。这使开发人员能够轻松将API集成到他们的旅行规划和探索应用中
每个端点返回特定的数据类型:酒店、景点、餐厅和航班。例如,“获取最佳酒店”端点返回酒店名称列表,而“获取景点”端点提供纽约市各种景点的列表
关键字段因端点而异 对于酒店,字段包括“酒店名称”和“评分” 对于景点,字段包括“标题”、“评分”和“描述” 每个端点的响应结构都根据其提供的数据类型进行调整
响应数据以JSON格式组织,通常作为对象数组。例如,“获取最佳餐厅”端点返回餐厅名称数组,而“按名称获取景点信息”端点返回特定景点的详细信息
参数因端点而异 对于“按名称获取酒店详情”,您必须提供酒店名称 类似地“按名称获取景点信息”需要一个景点名称 这些参数允许用户根据特定实体自定义数据请求
用户可以通过将返回的数据集成到旅行规划应用中来利用这些数据。例如,酒店详情可以在预订应用中显示,而景点信息可以增强观光指南,为用户提供重要的见解
数据来自可信的旅行和旅游数据库,确保对纽约市的各项服务有一个全面的概述。API从多个平台汇总信息,为用户提供关于酒店、景点和航班的准确和最新的详情
典型的用例包括旅行规划应用程序 旅游网站和移动应用程序,这些应用程序帮助用户探索纽约市 开发人员可以利用该API创建个性化行程或根据用户偏好推荐活动
如果端点返回部分或空结果,用户应该在他们的应用程序中实施错误处理。例如,如果没有找到酒店,应用可以建议替代住宿或提示用户细化他们的搜索条件
服务级别:
100%
响应时间:
642ms
服务级别:
100%
响应时间:
1,831ms
服务级别:
100%
响应时间:
3,492ms
服务级别:
100%
响应时间:
3,230ms
服务级别:
100%
响应时间:
3,309ms
服务级别:
100%
响应时间:
14,851ms
服务级别:
86%
响应时间:
2,458ms
服务级别:
100%
响应时间:
1,604ms
服务级别:
100%
响应时间:
1,134ms
服务级别:
100%
响应时间:
10,390ms