Mobile Number IntelligenceMobile To Network Details

Mobile Network & Operator Details

Get the telecom operator, circle, and network type for any Indian mobile number. Useful for routing, fraud detection, and analytics.

curl -X GET "https://production.deepvue.tech/v1/mobile-intelligence/mobile-to-network-details?mobile_number=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY"
{
  "code": 200,
  "timestamp": 1738046819167,
  "transaction_id": "ac3991d85a2b4553a40ebf9bf98fe034",
  "sub_code": "SUCCESS",
  "message": "Network Details fetched successfully",
  "data": {
    "currentNetworkName": "Airtel",
    "currentNetworkRegion": "Karnataka",
    "currentNetworkcountryCodeIso2": "91",
    "imsi": "400000000000000",
    "isPhoneReachable": true,
    "isValidPhoneNumber": true,
    "numberBillingType": "prepaid",
    "numberHasPortingHistory": true,
    "portedFromNetworkName": "BSNL",
    "portedFromNetworkRegion": "Karnataka",
    "portedFromNetworkcountryCodeIso2": "91",
    "roamingNetworkcountryCodeIso2": "",
    "roamingNetworkName": "",
    "roamingNetworkRegion": "",
    "roaming": false
  }
}
GET
/v1/mobile-intelligence/mobile-to-network-details
GET
Bearer Token (JWT)
Bearer Tokenstring
Required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

API Key for authentication. The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

Responses

codeinteger
timestampinteger
transaction_idstring
sub_codestring
messagestring
dataobject

Overview

This API retrieves comprehensive network information associated with a given phone number, enabling businesses to validate mobile subscriber details during KYC and verification workflows.

Key information provided

The API returns detailed intelligence about a mobile number, including:

  • Current network operator name and regional location
  • Country code identification (ISO2 format)
  • IMSI (International Mobile Subscriber Identity) data
  • Phone reachability status and validity confirmation
  • Billing classification (prepaid/postpaid)
  • Porting history and previous network details
  • Active roaming status and roaming network information