Car Registration #API now available for Islamabad Capital territory and Gilgit-Baltistan
Our Pakistan car registration API, which is available at http://pk.carregistrationapi.com/ is now available in the Islamabad capital territory (ICT) and Gilgit-Baltistan (GB), bringing our coverage of Pakistan to almost completion, excluding Balochistan.
The two states return different data, but in the following formats;
Gilgit-Baltistan Province (GB)
Sample Json:
{
“Description”: “Messy Farauror 1972”,
“CarMake”: {
“CurrentTextValue”: “Messy Farauror”
},
“MakeDescription”: {
“CurrentTextValue”: “Messy Farauror”
},
“CarModel”: {
“CurrentTextValue”: “1972”
},
“ModelDescription”: {
“CurrentTextValue”: “1972”
},
“VechileIdentificationNumber”: “4584-L-3”,
“RegistrationYear”: 1974,
“RegistrationDate”: “22/01/1974”,
“Image”: “http://pk.carregistrationapi.com/image.aspx/@TWVzc3kgRmFyYXVyb3IgMTk3Mg==”,
“Engine”: “08103”,
“Ownwer”: {
“Name”: “RIASAT ALI”,
“Father”: “BARKET ALI”,
“Address”: “SHEIKHPURE”
}
}
Islamabad Province (ICT)
Sample Json:
{
“Description”: “SUZUKI MEHRAN”,
“CarMake”: {
“CurrentTextValue”: “SUZUKI”
},
“CarModel”: {
“CurrentTextValue”: “MEHRAN”
},
“MakeDescription”: {
“CurrentTextValue”: “SUZUKI”
},
“ModelDescription”: {
“CurrentTextValue”: “MEHRAN”
},
“RegistrationDate”: “22-05-2017”,
“TaxDate”: “30-06-2018”,
“EngineNumber”: “PKB686079”,
“BodyType”: “MOTOR CAR”,
“Owner”: “AHMAD FARAZ”,
“Class”: “PRIVATE”,
“Color”: “WHITE”,
“EngineSize”: “796”,
“RegistrationYear”: “2017”,
“VehicleIdentificationNumber”: “SB308PK01224610”,
“Image”: “http://pk.carregistrationapi.com/image.aspx/@U1VaVUtJIE1FSFJBTg==”
}