Working With Country Codes
The FrankieOne service standardizes all country information using ISO-3166-alpha3 codes (e.g., βAUSβ for Australia, βGBRβ for United Kingdom).
Input Flexibility
When sending country data to our API, you can use any of these formats:
Alpha-3
Three-letter codes (e.g., βAUSβ)
Alpha-2
Two-letter codes (e.g., βAUβ)
Full Names
Complete country names (e.g., βAustraliaβ)
How It Works
If the service canβt convert your country input to a valid ISO-3166-alpha3 code, the request will be rejected with an error response.
Example Usage
ISO-3166 Country Codes Reference
For a complete list of valid country codes and their formats, refer to the ISO-3166 Country Codes Wikipedia page.
Common examples:
- π¦πΊ Australia: AUS (AU)
- π¬π§ United Kingdom: GBR (GB)
- πΊπΈ United States: USA (US)
- π¨π¦ Canada: CAN (CA)