---
title: "Job Country"
method: GET
path: "/v1/jobs/countries"
tags: ["Jobs Data"]
---

# Job Country

`GET /v1/jobs/countries`

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

## Response `200`

Successful response with country list

- object[]
  - `id` string
  - `name` string

## Other responses

- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key
- `500` — Internal Server Error - Something went wrong on our end. **Action required:** Wait 30 seconds and retry. If the problem persists, contact support@leadmagic.io

## Changes

- **2026-08-25** `1f289eff3a26` — 3 breaking
  - the `allOf[#/components/schemas/ErrorResponse]/errors/items/instance` response's property format changed from `uri` to `uri-reference` for status `500`
  - the `oneOf[#/components/schemas/InvalidApiKeyError]/allOf[#/components/schemas/ErrorResponse]/errors/items/instance` response's property format changed from `uri` to `uri-reference` for status `401`
  - the `oneOf[#/components/schemas/MissingAuthenticationError]/allOf[#/components/schemas/ErrorResponse]/errors/items/instance` response's property format changed from `uri` to `uri-reference` for status `401`

[Change history](https://skmtc.dev/leadmagic/apis/leadmagic-api/changes/v1/jobs/countries/get.md)

---

[API](https://skmtc.dev/leadmagic/apis/leadmagic-api.md) · [All operations](https://skmtc.dev/leadmagic/apis/leadmagic-api/llms.txt) · [OpenAPI document](https://skmtc.dev/leadmagic/apis/leadmagic-api/revisions/1f289eff3a26?raw)
