Countries

The Country Information API enables users to retrieve comprehensive data on all countries. This data includes the country's short and full name, alpha2 and alpha3 codes, numeric code, default currency code, international dialling code, and various applicability flags (e.g., for applications, beneficiaries, others, place of birth).

This API endpoint can be particularly useful for businesses needing to display country-specific data or perform operations based on the country's specific attributes. For example, a financial application might need to fetch the default currency code for a given country or check if a certain operation is applicable for beneficiaries in that country.

  • ShortName: The short name of the country.
  • FullName: The full name of the country.
  • Alpha2Code: The country's 2-letter ISO code.
  • Alpha3Code: The country's 3-letter ISO code.
  • NumericCode: The country's numeric ISO code.
  • ForApplications: A boolean indicating whether the country is applicable for applications.
  • ForBeneficiaries: A boolean indicating whether the country is applicable for beneficiaries.
  • ForOthers: A boolean indicating whether the country is applicable for others.
  • ForPlaceOfBirth: A boolean indicating whether the country can be used as a place of birth.
  • DefaultCurrencyCode: The country's default currency code.
  • ISDCode: The country's international dialing code.