# vehicle.payapi.market – UK DVLA Vehicle Lookup

> vehicle.payapi.market – UK DVLA Vehicle Lookup is a paid API for AI agents from vehicle.payapi.market, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns UK DVLA vehicle details for a given registration plate number

## Facts

- Endpoint: POST https://vehicle.payapi.market/vehicle-info
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vehicle-payapi-market-e69f95bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c9N-yAq7dFwmAvzgvebgQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability vehicle-payapi-market-e69f95bc -d '<json body>'
```

Example prompt: Can you look up the DVLA vehicle details for the UK registration plate AB12CDE — I want to know the make, model, colour, and fuel type?

## When to prefer this

Use this endpoint when you need to resolve a UK vehicle registration plate to DVLA vehicle details such as make, model, fuel type, or compliance status. Ideal for automotive, insurance, fleet management, or identity-verification workflows involving UK-registered vehicles.

## Known failure modes

- Invalid or malformed registration plate returns an error or empty result
- Registration plate not found in DVLA database returns no data
- Spaces in registration plate may cause lookup failure — must be submitted without spaces
- Service unavailable or payment failure returns HTTP 402 or 5xx error
- Non-UK registration plates are not supported

## How this service works

UK DVLA vehicle details by registration plate.

## Output

Returns DVLA-sourced vehicle details for the queried UK registration plate, including make, model, colour, fuel type, engine size, year of manufacture, MOT status, and road tax status.

## Example request

```json
{
 "registration": "AB12CDE"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "registration": {
   "type": "string",
   "description": "UK vehicle registration plate (no spaces), e.g. 'AB12CDE'."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vehicle-payapi-market-e69f95bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vehicle.payapi.market](https://www.zero.xyz/host/vehicle.payapi.market/llms.txt)
