Search Plate Request

Search for vehicle plates with this request.

Example URL: https://api.faxcad.com/searchplate/?id=demoCAD&q=123ABC98

Get Cakes

GET http://api.faxcad.com/searchplate/:id:q

This will fetch the specified vehicle plates information.

Path Parameters

{
   "status":"Found",
   "details":"Found vehicle.",
   "ownerId":"526924749343948801",
   "VehInfo":{
      "plate":"123ABC98",
      "model":"Model T Ford",
      "color":"Black",
      "registration":"Valid",
      "insurance":"Valid",
      "stolen":"No",
      "ownerName":"Douglas Brown"
   }
}

Last updated