---
title: "List mobile network operators"
method: GET
path: "/mobile_network_operators"
tags: ["Mobile Network Operators"]
---

# List mobile network operators

`GET /mobile_network_operators`

Telnyx has a set of GSM mobile operators partners that are available through our mobile network roaming. This resource is entirely managed by Telnyx and may change over time. That means that this resource won't allow any write operations for it. Still, it's available so it can be used as a support resource that can be related to other resources or become a configuration option.

## Query parameters

- `filter` object
  - `name` object — Advanced name filtering operations
    - `starts_with` string — Filter by name starting with.
    - `contains` string — Filter by name containing match.
    - `ends_with` string — Filter by name ending with.
  - `country_code` string — Filter by exact country_code.
  - `mcc` string — Filter by exact MCC.
  - `mnc` string — Filter by exact MNC.
  - `tadig` string — Filter by exact TADIG.
  - `network_preferences_enabled` boolean — Filter by network_preferences_enabled.
- `page[number]` integer
- `page[size]` integer

## Response `200`

Successful Response

- object
  - `data` MobileNetworkOperator[]
    - `id` string, uuid — Identifies the resource.
    - `record_type` string — Identifies the type of the resource.
    - `name` string — The network operator name.
    - `tadig` string — TADIG stands for Transferred Account Data Interchange Group. The TADIG code is a unique identifier for network operators in GSM mobile networks.
    - `country_code` string — The mobile operator two-character (ISO 3166-1 alpha-2) origin country code.
    - `mcc` string — MCC stands for Mobile Country Code. It's a three decimal digit that identifies a country.<br/><br/> This code is commonly seen joined with a Mobile Network Code (MNC) in a tuple that allows identifying a carrier known as PLMN (Public Land Mobile Network) code.
    - `mnc` string — MNC stands for Mobile Network Code. It's a two to three decimal digits that identify a network.<br/><br/> This code is commonly seen joined with a Mobile Country Code (MCC) in a tuple that allows identifying a carrier known as PLMN (Public Land Mobile Network) code.
    - `network_preferences_enabled` boolean — Indicate whether the mobile network operator can be set as preferred in the Network Preferences API.
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

---

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