Skip to content

Flag Data

This includes the emoji flag of the country and its corresponding Unicode code points.

Below is an example of the flag-related fields returned by a lookup:

Request Example

GET https://api.ipwho.org/ip/76.102.11.203?apiKey=sk.xxxx&get=flag

Response Example

{
"success": true,
"data": {
"flag": {
"flag_Icon": "🇺🇸",
"flag_unicode": "U+1F1FA U+1F1F8"
}
}
}

Flag Data Fields

ParameterTypeDescription
flag_IconstringThe emoji representation of the country’s flag.
flag_unicodestringThe Unicode code points representing the flag emoji.