#Car Registration #API now extended to cover #Pakistan (#Punjab #Khyber #Gilgit)
Our API at http://pk.carregistrationapi.com has now been extended to serve an additional 214 million people in Pakistan. Covering the Punjab, Khyber and Gilgit provinces. You can use the API to look up vehicle details and vehicle owner details by supplying a number plate and state.
Pakistan support
Car registration plates in Pakistan use the /CheckPakistan endpoint and return the following information:
- Make & Model
- VIN number
- Age
- Engine number
- Owner information
- Representative image
Currently, 3 provinces of Pakistan are supported, Punjab (PB), Khyber Pakhtunkhwa (KP), and Gilgit–Baltistan (GB). You must provide the province / state value as “PB”, “KP”, or “GB”. additionally, each province returns different data as follows
Punjab Province
Sample Json:
{
“Description”: “EXCLUSIVE”,
“CarMake”: {
“CurrentTextValue”: “CHEVROLET”
},
“CarModel”: {
“CurrentTextValue”: “EXCLUSIVE”
},
“MakeDescription”: {
“CurrentTextValue”: “CHEVROLET”
},
“ModelDescription”: {
“CurrentTextValue”: “EXCLUSIVE”
},
“VechileIdentificationNumber”: “KL14M11BE5C108055”,
“RegistrationYear”: 2005,
“Image”: “http:\/\/pk.carregistrationapi.com\/image.aspx\/@Q0hFVlJPTEVUIEVYQ0xVU0lWRQ==”,
“Extended”: [
{
“Key”: “Registration Number”,
“Value”: “LZR 996”
},
{
“Key”: “Chassis Number”,
“Value”: “KL14M11BE5C108055”
},
{
“Key”: “Engine Number”,
“Value”: “F8CV321778K”
},
{
“Key”: “Make Name”,
“Value”: “CHEVROLET – EXCLUSIVE-LS”
},
{
“Key”: “Registration Date”,
“Value”: “22-Jul-2005 12:00 AM”
},
{
“Key”: “Model”,
“Value”: “2005”
},
{
“Key”: “Vehicle Price”,
“Value”: “555,000”
},
{
“Key”: “Color”,
“Value”: “P.BLACK”
},
{
“Key”: “Token Tax Paid upto”,
“Value”: “LIFETIME”
},
{
“Key”: “Owner Name”,
“Value”: “MUHAMAMD ZAHID HANIF”
},
{
“Key”: “Father Name”,
“Value”: “MUHAMMAD HANIF”
},
{
“Key”: “Owner City”,
“Value”: “LAHORE”
}
]
}
Khyber-Pakhtunkhwa province
For the Khyber-Pakhtunkhwa province “KP”, you will need to also provide the district where the vehicle was registered, which can be one of; Abbottabad, Bannu, Battagram, Buner,Charsadda,Chitral,Dera Ismail Khan,Hangu,Haripur,Karak,Kohat,Kohistan,Lakki Marwat,Lower Dir (PATA), Malakand (PATA), Mansehra, Mardan, Nowshera, Peshawar,Shangla,Swabi,Swat,Tank,Tor Ghar or Upper Dir.
Sample Json:
{
“Description”: “HERO RF70”,
“CarMake”: {
“CurrentTextValue”: “HERO RF70”
},
“MakeDescription”: {
“CurrentTextValue”: “HERO RF70”
},
“VechileIdentificationNumber”: “266991”,
“RegistrationYear”: “2011”,
“Image”: “http:\/\/pk.carregistrationapi.com\/image.aspx\/@SEVSTyBSRjcwfG1vdG9yY3ljbGU=”,
“Extended”: [
{
“Key”: “Vehicle Registration Number”,
“Value”: “B 9838”
},
{
“Key”: “Maker Name”,
“Value”: “HERO RF70”
},
{
“Key”: “Model”,
“Value”: “2011”
},
{
“Key”: “Chasis Number”,
“Value”: “266991”
},
{
“Key”: “Engine Number”,
“Value”: “266991”
},
{
“Key”: “Owner Name”,
“Value”: “ALI RAZA”
},
{
“Key”: “Owner Father Name”,
“Value”: “ABDUR RASHEED”
},
{
“Key”: “Color”,
“Value”: “Red”
}
]
}
Gilgit–Baltistan Province
Sample Json:
{
“Description”: “L.Cruiser”,
“CarMake”: {
“CurrentTextValue”: “L.Cruiser”
},
“MakeDescription”: {
“CurrentTextValue”: “L.Cruiser”
},
“VechileIdentificationNumber”: “BJ-70-0002425”,
“RegistrationYear”: 1990,
“Image”: “http:\/\/pk.carregistrationapi.com\/image.aspx\/@TC5DcnVpc2VyfG1vdG9yY3ljbGU=”,
“Extended”: [
{
“Key”: “Reg.No”,
“Value”: “GZR-1”
},
{
“Key”: “ChassisNo.”,
“Value”: “BJ-70-0002425”
},
{
“Key”: “EngineNo.”,
“Value”: “3B-0722423”
},
{
“Key”: “MakeType”,
“Value”: “L.Cruiser”
},
{
“Key”: “Reg.Date”,
“Value”: “7\/10\/1990”
},
{
“Key”: “YearOFManufacture”,
“Value”: “1985”
},
{
“Key”: “OwnerName”,
“Value”: “Pir Karam Ali Shah”
},
{
“Key”: “OwnerFatherName”,
“Value”: ” Nadar Alam”
},
{
“Key”: “OwnerAddress”,
“Value”: “Village Majini Mohallah Gilgit”
}
]
}