PASAR API
Free but requires registration; the newer API uses OAuth2 client-credentials plus an API key; covers cars/vans/motorcycles since 2005 (NI since 2017) and HGVs/buses.
View docs ↗ More Government services APIs# DVSA ~ MOT History API (test results & mileage) needs OAuth credentials ~ get yours at: # https://documentation.history.mot.api.gov.uk/ curl 'https://history.mot.api.gov.uk/' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a United Kingdom API into my app. API: DVSA ~ MOT History API (test results & mileage) Provider: Driver & Vehicle Standards Agency Auth: requires OAuth credentials (sign up: https://documentation.history.mot.api.gov.uk/) Pricing: free Base URL: https://history.mot.api.gov.uk/ Important note: Free but requires registration; the newer API uses OAuth2 client-credentials plus an API key; covers cars/vans/motorcycles since 2005 (NI since 2017) and HGVs/buses. Source: Driver & Vehicle Standards Agency (https://documentation.history.mot.api.gov.uk/) Source type: Official portal or provider docs Endpoint type: Portal or multi-endpoint API Integration difficulty: Needs OAuth Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.