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
Name
Type
Description
id
string
Order ID
q
string
Vehicle plate to search
{
"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
Was this helpful?