Get Carrier

Lookup carrier information for a phone number.

Returned fields:

  • apiVersion: always 4
  • carrierSid: transaction id for the carrier lookup
  • phoneNumber: phone number that was passed in for the lookup request
  • network: Name of the network. There is little consistency for these names. If looking for a particular carrier you'll want to do a case-insensitive search for the major carrier name (ex: verizon, sprint, att, etc.) and remove all non-alpha characters.
  • wireless: Boolean value indicating if it is a wireless number.
  • zipCode: zip code where the phone is registered
  • city: city where the phone is registered
  • state: state where the phone is registered
  • status: currently always true
  • dateCreated: last time data was updated

Of note, the city, state, and zip codes are not necessarily where the owner of the phone resides.

Language
URL
Click Try It! to start a request and see the response here!