Retrieve factory equipment options and PR codes for 40+ brands.
JSON / REST
Integration
Standard API endpoints
20–60 min
Turnaround
Automated queue delivery
Multi-Brand — 40+ Manufacturers
API Target
Manufacturer verified
PDF / JSON
Delivery Format
Flexible output data
The chassis record as the catalogue holds it — chassis and engine number, model code, the exact production date, when the warranty started, and the body block giving market, exterior and interior colour, steering side and trim level.
Three columns and that is the whole trick — the option code, whether the car actually has it, and what it is. Remote locking yes, halogen headlamps no, miles odometer no, kilometres odometer yes.
The list in code order — parking cameras, sport steering wheel, tyre pressure monitoring, stability control, wheel series, airbags, brake callipers. Each one carries a yes or a no, so absence is recorded as clearly as presence.
The tail of the list, down to the last code — interior badging, rear spoiler, premium audio, hardtop, exhaust guard, real carbon-fibre cabin trim. The line between a base car and a specified one.
Every section comes from a real multi-brand PR lookup — an Alfa Romeo 4C Quadrifoglio Verde built in February 2014, with each option marked present or absent.
The chassis record as the catalogue holds it — chassis and engine number, model code, the exact production date, when the warranty started, and the body block giving market, exterior and interior colour, steering side and trim level.
Three columns and that is the whole trick — the option code, whether the car actually has it, and what it is. Remote locking yes, halogen headlamps no, miles odometer no, kilometres odometer yes.
Fitted and not fittedfirst codesThe list in code order — parking cameras, sport steering wheel, tyre pressure monitoring, stability control, wheel series, airbags, brake callipers. Each one carries a yes or a no, so absence is recorded as clearly as presence.
Absence recorded toostitchedThe tail of the list, down to the last code — interior badging, rear spoiler, premium audio, hardtop, exhaust guard, real carbon-fibre cabin trim. The line between a base car and a specified one.
Carbon trim fittedstitchedIntegrate 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 multi-brand factory spec sheets — 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_pr"}'
# Response:
# {
# "success": true,
# "data": {
# "vin": "VIN_CODE_HERE",
# "service": "multibrand_pr",
# "shortReportId": "GV-9CFE34",
# "status": "pending"
# }
# }Multi-Brand — 40+ Manufacturers
Typically includes
Pricing details, average turnaround times, and supported database coverage for this API.
Access official equipment configurations and manufacturer PR codes for over 40 global brands in PDF format.
Unlock programmatic access to verified vehicle data for operations, diagnostics, or listings.
Identify exact vehicle components based on factory option codes.
Adjust resale values dynamically based on original factory-installed packages.
Lookup parts based on specific PR option codes.
Fill out the form below. Our integration specialists will contact you within 24 hours to generate your API credentials.