get https://connect.routee.net/lookup/
You can get all the tracking information for a single Lookup record by providing its lookup id.
RESPONSE PARAMETERS
KEY | DESCRIPTION |
---|---|
to | The number for which the lookup service was called. |
label | The label that the user may has provided when the lookup service was called. |
lookupId | The tracking id of the lookup request. |
createdAt | The date that the look up request was performed. |
statusInfo | Information about the lookup request status. |
statusInfo.status | The status of the look up request. |
statusInfo.description | A more descriptive information about the status of the request. |
statusInfo.updatedAt | The date that the request's status has been updated. |
details | Details about the country and network of the number that the lookup request is performed. |
details.mcc | The mobile country code. |
details.country | The country of the specified number. |
details.country.code | The country code in ISO 3166-1 alpha-2 format. |
details.country.name | The country name translated in the requested language. |
details.country.localeName | The country name translated in its native language. |
details.country.isoA3Code | The code of the country in ISO 3166-1 alpha-3 format. |
details.network | Details about the network of the number that the look up request is performed. |
details.network.name | The name of the number's network. |
details.network.mnc | The code of the number's ported network. |
details.imsi | Is used to identify the user of a cellular network and is a unique identification associated with all cellular networks. |
details.ported | Indicates if the number's network has changed. |
details.portedNetwork | Information about the ported network's code and name. |
details.portedNetwork.name | The name of the number's ported network. |
details.portedNetwork.mnc | The code of the number's ported network. |
details.roamingNetwork | Information about the roaming network's code and name. |
details.roamingNetwork.state | Indicates if the number is in roaming mode. |
details.roamingNetwork.mcc | The country code of the roaming network. |
details.roamingNetwork.mnc | The network code of the roaming network. |
details.roamingNetwork.country | The country name of the roaming network. |
details.roamingNetwork.countryIsoCode | The country code in ISO 3166-1 alpha-2 form |
details.roamingNetwork.network | The network name of the roaming network. |
applicationName | The name of the application which executed the lookup. |
price | The price of the Lookup Operation. |
ERROR CODES
STATUS | CODE | DESCRIPTION |
---|---|---|
403 | 400001009 | User is not authenticated. |
404 | 400005000 | User is not found. |
404 | 400005000 | LookupTracking not found. |