Phone API

Unlock insights into a user's phone number's history and find social or digital profiles connected to it.

Good to know

  • Use the Fraud API if you want to use the Phone API together any of our Email API, IP API, and Device Fingerprinting.
  • All SEON API requests are case-sensitive. Please follow the formatting below to avoid errors.
  • Phone API requests are limited to 120/minute during your SEON free trial.

Request

 

Optional query string parameters

In order to request additional or receive less information, use the following parameters in the request URL as in the example below:

GET

https://api.seon.io/SeonRestService/phone-api/v1.4/[phone_number]?include=cnam_lookup, hlr_details,history,flags,id&flags_timeframe_days=10&exclude=photo,last_seen&timeout=3000

Request Attributes

ValueRequired
include
historyno
include
flagsno
include
idno
include
cnam_lookupno
include
hlr_detailsno
flags_timeframe_days
[number of days]no
exclude
photono
exclude
last_seenno
timeout
[number of milliseconds]no

HTTP Endpoint

GET

https://api.seon.io/SeonRestService/phone-api/v1.4/[phone_number]
PHP
Generic
Generic

Response

The endpoint returns JSON structured response.

JSON Attributes

Type
number
integer
valid
boolean
disposable
boolean
type
string
country
string
carrier
string
score
number
account_details
object
applied_rules
array of object
hlr_details
object
cnam_details
object
history
object
flags
array of object
id
string
Response
{
 "data": {
  "account_details": {
   "bukalapak": {
    "registered": false
   },
   "facebook": {
    "registered": false
   },
   "flipkart": {
    "registered": false
   },
   "google": {
    "account_id": null,
    "full_name": null,
    "registered": false
   },
   "instagram": {
    "registered": false
   },
   "jdid": {
    "registered": true
   },
   "kakao": {
    "registered": true
   },
   "line": {
    "name": null,
    "photo": null,
    "registered": false
   },
   "microsoft": {
    "registered": false
   },
   "ok": {
    "age": null,
    "registered": false
   },
   "skype": {
    "age": null,
    "bio": null,
    "city": null,
    "country": null,
    "gender": null,
    "handle": null,
    "id": null,
    "language": null,
    "name": null,
    "photo": null,
    "registered": false,
    "state": null
   },
   "snapchat": {
    "registered": false
   },
   "telegram": {
    "last_seen": null,
    "photo": null,
    "registered": false
   },
   "twitter": {
    "registered": false
   },
   "viber": {
    "last_seen": null,
    "name": null,
    "photo": null,
    "registered": false
   },
   "whatsapp": {
    "about": null,
    "last_seen": null,
    "photo": null,
    "registered": false
   },
   "yahoo": {
    "registered": true
   },
   "zalo": {
    "date_of_birth": null,
    "name": null,
    "registered": false,
    "uid": null
   }
  },
  "applied_rules": [
   {
    "id": "PH102",
    "name": "No online profiles were found",
    "operation": "+",
    "score": 4
   }
  ],
  "carrier": "Telenor Hungary",
  "country": "HU",
  "disposable": false,
  "flags": [],
  "history": {
   "customer_hits": 1,
   "first_seen": 1653484836,
   "hits": 1,
   "last_seen": 1653484836
  },
  "id": "9d0ecd23-7296-46cb-8c05-0f1300e90b91",
  "number": 36200130525,
  "score": 4,
  "type": "mobile",
  "valid": true
 },
 "error": {},
 "success": true
}

?Got a question

Talk to sales