Official vehicle mileage database logs from VAG ERWIN system.
JSON / REST
Integration
Standard API endpoints
20–60 min
Turnaround
Automated queue delivery
VW, Audi, SEAT, Skoda, Cupra
API Target
Manufacturer verified
PDF / JSON
Delivery Format
Flexible output data
Where the count starts — the chassis number, the date the car was handed over, and the dates its next roadworthiness and emissions checks fall due. Every reading that follows is measured from here.
One visit's header row, which is where the odometer lives — the record type, the date the car was accepted, the mileage logged on the day, and the order and invoice numbers that tie the reading to a real job.
Every visit's reading in the order the dealer network logged it. Read down the mileage column and a rollback has nowhere to hide — a figure that drops between two dated visits is the whole reason this record is bought.
The record running back towards the car's first visits, where the earliest readings set the floor. A later figure below this line is impossible, which is what makes the oldest entries the most useful ones.
Every section comes from a real manufacturer mileage record — an Audi handed over in May 2020, with the odometer captured at each of its dealer visits.
Where the count starts — the chassis number, the date the car was handed over, and the dates its next roadworthiness and emissions checks fall due. Every reading that follows is measured from here.
One visit's header row, which is where the odometer lives — the record type, the date the car was accepted, the mileage logged on the day, and the order and invoice numbers that tie the reading to a real job.
1 km · 25 Mar 2023one visitEvery visit's reading in the order the dealer network logged it. Read down the mileage column and a rollback has nowhere to hide — a figure that drops between two dated visits is the whole reason this record is bought.
9 dated readingsheader rows stitchedThe record running back towards the car's first visits, where the earliest readings set the floor. A later figure below this line is impossible, which is what makes the oldest entries the most useful ones.
Back to first visitheader rows stitchedIntegrate report ordering into your system. Below is the workflow pipeline and the parameters for this service.
1. Dispatch
POST /vehicle-reports/request
Post the VIN and serviceKey to initialize report retrieval.
2. Queue
Job Queueing
Pulls mileage information from ERWIN service records — delivered in 20–60 minutes.
3. Status
GET /:shortReportId
Poll report generation progress. Wait for status: 'ready'.
4. Retrieve
GET /:shortReportId/file
Download the completed PDF file or JSON base64 package.
# 1. Place a vehicle report order
curl -X POST 'https://api.globalvin.co/api/vehicle-reports/request' \
-H 'x-api-key: your_supplier_key_here' \
-H 'Content-Type: application/json' \
-d '{"vin": "VIN_CODE_HERE", "service": "vag_erwin_mileage"}'
# Response:
# {
# "success": true,
# "data": {
# "vin": "VIN_CODE_HERE",
# "service": "vag_erwin_mileage",
# "shortReportId": "GV-9CFE34",
# "status": "pending"
# }
# }VW, Audi, SEAT, Skoda, Cupra
Typically includes
Pricing details, average turnaround times, and supported database coverage for this API.
Official odometer log from the VAG ERWIN digital service schedule database. Note: Supports European VAG vehicles only; vehicles manufactured for USA and China markets are not covered by this check.
Unlock programmatic access to verified vehicle data for operations, diagnostics, or listings.
Ensure odometer accuracy before importing or purchasing VAG vehicles.
Audit returned lease vehicle mileage against official dealer service logs.
Audit high-value collateral assets for mileage consistency.
Fill out the form below. Our integration specialists will contact you within 24 hours to generate your API credentials.