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

# Get carriers by country and region

`GET /v2/carriers/{countryCode}/{region}`

Filter and retrieve carriers available in a specific region of a country.
Useful for countries with large territories (e.g., USA, China) where some carriers operate only in specific regions.
Not needed for countries like Korea where all carriers operate nationwide.
Free API - does not count towards usage quota.

## Path parameters

- `countryCode` string, required
- `region` string, required

## Response `200`

Region-specific carriers retrieved successfully

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

## Other responses

- `401` — Authentication failed
- `404` — Country or region 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)
