---
title: "Get carriers by country"
method: GET
path: "/v2/carriers/{countryCode}"
tags: ["Carriers"]
---

# Get carriers by country

`GET /v2/carriers/{countryCode}`

Filter and retrieve carriers available in a specific country. Free API - does not count towards usage quota.

## Path parameters

- `countryCode` string, required

## Response `200`

Country-specific carriers retrieved successfully

- GetCarriersByCountryResponse — GET /v2/carriers/{countryCode} Carriers by country response
  - `success` boolean, required
  - `data` string[], required

## Other responses

- `401` — Authentication failed
- `404` — Country code not found

---

[API](https://skmtc.dev/whereparcel/apis/whereparcel-api.md) · [All operations](https://skmtc.dev/whereparcel/apis/whereparcel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whereparcel/whereparcel-api/revisions/629880970b8b/schema)
