Bulk IMEIs
1 IMEI(s) entered
Services
Account Information

Please validate your API key to view account information

Available Services
Order History
View and filter your order history. Use the filters below to find specific orders by service, status, date range, or IMEI/SN.
Order History

Please validate your API key to view order history

Invoices
API Documentation
Use our direct API endpoints to integrate IMEI checking services directly into your applications.

Authentication

All API requests require your API key as a parameter.

Required Parameter:
api_key=YOUR_API_KEY

Dhru API Configurations

  • URL: https://simlockcheck.com
  • USER_NAME:
  • SERVICE_ID:
  • API IP(s):

Direct API Endpoints

Note: Replace the following placeholders in your API calls:
  • YOUR_API_KEY - Your actual API key
  • SERVICE_ID - The service ID from the table above
  • IMEI_OR_SN - The IMEI/SN you want to check
HTML Format API
Endpoint Format:
GET https//:simlockcheck.com/api_processor.php?api_key=YOUR_API_KEY&service_id=SERVICE_ID&imei=IMEI_OR_SN
Parameters:
  • api_key (required) - Your API key
  • service_id (required) - Service ID from available services
  • imei (required) - Single IMEI/SN number to check
JSON Format API
Endpoint Format:
GET https://simlockcheck.com/api_processor.php?api_key=YOUR_API_KEY&service_id=SERVICE_ID&json=true&imei=IMEI_OR_SN
Parameters:
  • api_key (required) - Your API key
  • service_id (required) - Service ID from available services
  • json (required) - Must be set to "true" for JSON response
  • imei (required) - Single IMEI/SN number to check

Response Handling

For JSON responses, check the success field. When success is false, an error field will be present with the error message.

Success Formats:
JSON API Success Format:
{"success": true,"order_id": "ORDER_ID", "order_imei": "ORDER_IMEI", "result": "RESPONSE"}
HTML API Success Format:
SUCCESS{OrderID: ORDER_ID,IMEI: YOUR(IMEI/SN),Result: RESPONSE}
Errors Formats:
JSON API Errors:
{"success": false,"error": "Invalid API key"}
{"success": false,"error": "API Not Allowed"}
{"success": false,"error": "Service ID Required"}
{"success": false,"error": "Invalid IMEI/SN, Please Check IMEI/SN Length"}
{"success": false,"error": "Service Not Allowed"}
{"success": false,"error": "Direct API Call Not Allowed For This Service"}
{"success": false,"error": "Insufficient Credit Please Recharge"}
{"success": false,"error": "API Concurrent Requests Limit Exceeded!"}
{"success": false,"error": "Invalid IMEI/SN Or Server Error"}
HTML API Errors:
ERROR{Reason: Invalid API key}
ERROR{Reason: API Not Allowed}
ERROR{Reason: Service ID Required}
ERROR{Reason: Invalid IMEI/SN, Please Check IMEI/SN Length}
ERROR{Reason: Service Not Allowed}
ERROR{Reason: Direct API Call Not Allowed For This Service}
ERROR{Reason: Insufficient Credit Please Recharge}
ERROR{Reason: API Concurrent Requests Limit Exceeded!}
ERROR{Reason: Invalid IMEI/SN Or Server Error}