Author: iFreeCheck

Contact: contact@ifreecheck.net

Copyright: All rights reserved.

Version: 1.0

Website: www.ifreecheck.net

Created by: WHOLESALE INTERNET LTD

API Services for IMEI

IMEI check API for business

If you have a website or business related to mobile devices, offer new services and improve the trust of your customers.

Instant API available

API Documentation

Usage


API URL:
https://ifreecheck.net/api_procesor.php?api=[API_KEY]&imei=[IMEI]&service=[SERVICE_ID]

EXAMPLE:
https://ifreecheck.net/api_procesor.php?api=apikeytest&imei=987654321012345&service=2

SERVICES:


1 = IMEI <-> SN CONVERT + MODEL
2 = IMEI <-> SN CONVERT WITHOUT MODEL
3 = MODEL DESCRIPTION S1 - FAST
4 = WW BLACKLIST STATUS
5 = Sold By Info + Case + Replace
6 = Sold By Info
7 = iCloud Lock Status On/Off S1
8 = iCloud Lock Status On/Off S2
9 = APPLE iOS VERSION & NEXT TETHER
10 = MACBOOK&iMAC iCLOUD ON/OFF STATUS
11 = WORLDWIDE GSMA OFFICIAL BLACKLIST STATUS - PRO
12 = MACBOOK&iMAC ICLOUD CLEAN/LOST STATUS
13 = APPLE FULL GSX CHECK


ALLOWED METHODS:
GET

Example response service = 1

{
   "status":"ok",
   "message":{
      "ServiceID":"1",
      "deviceId":"35XXXXXXXXXXX54",
      "dateOfPurchase":"22-06-18",
      "appleCareStatus":"",
      "limitedWarranty":"N",
      "serialNumber":"XGXXXXXXGJ",
      "IMEI":"35XXXXXXXXXXX54",
      "MEID":"35XXXXXXXXXX75",
      "IMEI2":"35XXXXXXXXXXX87",
      "productDescription":"IPHONE 13 PINK 128GB-SPA"
   }
}
            

Example response service = 2

{
   "status":"ok",
   "message":{
      "ServiceID":"2",
      "deviceId":"35XXXXXXXXXXX54",
      "dateOfPurchase":"22-06-18",
      "appleCareStatus":"",
      "limitedWarranty":"N",
      "serialNumber":"XGXXXXXXGJ",
      "IMEI2":"35XXXXXXXXXXX87",
      "IMEI":"35XXXXXXXXXXX54",
      "MEID":"35XXXXXXXXXX75"
   }
}
            

Example response service = 3

{
   "status":"ok",
   "message":{
      "ServiceID":3,
      "model":"IPHONE 13 PINK 128GB-SPA"
   }
}
            

Response service = 4

{
   "status":"ok",
   "message":{
      "ServiceID":4,
      "IMEI":"35XXXXXXXXXXX54",
      "blockliststatus":"No",
      "generalliststatus":"No",
      "manufacturer":"Apple Inc",
      "brandname":"Apple",
      "marketingname":"Apple iPhone 13 (A2631)",
      "modelname":"iPhone 13 (A2631)",
      "operatingsys":"iOS",
      "nfc":"Yes",
      "bluetooth":"Yes",
      "WLAN":"Yes",
      "devicetype":"Smartphone"
   }
}
            
{
   "status":"ok",
   "message":{
      "ServiceID":4,
      "IMEI":"35XXXXXXXXXXX54",
      "blockliststatus":"Yes",
      "generalliststatus":"No",
      "manufacturer":"Apple Inc",
      "brandname":"Apple",
      "marketingname":"Apple iPhone 13 (A2631)",
      "modelname":"iPhone 13 (A2631)",
      "operatingsys":"iOS",
      "nfc":"Yes",
      "bluetooth":"Yes",
      "WLAN":"Yes",
      "devicetype":"Smartphone"
   }
}
            

Example response errors

{
   "status":"error",
   "message":"The API allows the GET method for this request."
}
            
{
   "status":"error",
   "message":"The provided API key is incorrect. Please double-check your credentials and try again."
}
            
{
   "status":"error",
   "message":"The requested ServiceID could not be found. Please ensure that you have the correct ServiceID and try again."
}
            
                
{
   "status":"error",
   "message":"The required API key is missing or invalid. Please verify your configuration and ensure that the correct key is provided."
}
            
{
   "status":"blocked",
   "message":"Your account is currently restricted. Please reach out to our Support Team for assistance."
}
            
{
   "status":"blocked",
   "message":"Your account has been blocked for abuse of wrong/fake IMEI input."
}

NOTE:The system automatically blocks accounts that input 20 wrong IMEI numbers within a 2-minute period. This is to prevent misuse and ensure the integrity of our services.
{
   "status":"error",
   "message":"Access denied from this IP address. Please consult the Administrator for further guidance."
}
            
{
   "status":"error",
   "message":"Insufficient credit balance detected. Please recharge your account to proceed."
}
            
{
   "status":"error",
   "message":"The provided IMEI/Serial is invalid, or the service is currently offline. Please contact support to check the service status."
}