v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
Jobs Data

Job Country

Use this API to retrieve the country ID, which can then be used in the Jobs Finder API to filter jobs by country.

get/v1/jobs/countries

Response

Successful response with country list

idstring
namestring

Example response

[
  {
    "id": "AL",
    "name": "Albania"
  },
  {
    "id": "DZ",
    "name": "Algeria"
  },
  {
    "id": "AD",
    "name": "Andorra"
  },
  {
    "id": "AO",
    "name": "Angola"
  },
  {
    "id": "AG",
    "name": "Antigua and Barbuda"
  }
]