The US Tourism API specializes in aggregating and delivering detailed information about travel-related services in the United States. It handles a variety of data types, including hotel listings and activity suggestions. The API processes structured data fields such as hotel names, locations, pricing, amenities, and user ratings. Domain-specific terminology includes classifications like 'luxury hotels', 'all-inclusive resorts', and 'family-friendly accommodations', which are essential for filtering and categorizing offerings. The API adheres to standard JSON format for data exchange, ensuring compatibility with various applications. Technical requirements may include authentication for access, rate limiting for requests, and support for pagination in responses. The output format is structured in a way that allows easy integration into travel planning tools, featuring nested data schemas for complex objects like hotel details and user reviews.
{"attractions":[{"state":"New York","name":"Empire State Building"},{"state":"Hawaii","name":"Iolani Palace"},{"state":"New York","name":"Central Park"},{"state":"Florida","name":"John Pennekamp Coral Reef State Park"},{"state":"Florida","name":"Stetson Mansion"},{"state":"California","name":"Alcatraz Island"},{"state":"Tennessee","name":"Graceland"},{"state":"New York","name":"Brooklyn Bridge"},{"state":"Washington","name":"Chihuly Garden and Glass"},{"state":"Hawaii","name":"Diamond Head State Monument"},{"state":"Colorado","name":"National Museum of World War II Aviation"},{"state":"New York","name":"The National 9\/11 Memorial & Museum"},{"state":"New York","name":"The Metropolitan Museum of Art"},{"state":"Arizona","name":"Horseshoe Bend"},{"state":"North Carolina","name":"Biltmore Estate"},{"state":"Colorado","name":"Garden of the Gods"},{"state":"Wisconsin","name":"Taliesin Preservation - Frank Lloyd Wright Visitor Center"},{"state":"Illinois","name":"The Art Institute of Chicago"},{"state":"California","name":"Golden Gate Bridge"},{"state":"Florida","name":"Key West Butterfly and Nature Conservatory"},{"state":"Nevada","name":"Fountains of Bellagio"},{"state":"Missouri","name":"The Gateway Arch"},{"state":"Louisiana","name":"The National WWII Museum"},{"state":"South Dakota","name":"Mount Rushmore National Memorial"},{"state":"California","name":"USS Midway Museum"}]}
curl --location --request POST 'https://zylalabs.com/api/6509/us+tourism+api/9418/get+top+attractions+in+the+us' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[{"hotel_name":"Luma Hotel Time Square","location":"New York City, New York","rating":"4.8","price_range":"$100-$200","amenities":["Restaurant","Bar \/ lounge","Doorperson"]},{"hotel_name":"The Bryant Park Hotel","location":"New York City, New York","rating":"4.7","price_range":"$100-$200","amenities":["Wine \/ champagne","Concierge","Bar \/ lounge"]},{"hotel_name":"Casablanca Hotel By Library Hotel Collection","location":"New York City, New York","rating":"4.8","price_range":"$100-$200","amenities":["Doorperson","Bar \/ lounge","Restaurant"]}]
curl --location --request POST 'https://zylalabs.com/api/6509/us+tourism+api/9419/get+top+hotels+in+the+us' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"state":"Required"}'
{"attractions":[{"name":"Empire State Building","location":"New York City, New York","rating":4.5,"reviews":96416,"description":"The Empire State Building is arguably the most iconic building in New York City. Visitors can expect two observation decks, with sweeping skyline views. Other than a classic photo-op, you can learn about the building's history through informative displays and videos, then have a meal at one of the seven on-site restaurants."},{"name":"Central Park","location":"New York City, New York","rating":4.7,"reviews":134260,"description":"Central Park is the beating heart of Manhattan. Stroll around the lawns, gardens, and reservoirs, but make sure to look up at the historic buildings and romantic Belvedere Castle. There's even public art and live musicians along the leafy promenades. The best way to explore is by bike, row boat, or horse-drawn carriage."},{"name":"Brooklyn Bridge","location":"New York City, New York","rating":4.7,"reviews":26231,"description":"There are a few landmarks that dominate New York City's skyline, one of which is the iconic Brooklyn Bridge. Walk or bike across it in the pedestrian lanes, while taking in the scenic views of Manhattan and downtown Brooklyn. Even better, this attraction is free to visit."},{"name":"The National 9\/11 Memorial & Museum","location":"New York City, New York","rating":4.7,"reviews":97393,"description":"The National 9\/11 Memorial & Museum is sobering, but worthy of a visit. Set aside an entire day to explore the exhibits and hear the personal stories of the firefighters, first-responders, and innocent bystanders who were at the Twin Towers. Tip: Don't miss the K-9 Courage exhibit and In Memoriam honor roll."},{"name":"The Metropolitan Museum of Art","location":"New York City, New York","rating":4.8,"reviews":55398,"description":"The Met is a treasure trove. Priceless artwork, sculptures, and artifacts fill its galleries, so you'll want to spend an entire day (or two) here. With everything from Egyptian mummies to Post-Impressionist paintings, there's something for everyone. Tip: When you're done, wander around Central Park, just behind the museum, or eat a hot dog on the Met's steps."}]}
curl --location --request POST 'https://zylalabs.com/api/6509/us+tourism+api/9420/get+attractions+data+by+state' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"state":"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 US Tourism API provides comprehensive data on hotels, restaurants, and activities across the United States, including details like hotel names, locations, pricing, amenities, and user ratings.
You can filter hotel listings by using classifications such as 'luxury hotels', 'all-inclusive resorts', and 'family-friendly accommodations' to find options that meet specific criteria.
The US Tourism API adheres to standard JSON format for data exchange, ensuring compatibility with various applications and making it easy to integrate into travel planning tools.
Yes, the technical requirements include authentication for access, rate limiting for requests, and support for pagination in responses to manage large datasets.
This endpoint returns a list of major attractions in the United States, including the state and name of each attraction. The data helps users identify popular destinations across various states.
The response includes fields such as "state" and "name" for each attraction, allowing users to easily identify the location and title of major tourist spots.
The hotel listings are structured as an array of objects, each containing fields like "hotel_name," "location," "rating," "price_range," and "amenities," making it easy to access detailed information about each hotel.
Users must specify a state parameter to retrieve hotel listings. For compound state names, a hyphen should be used (e.g., "new-york") to ensure accurate data retrieval.
This endpoint provides detailed information about attractions, including the name, location, rating, number of reviews, and a description, helping users understand what to expect at each site.
Users can filter and sort the hotel data based on rating, price range, or amenities to find accommodations that best suit their travel needs and preferences.
The data is aggregated from various travel-related sources, including user reviews, hotel databases, and tourism boards, ensuring a comprehensive and reliable dataset for users.
Common use cases include travel planning applications, itinerary builders, and tourism websites that require up-to-date information on hotels, attractions, and activities across the United States.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
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:
40%
Response Time:
122ms
Service Level:
100%
Response Time:
6,532ms
Service Level:
75%
Response Time:
295ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
4,111ms
Service Level:
100%
Response Time:
1,053ms
Service Level:
100%
Response Time:
632ms
Service Level:
100%
Response Time:
427ms
Service Level:
100%
Response Time:
2,443ms
Service Level:
100%
Response Time:
1,627ms
Service Level:
100%
Response Time:
419ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
769ms
Service Level:
100%
Response Time:
75ms
Service Level:
100%
Response Time:
1,449ms
Service Level:
100%
Response Time:
19ms
Service Level:
100%
Response Time:
1,671ms
Service Level:
100%
Response Time:
122ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
1,829ms