---
title: "Find countries"
method: GET
path: "/countries"
tags: ["Location API:Countries"]
---

# Find countries

`GET /countries`

## Query parameters

- `Code` string[]

## Response `200`

List of countries

- CountryListRepresentation
  - `items` CountryModel[], nullable
    - `code` string, required
    - `name` string, required
  - `links` ModelLinks
    - `self` string, uri, nullable

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
