The New York City Attractions Data API specializes in delivering detailed information about various travel-related entities within New York City, including hotels, restaurants, flights, and activities. The API utilizes JSON format for data exchange, ensuring compatibility with web applications and mobile platforms.
[
{
"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/10115/new+york+city+attractions+data+api/19338/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/10115/new+york+city+attractions+data+api/19340/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/10115/new+york+city+attractions+data+api/19344/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/10115/new+york+city+attractions+data+api/19349/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/10115/new+york+city+attractions+data+api/19354/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/10115/new+york+city+attractions+data+api/19359/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/10115/new+york+city+attractions+data+api/19364/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/10115/new+york+city+attractions+data+api/19367/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"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The API utilizes JSON format for data exchange, ensuring compatibility with various web applications and mobile platforms, making it easy to integrate and utilize the data.
The API can be used for travel planning applications, tourism websites, and mobile apps that help users explore New York City by providing detailed information about accommodations, dining options, and local attractions.
The New York City Attractions Data API provides comprehensive data on hotels, restaurants, attractions, and flights to New York City, allowing users to access detailed information about various travel-related entities.
The API utilizes JSON format for data exchange, making it compatible with web applications and mobile platforms. This allows developers to easily integrate the API into their applications for travel planning and exploration.
Each endpoint returns specific data types: hotels, attractions, restaurants, and flights. For example, the "get best hotels" endpoint returns a list of hotel names, while the "get attractions" endpoint provides various attraction names and details.
Key fields include "hotel_name," "rating," "reviews," and "description." For instance, the "get hotel details" endpoint includes fields like "name," "rating," and "best_value," providing essential information for users.
Response data is organized in JSON format, typically as an array of objects. Each object contains relevant fields, such as hotel names or attraction details, making it easy to parse and utilize in applications.
Parameters vary by endpoint; for example, "get hotels details by name" requires a hotel name as input. Users can customize requests by specifying names of hotels or attractions to retrieve detailed information.
Each endpoint provides distinct information: hotel endpoints offer names and ratings, attraction endpoints provide descriptions and reviews, and flight endpoints include departure and arrival details, enhancing travel planning.
Data accuracy is maintained through regular updates and quality checks. The API sources information from reputable travel databases and user reviews, ensuring users receive reliable and current data.
Typical use cases include travel planning apps, tourism websites, and mobile guides. Users can leverage the API to find accommodations, explore attractions, and compare dining options in New York City.
Users can utilize the returned data by integrating it into their applications for travel recommendations. For example, they can display hotel ratings alongside attraction details to enhance user experience and decision-making.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
3,690ms
Service Level:
100%
Response Time:
4,197ms
Service Level:
100%
Response Time:
61ms
Service Level:
100%
Response Time:
18ms
Service Level:
100%
Response Time:
2,542ms
Service Level:
100%
Response Time:
7,563ms
Service Level:
100%
Response Time:
2,755ms
Service Level:
100%
Response Time:
3,271ms
Service Level:
100%
Response Time:
7,141ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
975ms
Service Level:
100%
Response Time:
2,969ms
Service Level:
100%
Response Time:
2,684ms
Service Level:
100%
Response Time:
3,502ms
Service Level:
100%
Response Time:
2,611ms
Service Level:
100%
Response Time:
1,741ms
Service Level:
100%
Response Time:
2,944ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
1,999ms