---
title: "Look up operators for a given mobile number"
method: GET
path: "/lookup/mobile-number/{mobile_number}"
tags: ["Mobile-Number"]
deprecated: true
---

# Look up operators for a given mobile number

`GET /lookup/mobile-number/{mobile_number}`

> **Deprecated.**

## Path parameters

- `mobile_number` string, required — Mobile number in [E.164](https://en.wikipedia.org/wiki/E.164) format.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

successful operation

- object[]
  - `id` integer, required — Operator identifier.
  - `name` string, required
  - `country` Country, required
    - `name` string, required
    - `iso_code` string, required — Country code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
    - `regions` ServiceRegion[], nullable, required
      - `name` string, required
      - `code` string, required — Country subregion code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
  - `regions` ServiceRegion[], nullable, required
    - `name` string, required
    - `code` string, required — Country subregion code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
  - `identified` boolean, required — Indicates whether operator was identified as a direct match

## Other responses

- `default` — default error response

---

[API](https://skmtc.dev/dtone/apis/digital-value-services-api.md) · [All operations](https://skmtc.dev/dtone/apis/digital-value-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dtone/digital-value-services-api/revisions/41b676566ef8/schema)
