The NYC Activities 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/10118/nyc+activities+data+api/19335/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/10118/nyc+activities+data+api/19339/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/10118/nyc+activities+data+api/19345/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/10118/nyc+activities+data+api/19350/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/10118/nyc+activities+data+api/19355/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/10118/nyc+activities+data+api/19360/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/10118/nyc+activities+data+api/19363/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/10118/nyc+activities+data+api/19371/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 NYC Activities 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 related to New York City. For example, the hotel endpoints provide lists of hotels and detailed information about each, while the attractions endpoints return lists of attractions and their details, including ratings and descriptions.
Key fields include "hotel_name," "rating," "reviews," and "description" for hotels and attractions. For flights, fields like "from," "to," "price," and "airline" are included, allowing users to assess options effectively.
Users can specify parameters such as hotel or attraction names when using the detail endpoints. For example, to get hotel details, you must provide a hotel name obtained from the best hotels endpoint.
The response data is organized in JSON format, with each endpoint returning an array of objects. For instance, the best hotels endpoint returns an array of hotel objects, each containing relevant details like name and rating.
The data is sourced from various travel-related entities and databases that aggregate information about hotels, restaurants, attractions, and flights in New York City, ensuring a comprehensive overview for users.
Typical use cases include travel planning applications, tourism websites, and mobile apps that help users find accommodations, dining options, and attractions in New York City, enhancing their travel experience.
Users can utilize the returned data by integrating it into their applications to display hotel lists, attraction details, or flight options, allowing for seamless travel planning and exploration of New York City.
Data accuracy is maintained through regular updates and quality checks from reliable sources, ensuring that users receive current and relevant information about hotels, attractions, and flights in New York City.
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.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.
The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
1,621ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
9,650ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
5,095ms
Service Level:
100%
Response Time:
3,521ms
Service Level:
100%
Response Time:
11,295ms
Service Level:
100%
Response Time:
12,144ms
Service Level:
100%
Response Time:
3,035ms
Service Level:
100%
Response Time:
4,590ms
Service Level:
99%
Response Time:
2,162ms
Service Level:
100%
Response Time:
1,376ms
Service Level:
100%
Response Time:
228ms
Service Level:
100%
Response Time:
147ms
Service Level:
100%
Response Time:
917ms