Exact manufacturer production date records for customs classification.
JSON / REST
Integration
Standard API endpoints
20–60 min
Turnaround
Automated queue delivery
Multi-Brand — Customs Verification
API Target
Manufacturer verified
PDF / JSON
Delivery Format
Flexible output data
The two dates that matter and everything needed to trust them — model year and registration date side by side, with the manufacturer, model, package, engine and gearbox that pin the car to a specific production run.
The factory order sheet begins — each option carried as a three-character code beside what it means, in two columns. Trim, suspension corners, glass, seats, airbags, mirrors, axle ratio.
The rest of the order sheet, running to the end — engineering year, emission standard, chassis equipment, headlamp control, lane keeping, digital radio. Read together these date the build far more precisely than a model year alone.
Every dealer invoice with its date, workshop, odometer and the job codes worked. The first line is the pre-delivery inspection at 5 km in November 2018 — the entry that fixes when this car actually entered service.
Every section comes from a real manufacturer dating record — an Opel Insignia built to 2019 model year, first registered in November 2018, with the dealer invoices that prove it.
The two dates that matter and everything needed to trust them — model year and registration date side by side, with the manufacturer, model, package, engine and gearbox that pin the car to a specific production run.
The factory order sheet begins — each option carried as a three-character code beside what it means, in two columns. Trim, suspension corners, glass, seats, airbags, mirrors, axle ratio.
Coded, not describedfirst codesThe rest of the order sheet, running to the end — engineering year, emission standard, chassis equipment, headlamp control, lane keeping, digital radio. Read together these date the build far more precisely than a model year alone.
Engineering year 2019stitchedEvery dealer invoice with its date, workshop, odometer and the job codes worked. The first line is the pre-delivery inspection at 5 km in November 2018 — the entry that fixes when this car actually entered service.
5 km at deliveryinvoice historyIntegrate 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
Queries assembly database logs — typical turnaround is 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": "multibrand_production_date"}'
# Response:
# {
# "success": true,
# "data": {
# "vin": "VIN_CODE_HERE",
# "service": "multibrand_production_date",
# "shortReportId": "GV-9CFE34",
# "status": "pending"
# }
# }Multi-Brand — Customs Verification
Typically includes
Pricing details, average turnaround times, and supported database coverage for this API.
Official factory assembly line date retrieved from global manufacturer records for customs documentation.
Unlock programmatic access to verified vehicle data for operations, diagnostics, or listings.
Verify exact vehicle age to compute correct customs taxes and import duties.
Verify age rules for vehicle shipping destinations.
Ensure used vehicle inventory is free of open safety recalls before retail listing.
Fill out the form below. Our integration specialists will contact you within 24 hours to generate your API credentials.