Country Info
This API will returns the basic data of the country. It will support to fetch all country data, search by country name, get country info by country-code, currency-code and continent, etc..
Country Info endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get country info by country code /country-list/code/{country-code} |
This API will return basic info of a country which is exactly matched with the country code in param |
| GET |
Get country info by continent /country-list/continent/{continent-name} |
This API will return basic info of a country which is exactly matched with the continent name in param |
| GET |
Search country by country name /country-list |
This API will return the country info based on the query value which is passing in query string |
| GET |
All Country List /country-list |
This API will return all country details from the server. It contains the following info - Country Name - Country Code - Dial Code - Continent - Currency Code |
| GET |
Get country info by currency code /country-list/currency-code/{currency-code} |
This API will return basic info of a country which is exactly matched with the currency code in param |
Country Info pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4 / month | — |
|
| ULTRA | $6 / month | — |
|
| MEGA | $10 / month | — |
|