v3

OpenAPI 3.1.02026-07-318648277.6 KB
Jobs Data

Job Region

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

get/v1/jobs/regions

Response

Successful response with region list

idinteger
namestring

Example response

[
  {
    "id": 1,
    "name": "Africa"
  },
  {
    "id": 2,
    "name": "Asia/Pacific"
  },
  {
    "id": 3,
    "name": "Europe"
  },
  {
    "id": 4,
    "name": "Middle East"
  },
  {
    "id": 5,
    "name": "North America"
  },
  {
    "id": 6,
    "name": "South America"
  }
]