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=flagResponse Example
{ "success": true, "data": { "flag": { "flag_Icon": "🇺🇸", "flag_unicode": "U+1F1FA U+1F1F8" } }}Flag Data Fields
| Parameter | Type | Description |
|---|---|---|
flag_Icon | string | The emoji representation of the country’s flag. |
flag_unicode | string | The Unicode code points representing the flag emoji. |