Get precise OEM part numbers for vehicle maintenance under any VIN.
JSON / REST
Integration
Standard API endpoints
20–60 min
Turnaround
Automated queue delivery
VW, Audi, SEAT, Skoda, Porsche
API Target
Manufacturer verified
PDF / JSON
Delivery Format
Flexible output data
A VIN goes in and the manufacturer's own system answers — order type, model year, and an immediate flag if anything is outstanding against the car.
Each outstanding campaign with its code, what it covers, its scope, whether a customer letter went out, and how long it stays valid for.
Every warranty running on the vehicle — corrosion, paint, new-vehicle and component cover — with start and end dates, contract date and whether roadside assistance is attached.
Every documented job in the manufacturer's system — repair start and end, dealer, mileage and order number, expanded into the campaigns, repairs, maintenance and free-text notes recorded against each visit.
Every section comes from a real job-management record — a 2021 Taycan 4S with two open campaigns and twenty-two warranty repair days behind it.
A VIN goes in and the manufacturer's own system answers — order type, model year, and an immediate flag if anything is outstanding against the car.
Each outstanding campaign with its code, what it covers, its scope, whether a customer letter went out, and how long it stays valid for.
2 outstandingcampaignsEvery warranty running on the vehicle — corrosion, paint, new-vehicle and component cover — with start and end dates, contract date and whether roadside assistance is attached.
Corrosion cover to 2033warranty tableEvery documented job in the manufacturer's system — repair start and end, dealer, mileage and order number, expanded into the campaigns, repairs, maintenance and free-text notes recorded against each visit.
22 warranty repair daysstitchedIntegrate 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 dealer parts recommendations for the specific VIN — 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_service_parts_list"}'
# Response:
# {
# "success": true,
# "data": {
# "vin": "VIN_CODE_HERE",
# "service": "vag_service_parts_list",
# "shortReportId": "GV-9CFE34",
# "status": "pending"
# }
# }VW, Audi, SEAT, Skoda, Porsche
Typically includes
Pricing details, average turnaround times, and supported database coverage for this API.
Official maintenance recommendation listing showing recommended OEM part numbers (oils, filters, brakes, fluids, fluids).
Unlock programmatic access to verified vehicle data for operations, diagnostics, or listings.
Recommend correct service kits (oil, filters) directly to customers based on VIN.
Instantly fetch the exact OEM parts list needed for the vehicle's next service.
Build tailored service bundles matching the manufacturer specifications.
Fill out the form below. Our integration specialists will contact you within 24 hours to generate your API credentials.