Abstract API · JSON Structure

Ip Geolocation Flag Info Structure

FlagInfo schema from Abstract API ip-geolocation

Type: object Properties: 4
AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

FlagInfo is a JSON Structure definition published by Abstract API, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

emoji unicode png svg

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-structure/ip-geolocation-flag-info-structure.json",
  "name": "FlagInfo",
  "description": "FlagInfo schema from Abstract API ip-geolocation",
  "type": "object",
  "properties": {
    "emoji": {
      "type": "string",
      "description": "Flag emoji",
      "example": "\ud83c\uddfa\ud83c\uddf8"
    },
    "unicode": {
      "type": "string",
      "description": "Unicode code points for the flag",
      "example": "U+1F1FA U+1F1F8"
    },
    "png": {
      "type": "uri",
      "description": "URL to PNG flag image",
      "example": "https://static.abstractapi.com/country-flags/US_flag.png"
    },
    "svg": {
      "type": "uri",
      "description": "URL to SVG flag image",
      "example": "https://static.abstractapi.com/country-flags/US_flag.svg"
    }
  }
}