« info,matching_notp, simswap » scope
Key | Description | Format |
status | “success” | STRING (7) |
info | Contains all the keys described in the "info" table | JSON OBJECT |
matching | Contains all the keys described in the "matching" table | JSON OBJECT |
simswap | Contains all the keys described in the "simswap" table | JSON OBJECT |
Elements of the "info" key :
Key | Value | France | International |
telorigine | Phone number analyzed | STRING(20) | STRING(30) |
geolocation | Location when the number was first assigned | STRING (50) | STRING (50) |
tel | Phone number in expected format | STRING(20) | STRING(30) |
ported |
"Y": The telephone number has been ported. "N": Telephone number not ported |
STRING(1) | STRING(1) |
operator | Operator to whom the phone number was initially assigned | STRING (50) | STRING (50) |
idError | " 2 " : The line is built, but there is no confirmation that the line is being used. " 1 " : The line is built, confirmation that the line has recently been used | INTEGER(1) | INTEGER(1) |
oldoperator |
Mobile: Old operator (only filled when Ported = Y) Fixed: Operator to which the phone number was originally assigned |
STRING(50) | STRING(50) |
type |
"MOBILE": The telephone number is a cell phone. "FIXED_LINE": The phone number is a landline. |
STRING(50) | STRING(50) |
Elements of the "matching key" :
Key | Description | Format |
family_name | Result of the comparison on the last name | STRING (4) |
gender | Result of the comparison on civility | STRING (4) |
birthdate | Result of the comparison on the date of birth | STRING (4) |
given_name | Result of the comparison on the first name | STRING (4) |
address | Contains all the keys described in the following table | JSON OBJECT |
Result of the comparison on the email address | STRING (4) |
Elements of the “address” key :
Key | Description | Format |
country | Result of the comparison on the country | STRING (4) |
postal_code | Result of the comparison on the postal code | STRING (4) |
street_address | Result of the comparison on the street | STRING (4) |
locality | Result of the comparison on the city | STRING (4) |
Elements of the "simswap" key :
Key | Description | Format |
Operator | Phone number operator | STRING (50) |
Swapped | Indicates if the sim card has been swapped (false or true) | STRING (5) |
Response example:
{
"status" : "success",
"info" : {
"telorigine": "06XXXXXX36",
"geolocation": "FRANCE",
"tel": "06XXXXXX36",
"ported": "Y",
"operator": "ORANGE",
"iderror": "1",
"oldoperator": "SFR",
"type": "MOBILE"
},
"matching" : {
"family_name": "1.0",
"gender": "1.0",
"birthdate": "1.0",
"given_name": "1.0",
"address": {
"country": "1.0",
"postal_code": "1.0",
"street_address": "0.78",
"locality": "0.52"
},
"email": "0.55"
},
"simswap" : {
"operator": "ORANGE",
"swapped": "true"
}
}
« info,matching_notp » scope
Key | Description | Format |
status | “success” | STRING (7) |
info | Contains all the keys described in the "info" table | JSON OBJECT |
matching | Contains all the keys described in the "matching" table | JSON OBJECT |
Elements of the "info" key :
Key | Value | France | International |
telorigine | Phone number analyzed | STRING(20) | STRING(30) |
geolocation | Location when the number was first assigned | STRING (50) | STRING (50) |
tel | Phone number in expected format | STRING(20) | STRING(30) |
ported |
"Y": The telephone number has been ported. "N": Telephone number not ported |
STRING(1) | STRING(1) |
operator | Operator to whom the phone number was initially assigned | STRING (50) | STRING (50) |
idError | " 2 " : The line is built, but there is no confirmation that the line is being used. " 1 " : The line is built, confirmation that the line has recently been used | INTEGER(1) | INTEGER(1) |
oldoperator |
Mobile: Old operator (only filled when Ported = Y) Fixed: Operator to which the phone number was originally assigned |
STRING(50) | STRING(50) |
type |
"MOBILE": The telephone number is a cell phone. "FIXED_LINE": The phone number is a landline. |
STRING(50) | STRING(50) |
Elements of the "matching" key :
Key | Description | Format |
family_name | Result of the comparison on the last name | STRING (4) |
gender | Result of the comparison on civility | STRING (4) |
birthdate | Result of the comparison on the date of birth | STRING (4) |
given_name | Result of the comparison on the first name | STRING (4) |
address | Contains all the keys described in the following table | JSON OBJECT |
Result of the comparison on the email address | STRING (4) |
Elements of the “address” key :
Key | Description | Format |
country | Result of the comparison on the country | STRING (4) |
postal_code | Result of the comparison on the postal code | STRING (4) |
street_address | Result of the comparison on the street | STRING (4) |
locality | Result of the comparison on the city | STRING (4) |
Response example:
{
"status" : "success",
"info" : {
"telorigine": "06XXXXXX36",
"geolocation": "FRANCE",
"tel": "06XXXXXX36",
"ported": "Y",
"operator": "ORANGE",
"iderror": "1",
"oldoperator": "SFR",
"type": "MOBILE"
},
"matching" : {
"family_name": "1.0",
"gender": "1.0",
"birthdate": "1.0",
"given_name": "1.0",
"address": {
"country": "1.0",
"postal_code": "1.0",
"street_address": "0.78",
"locality": "0.52"
},
"email": "0.55"
}
}