validate_imei
ActiveTool of Qiniso
USE THIS to verify a phone/device IMEI before relying on it — never assume a 15-digit string is valid or guess its check digit. Checks the Luhn check digit (and recognises the 16-digit IMEISV form), and returns the TAC (device-model code). Validates the number only — does NOT check whether the device is real, active, or blocklisted/stolen.
Parameters schema
{
"type": "object",
"required": [
"imei"
],
"properties": {
"imei": {
"type": "string",
"description": "The 15-digit IMEI (or 16-digit IMEISV); spaces and dashes are ignored."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries