Skip to main content
GET
/
v1.5
/
gc
/
Query
Get Information about the phone number
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.5/gc/Query
{
  "Country": "<string>",
  "ISO": "<string>",
  "RegionCode": "<string>",
  "RegionName": "<string>",
  "City": "<string>",
  "TimeZone": "<string>",
  "UTC": "<string>",
  "DST": "<string>",
  "Latitude": "<string>",
  "Longitude": "<string>",
  "NumberType": "<string>",
  "CarrierName": "<string>",
  "Language": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dncscrub.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

loginId
string

LoginId (aka APIKey)

Query Parameters

internationalCode
string

Country code of the phone number

phone
string

The phone number information you want to get

Response

Success

Country
string | null
ISO
string | null
RegionCode
string | null
RegionName
string | null
City
string | null
TimeZone
string | null
UTC
string | null
DST
string | null
Latitude
string | null
Longitude
string | null
NumberType
string | null
CarrierName
string | null
Language
string | null