[{"states":["California","Nevada","Florida","Texas","New York","Illinois","Hawaii","Pennsylvania","Maryland","Massachusetts","Louisiana","Michigan","Colorado","Connecticut","Idaho","Nebraska","Montana","South Carolina","New Jersey","Washington","Wyoming","Virginia","North Carolina","Georgia","Ohio","Arizona","Tennessee","Indiana","Missouri","Kentucky","Oregon","Alaska","South Dakota","North Dakota","West Virginia","Maine","New Hampshire","Vermont","Rhode Island","Delaware","Mississippi","Arkansas","Iowa","Kansas","Nebraska","Montana","Wyoming","Utah","Idaho","Hawaii","Alaska","Puerto Rico"]}]
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":"Philadelphia","rating":4.4,"rank":27,"tourist_attractions":"The city of Philadelphia is a national treasure, its momentousness as a historic city is central to the United States. Philadelphia is home to many firsts in the country, with every advancement in the region being traced back to this historic city.","best_time":"March to May"},{"name":"Harrisburg","rating":4.5,"rank":26,"tourist_attractions":"Much like the state it belongs to, Harrisburg is a destination firmly rooted in history, featuring several sites and landmarks holding cultural significance to Americans. Harrisburg is usually a couple days' stop in any tourist visit to Pennsylvania state with a timeless feel enveloping its old buildings.","best_time":"Mid April to July"}]}]
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"}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the US Tourism API simply include your bearer token in the Authorization header.
| 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.
(Save 2 months with annual billing 🎉)
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.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key 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.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
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. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
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.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund