cURL
Vehicles
List MOT records
Retrieve a list of DVLA MOT records. Records are populated automatically
from the DVLA API when a vehicle is created or its registration changes.
Filter by vehicle with ?filter=eq(vehicle,xxx).
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.ctrl-hub.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Session token for authentication.
Query Parameters
Filters the response data based on the value provided.
Available filters:
eq(id,xxx): Filter MOT records by ID.eq(vehicle,xxx): Filter MOT records by vehicle ID.eq(result,xxx): Filter MOT records by result (e.g. passed, failed).
A comma separated list of related resources to include.
Available options:
organisation, vehicle Limit the number of resources returned by the API
Required range:
x >= 1Offset the resources returned by the API
Required range:
x >= 0