HLR Lookups

You can perform Global HLR lookups using Web UI or API. Get to know the portable status of the number,mobile network operator, active status, roaming and other details. With HLR Lookup you can clean your data lists, or check the status of a phone before sending an SMS.

Base URLhttps://apiv2.telecomsxchange.com
AuthenticationHTTP Digest

Buyers

The Buyers folder contains APIs used by telecom buyers on TelecomsXChange (TCXC) to discover, test, and manage wholesale voice and messaging routes.

These endpoints typically allow you to:

  • Authenticate as a registered TCXC buyer

  • Search and retrieve available routes and rate offers

  • Manage your orders, balances, and traffic control settings

  • Access reporting and quality metrics for your traffic

#Lookup Number

POSThttps://apiv2.telecomsxchange.com/buyers/hlr/lookup/{number}

Lookup a single number data using HLR usinhg your TCXC Buyer Account.

Path parameters

numberintegerrequired

Phone number to look up in international format, without a leading + sign.

Example 19542405400

Body parameters

application/x-www-form-urlencoded
i_accountintegerrequired

Enter your TCXC billing account ID.

Example 1501

curl --digest \
  -u "$TCXC_USERNAME:$TCXC_API_KEY" \
  -X POST \
  "https://apiv2.telecomsxchange.com/buyers/hlr/lookup/19542405400" \
  -d "i_account=1501"
Number lookup
+19542263832(954) 226-3832 · United States of America
Operator
AT&T Mobility 310090
Type
mobile
Ported
not ported
Roaming
unknown
Reachable
Success
Rendered from the example response.

Sellers

The Sellers folder groups all endpoints used to manage, and monitor TelecomsXChange (TCXC) sellers account activity.

#Lookup Number

POSThttps://apiv2.telecomsxchange.com/sellers/hlr/lookup/{number}

Lookup a single number data using HLR usinhg your TCXC Seller Account.

Path parameters

numberintegerrequired

Phone number to look up in international format, without a leading + sign.

Example 19542405411

curl --digest \
  -u "$TCXC_USERNAME:$TCXC_API_KEY" \
  -X POST \
  "https://apiv2.telecomsxchange.com/sellers/hlr/lookup/19542405411"
Number lookup
+19542144815(954) 214-4815 · United States of America
Operator
T-mobile USA, Inc. 310260
Type
mobile
Ported
ported
Roaming
unknown
Reachable
Success
Rendered from the example response.