---
title: "Telco lookup (Advanced)"
method: POST
path: "/v1/api_hub/telco_lookup_advance_l1"
---

# Telco lookup (Advanced)

`POST /v1/api_hub/telco_lookup_advance_l1`

## Request body

- object
  - `mobile_number` string, required

## Response `200`

200

- object
  - `txn_id` string
  - `api_category` string
  - `api_name` string
  - `billable` boolean
  - `message` string
  - `status` integer
  - `result` object
    - `is_valid` boolean
    - `subscriber_status` string
    - `connection_status` object
      - `status_code` string
      - `error_code_id` string
    - `connection_type` string
    - `msisdn` object
      - `msisdn_country_code` string
      - `msisdn` string
      - `type` string
      - `mnc` string
      - `imsi` string
      - `mcc` string
      - `mcc_mnc` string
    - `current_service_provider` object
      - `network_prefix` string
      - `network_name` string
      - `network_region` string
      - `mcc` string
      - `mnc` string
      - `country_prefix` string
      - `country_code` string
      - `country_name` string
    - `original_service_provider` object
      - `network_prefix` string
      - `network_name` string
      - `network_region` string
      - `mcc` string
      - `mnc` string
      - `country_prefix` string
      - `country_code` string
      - `country_name` string
    - `is_roaming` boolean
    - `roaming_service_provider` object
      - `network_prefix` string
      - `network_name` string
      - `network_region` string
      - `mcc` string
      - `mnc` string
      - `country_prefix` string
      - `country_code` string
      - `country_name` string
    - `is_ported` boolean
    - `last_ported_date` unknown
    - `porting_history` object[]
  - `datetime` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crimescan/apis/crime-scan-result.md) · [All operations](https://skmtc.net/crimescan/apis/crime-scan-result/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crimescan/crime-scan-result/revisions/a9dd2afd70a1/schema)
