Vacations details:Your Ultimate Guide
https://ai0.pythonanywhere.com/ Here's how it works: Getting All Countries' Information: Imagine opening the book to a page that has a list of all the countries. This app can show you a list of all the countries and some cool facts about them, like their capital city, what money they use, and a fun place to visit. Getting Information About One Country: Let's say you want to know more about a…
Vacations details:Your Ultimate Guide endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get_all_countries /api/countries |
the method is used to retrieve information about all countries stored in the dictionary and returns the data in JSON format. |
| GET |
Vacation details /api/countries/{country_name} |
Embarking on a journey to new destinations, exploring diverse cultures, and savoring unique experiences is what makes vacations so extraordinary. In this section, we delve into… |
| POST |
Add a Country Information /api/countries |
This API endpoint allows you to add information about a new country. To do so, you need to send a POST request to /api/countries with a JSON payload containing the details of the… |
| GET |
HTML docs page /api/docs |
Returns a minimal HTML docs |
| GET |
Search for a Country /api/countries?search=doha®ion=middle%20east |
Query params: search (optional) — text to search country/capital/vacation region (optional) — region name (e.g., asia, europe) currency (optional) — currency code (e.g., USD,… |
| DELETE |
Delete country /api/countries/{country} |
Delete a country vacation detail. |
| GET |
Details for a single country. /api/countries/{country} |
Returns details for a single country. |
| GET |
Convert Currency /api/convert |
Convert Currency |
| GET |
Recommend Vacations /api/vacations |
Recommends countries based on a budget |
| GET |
Visa Hint /api/visa |
Returns a simple visa hint for destination + passport country |
| GET |
Country Images /api/images/{country} |
Returns image URLs for a country. |
Vacations details:Your Ultimate Guide pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 1500 / hour |
|
| ULTRA Recommended | $5.5 / month | 2500 / hour |
|
| MEGA | $10 / month | 10000 / hour |
|