API Overview
This API provides a standardized value for the country name along with additional country information, enabling consistency and more accurate analysis of country-related data.
Standardization
Converts various country name formats, spellings, and abbreviations to a standardized form.
Comprehensive Data
Provides additional country information such as country codes, currency details, and more.
Flexible Implementation
Supports various implementation methods, including API calls and SQL integration.
How It Works
Input/Country | CountryStandard | TwoLetterCode | ThreeLetterCode | ThreeDigitCode | CurrencyCode | CurrencyName | CurrencySubUnit | CurrencySymbol | InternetCode | CallingCode |
---|---|---|---|---|---|---|---|---|---|---|
Gmny | Germany | DE | DEU | 276 | EUR | Euro | cent | € | .de | +49 |
brasil | Brazil | BR | BRA | 076 | BRL | Real | centavos | R$ | .br | +55 |
P.R.C. | China | CN | CHN | 156 | CNY | Yuan | jiao | ¥ | .cn | +86 |
Deutschland | Germany | DE | DEU | 276 | EUR | Euro | cent | € | .de | +49 |
SKorea | South Korea | KR | KOR | 410 | KRW | Won | jeon | ₩ | .kr | +82 |
US | United States | US | USA | 840 | USD | Dollar | cents | $ | .us | +1 |
Aleman | Germany | DE | DEU | 276 | EUR | Euro | cent | € | .de | +49 |
JPY | Japan | JP | JPN | 392 | JYP | Yen | Sen | ¥ | .jp | +81 |
Kamerune | Cameroon | CM | CMR | 120 | XAF | Franc | centime | Fr | .cm | +237 |
u.k. | United Kingdom | GB | GBR | 826 | GBP | Pound | penny | £ | .uk | +44 |
U.S.A. | United States | US | USA | 840 | USD | Dollar | cents | $ | .us | +1 |
Mex. | Mexico | MX | MEX | 484 | MXN | Peso | centavo | $ | .mx | +52 |
u.a.e. | United Arab Emirates | AE | ARE | 784 | AED | Dirham | fils | د.إ | .ae | +971 |
API Details
Endpoint
https://api.interzoid.com/getcountryinfo
Request Format
https://api.interzoid.com/getcountryinfo?license=[apikey]&country=[country name]&algorithm=[algorithm]
Sample Request
https://api.interzoid.com/getcountryinfo?license=dh8dj2f*****&country=franse&algorithm=ai-medium
Sample Response
{"CountryStandard":"France","TwoLetterCode":"FR","ThreeLetterCode":"FRA","ThreeDigitCode":"250","CurrencyCode":"EUR","CurrencyName":"Euro","CurrencySubUnit":"cent","CurrencySymbol":"€","InternetCode":".fr","CallingCode":"+33","Code":"Success","Credits":"200402"}
cURL Example (with API key in header)
curl --header "x-api-key: dh8dj2f*****" "https://api.interzoid.com/getcountryinfo?country=franse&algorithm=ai-medium"
Algorithm & AI Model Options
narrow
Basic standardization algorithm. Very fast for very high volume requirements, but less accurate than AI options.
ai-plus
AI-enhanced standardization. Better accuracy in standardization than narrow, with good performance.
ai-medium
Best accuracy results for country name standardization. Recommended algorithm for most cases, but API response can take a little bit longer.
RecommendedAdditional Resources
Database Integration
Standardize country name data in Cloud database tables and other datasets:
Try Cloud Data ConnectOptional OpenAPI Specification
An OpenAPI Specification (OAS) is a standardized format for describing the structure, endpoints, and functionality of a RESTful API in a machine-readable format.
It is a blueprint for developers and enables integration by defining request and response schemas, authentication methods, and available operations.
YAML JSONService Bureau
Want us to do it for you? We can take your data and use our products on your behalf:
Contact Support