Ownership Lookup

The URL for LRN lookups is different, please take note.
Lookup LRN information for a provided number. All things LRN should go to https://lrn.teleapi.net
/lookup
Arguments:
  • token (string, required)
  • number (int, required)
Info: Simply lookup the LRN (e164 format) for a specified number.
Example Response:
{
"code": 200,
"status": "success",
"data": {
status: "ok",
spid: "6529",
total_ported_spid: "18966864",
port_date: "2008-05-24 00:10:00",
ratecenter: "DENVER",
state: "CO",
lata: "656",
clli: "DNVRCOII3MD",
creation_date: "2002-02-22 00:00:00",
fraud_risk: "high",
lrn: "7204270000",
spid_name: "T-Mobile US:6529 - SVR/2",
ocn_name: "T-MOBILE USA, INC.",
ocn: "6529",
ocn_type: "unknown"
}
}