The Country entity is a representation of a country that includes information such as the country code in various formats (alpha-2, alpha-3, and numeric), a flag in SVG format, the country's region (e.g., Europe, Asia, etc.), and the country's name in English.

Constructors

Properties

codeAlpha2: string

Country code in ISO 3166-1 alpha-2 format

'UA'
codeAlpha3: string

Country code in ISO 3166-1 alpha-3 format

'UKR'
codeNumeric: string

Country code in ISO 3166-1 numeric format

'804'
flag: string

Country flag in SVG format

nativeTitle: string

Title in native language

'Україна'
region?: Region

Country region

'EU'
title: string

Country name in English

'Ukraine'