Automotive API v2.4

Automotive data
in real time

Automotive API for professionals: query a VIN, a license plate or a catalog dataset to get reliable vehicle data ready to integrate into your business tools.

HTTPS · TLS 1.3
JSON · REST
< 200ms response
automotivapi — requête
VIN DECODE LICENSE PLATE TECHNICAL SPECS AI NOTICE VEHICLE Q&A EQUIPMENT CATALOG PRICING OPTIONS CO2 · CONSUMPTION EUROPEAN COVERAGE DATABASE TRIMS VIN DECODE LICENSE PLATE TECHNICAL SPECS AI NOTICE VEHICLE Q&A EQUIPMENT CATALOG PRICING OPTIONS CO2 · CONSUMPTION EUROPEAN COVERAGE DATABASE TRIMS
Why AutomotivAPI

Infrastructure designed
for professionals

A reliable, fast and documented API to integrate vehicle data into your applications.

01 — Identification

VIN identification

Decode any VIN and retrieve the manufacturer characteristics needed to identify the vehicle.

vin.decode
"marque": "BMW"
"modele": "Série 3"
"finition": "M Sport"
vin.specs
"puissance": "190 ch"
"cylindree": "1998 cm³"
"co2": "132 g/km"
02 — Technical

Technical specifications

Power, displacement, transmission, dimensions, consumption and CO2 emissions in one technical response.

03 — Administrative

License plate lookup

Retrieve a vehicle from its plate. Compatible with modern and legacy French registration formats.

plate.lookup
→ "AB-123-CD"
"marque": "Peugeot"
"energie": "Diesel"
notice.ask
"question": "Voyant moteur ?"
"answer": "Dysfonctionnement..."
"confidence": 0.94
04 — AI Notice

AI-powered vehicle notice

Ask a question in natural language and get a sourced answer from manufacturer manuals.

Vehicle catalog API

A dedicated API for
trims, options and manuals

The homepage summarizes the offer. Details live on the service pages. The vehicle catalog API identifies compatible trims and then gives access to equipment, options, specifications, summary and manuals.

Vehicle catalog — database.vehicle
// Lookup by plate or VIN
"input": "AB-123-CD"
"available_trims": ["Allure", "GT Line", "GT"]
"selected_trim": "GT"
// POST /api/v1/database/vehicle
{
  "brand": "Peugeot",
  "model": "3008",
  "equipment_count": 42,
  "options_count": 18,
  "manual": "available"
}
80+ Brands
900+ Models
45K+ Trims

Dedicated API

It complements the other services without mixing roles. Its job is to explore the vehicle catalog, not replace VIN identification.

Plate or VIN

French/EU plate or French/EU VIN as an entry point to quickly reach the right trim base.

Trim-based navigation

Choose a trim and then read equipment, options, technical details, summary and manuals.

€0.65 per call

A simple entry point to retrieve the vehicle and its available trims and guide the user to the right configuration.

View catalog API page
Our automotive APIs

Identify, enrich and use
vehicle data for each business need

Each block below maps to a dedicated business API. Open the service page to see the demo, returned data, use cases and documentation.

Integration

5 minutes to get started

Compatible with every language stack. One HTTP request, one JSON response.

cURL
curl -X POST \
  $API_URL/vin/decode \
  -H "X-API-Key: $KEY" \
  -H "Content-Type: application/json" \
  -d '{"vin":"WBA..."}'
Python
import requests

r = requests.post(
  f"{API_URL}/vin/decode",
  headers={"X-API-Key": KEY},
  json={"vin": "WBA..."}
)

data = r.json()
JavaScript
const res = await fetch(
  `${API_URL}/vin/decode`,
  {
    method: "POST",
    headers: { "X-API-Key": KEY },
    body: JSON.stringify({ vin })
  }
)
Pricing

Clear pricing,
service by service

Each service is billed per use with a minimum commitment of 500 calls per month. Prices shown are public, non-contractual rates.

Complete VIN decoding

Detailed VIN-based identification with direct business use.

3.00 credits / call
Vehicle catalog API

Compatible trims, equipment, options, summary and user manual.

0.65 credit / call
AI vehicle notice

Query manufacturer manuals with a conversational AI for sourced responses.

0.50 credit / call

Request access

API access requires account activation. After your request, a sales representative will contact you to define the terms suited to your usage. Prices shown on this site are public, non-contractual rates.

Request access Contact us