May 2026: New Vehicle Data API is now available.

Vehicle Data API

The Vehicle Data API is a comprehensive API built to provide reliable, scalable access to critical vehicle information. Designed for developers, automotive platforms, insurance providers, and data-driven applications, the API offers a robust set of endpoints focused on decoding, validating, and enriching vehicle data.

At its core, the API enables precise VIN decoding, transforming raw VIN numbers into structured vehicle details such as make, model, year, engine specifications, and more. In addition, built-in validation endpoints ensure VIN accuracy and integrity, helping reduce errors and improve data quality across systems.

 Get API Key  View Docs

get started in 4 easy steps

  1. Register to one of our subscription tiers
  2. Get your API key
  3. Send your First Request (see example on right)
  4. Start Building Solutions !

SAMPLE REQUEST

Get started right away, copy the code below to try out.

curl -X GET "https://global.metadapi.com/vehc/v1/manufacturers/21" -H "Accept: application/json" -H "Ocp-Apim-Subscription-Key: YOUR-API-KEY"

Sample Response

{
    "links": {
        "self": "/vehc/V1/manufacturers/21"
    },
    "meta": {
        "count": 1
    },
    "data": [
        {
            "id": "21",
            "manufacturerName": "FORD MOTOR COMPANY"
        }
    ]
}
View End Point Doc →

endpoints

Endpoint Endpoint Name Description Documentation
/vehc/v1/manufacturers/{id} Get Manufacturer Returns manufacturer details Documentation
/vehc/v1/manufacturers List manufacturers Returns a list of manufacturers. Documentation
/vehc/v1/status Vehicle Data API Status Check status of vehicle data API service. Documentation

additional details

Support

Email support for free tier subscriptions and dedicated support for paid subscriptions.

Free to Try

We offer a free tier that allows you to try the full functionality of the Vehicle Data API.

JSON Responses

Well structured JSON responses with a very complete and enhanced data model for all vehicle data

Great Documentation

Full API documentation for all endpoints with sample responses and code generators.

Fast API Responses

Millisecond response times for Zip Code API calls.

pricing

FreeTest Workloads$0/Month

  • 1,000 API Calls/Month
  • Unlimited Monthly Bandwidth
  • 1 Concurrent Call /second
  • Email Support
  • Register

ProfessionalProduction Workloads$299/Month

  • 1,000,000 API Calls/Month
  • Unlimited Monthly Bandwidth
  • 10 Concurrent Calls /second
  • Dedicated Support
  • Register