Telefono · Example Payload

Telefono Carrier Lookup Example

Carrier LookupData EnrichmentFraud PreventionNumber IntelligenceNumber VerificationPhone LookupPhone ValidationTelecommunications

Telefono Carrier Lookup Example is an example object payload from Telefono, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.telefono.com/v1/carrier?number=%2B447911123456&hlr=false",
    "headers": {
      "X-API-Key": "YOUR_API_KEY"
    }
  },
  "response": {
    "number": "+447911123456",
    "carrier_name": "EE (Everything Everywhere)",
    "original_carrier": "T-Mobile UK",
    "is_ported": true,
    "network_type": "lte",
    "mcc": "234",
    "mnc": "30",
    "country_code": "GB",
    "roaming": null,
    "hlr_status": null
  }
}