# Get countries Retrieve a list of countries and their codes from our system to use them for country-specific parameters Endpoint: GET /countries Security: Your API key ## Response 200 fields (application/json): - `country_code` (string) A two-letter country code according to ISO 3166-2 - `labels` (array) - `labels.language_code` (string) A language of an object. A two-letter language code according to ISO 639-1 - `labels.label` (string) A name of a country ## Response 400 fields (application/json): - `type` (string) Example: "bad_request" - `errors` (array) ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)