IMEI by vehicle number

This API allows you to determine the IMEI of the device installed in a vehicle by its number.

How to get data

Method

 GET

Request address

To get the data, use the address: https://<server_address>/api/api.php?

Request parameters

  • cmd=get_imei— API command
  • vehnum — vehicle number
  • node — node number where the command should be executed
     

Example request

https://<server_address>/api/api.php?cmd=get_imei&vehnum=IX35&node=1
Response
{
  "code": 0,
  "msg": "OK",
  "imei": "356307045913463"
}
In response to the API request, the following is returned:
  • code — result code (0 = success, other values = error)
  • msg — server message
  • imei — IMEI of the device installed in the vehicle