---
title: "Get carrier by MCC and MNC"
method: GET
path: "/carriers/lookup"
tags: ["Carriers"]
---

# Get carrier by MCC and MNC

`GET /carriers/lookup`

## Query parameters

- `mcc` string, required — Mobile Country Code
- `mnc` string, required — Mobile Network Code

## Response `200`

OK

- Carrier
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `company` string, required
  - `country` string, required
  - `country_code` string, required
  - `country_iso` string, required
  - `created_at` string, date-time, required
  - `detail_url` string, required
  - `gsm_bands` string, required
  - `id` integer, required
  - `lte_bands` string, required
  - `mcc` string, required
  - `mnc` string, required
  - `mobile_prefix` string, required
  - `nsn_size` string, required
  - `number_format` string, required
  - `operator` string, required
  - `protocols` string, required
  - `umts_bands` string, required
  - `website` string, required

## Other responses

- `default` — Error

## Changes

- **2026-08-01** `cd80ab1b29b0` — 1 info
  - endpoint added
- **2026-08-01** `3183ec3153d1` — 1 breaking
  - api path removed without deprecation
- **2026-06-29** `3cb3612f45e0` — 1 info
  - endpoint added
- **2026-06-29** `8ea6db3daeac` — 1 breaking
  - api path removed without deprecation
- **2026-05-11** `12719a46e639` — 2 info
  - api tag `Carriers` added
  - api tag `carriers` removed

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/carriers/lookup/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/cd80ab1b29b0/schema)
