License Plate API

Turn plate numbers into actionable vehicle data with our fast, reliable License Plate API.
GET
Rate Limit: 1 RPS

Authentication

All API requests require an API key to be included in the x-api-key header.

Endpoint

GET /license-decode

Parameters

NameTypeRequired
platestringRequired
statestringRequired

Code Examples

Sample Response

JSON Response
{
  "data": {
    "vin": "JNKAY01E87M309126",
    "make": "Infiniti",
    "year": "2007",
    "model": "M35",
    "plate": "HBL1213",
    "state": "TX"
  },
  "status": "success"
}