Client library for Car Registration API
npm install --save @datafire/regcheck_org_uk
let regcheck_org_uk = require('@datafire/regcheck_org_uk').create();
.then(data => {
console.log(data);
});
Car Registration API, An API that retrieves car information from its numberplate in many countries worldwide, uncluding the USA, UK, India, Australia and most of Europe. A username and password is required to access the API, which can be obtained from www.carregistrationapi.com - Use https://www.regcheck.org.uk/api/json.aspx/ as the root of all API calls.
Gets details of a UK Vehicle
regcheck_org_uk.Check({
"searchString": ""
}, context)
- input
object
- searchString required
string
: A registration number
- searchString required
- output
array
- items Car
- Car
object