Countries Info API
Benefits of the Country Info API Easy Access to Comprehensive Data: Quickly access essential information about any country without manually searching multiple sources. User-Friendly & Flexible: Supports both GET and POST requests, making it adaptable to different client-side implementations. Case-Insensitive Search: Accepts both uppercase and lowercase inputs for convenience. Error-Resistant:…
Countries Info API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Country Info | ||
| POST |
Country Info /country-info |
Retrieve information about a specified country using a POST request. |
| GET |
Country Info /country-info |
Retrieve information about a specified country using a GET request. |
| Find Amenities | ||
| GET |
Find Amenities /amenity |
Provides a list of nearby health facilities or amenities based on the specified location, facility type, and country. This endpoint is useful for finding health services or… |
| POST |
Find Amenities /amenity |
Provides a list of nearby health facilities or amenities based on the specified location, facility type, and country. This endpoint is useful for finding health services or… |
| Geo Distance | ||
| GET |
Geo Distance /distance |
This endpoint calculates the driving distance and duration between two geographic locations based on latitude and longitude coordinates. It uses the OSRM (Open Source Routing… |
| POST |
Geo Distance /distance |
This endpoint calculates the driving distance and duration between two geographic locations based on latitude and longitude coordinates. It uses the OSRM (Open Source Routing… |
| Geo Directions | ||
| GET |
Geo Directions /directions |
This endpoint provides step-by-step driving directions, including the total distance and duration between two geographic locations. It relies on the OSRM (Open Source Routing… |
| POST |
Geo Directions /directions |
This endpoint provides step-by-step driving directions, including the total distance and duration between two geographic locations. It relies on the OSRM (Open Source Routing… |
| Trending Stories | ||
| GET |
Trending Stories /trending |
This endpoint retrieves a list of trending news stories for a specified country and language. It supports filtering news based on optional keywords and allows setting a limit on… |
| POST |
Trending Stories /trending |
This endpoint retrieves a list of trending news stories for a specified country and language. It supports filtering news based on optional keywords and allows setting a limit on… |
| XChange Rate | ||
| GET |
XChange Rate /xchange-rate |
Fetches the current exchange rate between two currencies and calculates the converted amount based on a specified value. |
| POST |
XChange Rate /xchange-rate |
Fetches the current exchange rate between two currencies and calculates the converted amount based on a specified value. |
| Public Holidays | ||
| GET |
Public Holidays /holiday |
Retrieves a list of public holidays for a specified country and year. |
| POST |
Public Holidays /holiday |
Retrieves a list of public holidays for a specified country and year. |
| Timezone | ||
| GET |
Timezone /time-zone |
Retrieves the current local time and timezone information for a specified location. |
| POST |
Timezone /time-zone |
Retrieves the current local time and timezone information for a specified location. |
Countries Info API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.17 / month | — |
|
| ULTRA Recommended | $63.17 / month | — |
|
| MEGA | $369.17 / month | — |
|