纽约市景点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/10114/new+york+city+attractions+api/19327/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/10114/new+york+city+attractions+api/19328/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/10114/new+york+city+attractions+api/19329/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/10114/new+york+city+attractions+api/19330/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/10114/new+york+city+attractions+api/19331/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/10114/new+york+city+attractions+api/19332/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/10114/new+york+city+attractions+api/19333/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/10114/new+york+city+attractions+api/19334/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格式进行数据交换,确保与各种Web应用程序和移动平台兼容,便于集成和利用数据
该API可用于旅行规划应用程序、旅游网站和移动应用,帮助用户通过提供有关住处、餐饮选择和当地景点的详细信息来探索纽约市
纽约市景点API提供有关酒店、餐厅、景点和前往纽约市的航班的全面数据,使用户能够访问有关各种与旅行相关的实体的详细信息
该API采用JSON格式进行数据交换,使其与Web应用程序和移动平台兼容。这使开发人员能够轻松地将API集成到他们的旅行规划和探索应用程序中
每个接口返回具体的旅行相关数据:酒店、景点、餐厅和航班。例如,酒店接口提供名称和评级、评论等详情,而景点接口列出了各种活动及其描述
关键字段包括“酒店名称”“评分”“评论”和“描述”用于酒店和景点。对于航班,包含“出发地”“目的地”“价格”和“航空公司”等字段,使用户能够快速获取基本信息
响应数据以JSON格式组织,通常是对象数组。每个对象包含相关字段,例如酒店或景点详情,使其易于解析和在应用中使用
参数因端点而异 例如 “通过名称获取酒店详情” 端点需要酒店名称 而 “通过名称获取景点信息” 需要景点名称 这使用户可以请求特定数据
用户可以通过指定酒店或景点名称等参数来自定义请求。这种有针对性的方法能够检索与他们的兴趣相关的详细信息,从而增强用户体验
典型的使用案例包括旅行计划应用程序 旅游网站 和行程规划工具 用户可以利用API查找住宿 餐饮选择和活动 从而简化他们的旅行体验
数据准确性通过定期更新和质量检查得以维护 该API从信誉良好的旅游数据库和用户评论中获取信息 确保数据反映当前的产品和条件
用户可以通过将返回的数据集成到他们的旅行规划应用中来利用这些数据。例如,他们可以显示酒店评级、景点描述和航班详情,以帮助用户做出明智的决策
服务级别:
100%
响应时间:
285ms
服务级别:
100%
响应时间:
246ms
服务级别:
100%
响应时间:
4,377ms
服务级别:
100%
响应时间:
257ms
服务级别:
100%
响应时间:
53ms
服务级别:
100%
响应时间:
193ms
服务级别:
100%
响应时间:
56ms
服务级别:
90%
响应时间:
1,336ms
服务级别:
100%
响应时间:
278ms
服务级别:
100%
响应时间:
2,597ms