---
title: "Perform a Lookup enquiry for a mobile number"
method: POST
path: "/lookup"
---

# Perform a Lookup enquiry for a mobile number

`POST /lookup`

This is a paid service. For pricing check [here](https://www.routee.net/pricing/number-lookup/)

## Headers

- `Authorization` string, required
- `Content-Type` string

## Request body

- object
  - `to` string, required — The mobile number that the service will use. Format with a '+' and country code e.g., +306948530920 (E.164 format).
  - `label` string — A generic label which can be used for tagging the lookup HLR.

## Response `200`

200

- object
  - `to` string
  - `label` string
  - `lookupId` string
  - `createdAt` string
  - `statusInfo` object
    - `status` string
    - `description` string
    - `updatedAt` string
  - `details` object
    - `mcc` string
    - `country` object
      - `code` string
      - `name` string
      - `localeName` string
      - `isoA3Code` string
    - `network` object
      - `name` string
      - `mnc` string
    - `imsi` string
    - `ported` boolean
    - `portedNetwork` object
      - `name` string
      - `mnc` string
    - `roamingNetwork` object
      - `state` string
      - `mmc` string
      - `mnc` string
      - `country` string
      - `countryIsoCode` string
      - `network` string
  - `applicationName` string

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
