v1

latestOpenAPI 3.0.02026-07-2494288373.8 KB
Company data

List countries

List all available countries we support with vendor configured in your workspace settings


See also

Learn more about Company data

get/v1/company-data/countries

Query parameters

codestring alpha-2

Search country by code
ISO 3166-1 alpha-2 country code (eg FR)

vendor'pappers' | 'kompany' | 'creditsafe' | 'kyckr' | 'companies_house' | 'inpi' | 'info_camere' | 'transparenzregister' | 'topograph' | 'charity_commission' | 'none'

Search country by vendor.
Could be pappers,kompany,creditsafe,kyckr,companies_house,inpi,info_camere,transparenzregister,topograph,charity_commission or none.

include_noneboolean

Include country with vendor=none in result.

Response

Returns list of countries

ℹ️ Click to see full payload

Example response

{
  "data": [
    {
      "code": "FR",
      "name": "France",
      "localName": "France",
      "emoji": "🇫🇷",
      "emojiCode": "1F1EB 1F1F7",
      "vendor": "pappers"
    }
  ]
}