Loading
https://api.apifreaks.com/v1.0/geo/country/details
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| name | String | Mandatory | The full English name of the country (e.g., "Pakistan"). |
| iso_alpha_2 | String | Mandatory | The ISO 3166-1 alpha-2 two-letter country code (e.g., "PK"). |
| iso_alpha_3 | String | Mandatory | The ISO 3166-1 alpha-3 three-letter country code (e.g., "PAK"). |
| iso_numeric | Number | Mandatory | The ISO 3166-1 numeric country code (e.g., 586). |
| phone_code | Number | Mandatory | The international dialing/phone code for the country (e.g., 92). |
| capital | String | Mandatory | The capital city of the country (e.g., "Islamabad"). |
| top_level_domain | String | Mandatory | The country-code top-level internet domain (e.g., ".pk"). |
| native_name | String | Mandatory | The name of the country in its native language (e.g., "پاکستان"). |
| region | String | Mandatory | The broad geographical region the country belongs to (e.g., "Asia"). |
| subregion | String | Mandatory | The more specific subregion the country belongs to (e.g., "Southern Asia"). |
| nationality | String | Mandatory | The demonym for citizens of the country (e.g., "Pakistani"). |
| flag_emoji | String | Mandatory | The emoji flag representing the country (e.g., "🇵🇰"). |
| currency_code | String | Mandatory | The ISO 4217 currency code used in the country (e.g., "PKR"). |
| currency_name | String | Mandatory | The full name of the currency used in the country (e.g., "Pakistani rupee"). |
| currency_symbol | String | Mandatory | The symbol of the currency used in the country (e.g., "₨"). |