GlobalVIN
HomeDatabasesBlogsPricing
VW, Audi, SEAT, Skoda, Porsche

Service Parts List (OEM) API

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

Dimensions we cover

Vehicle Lookup

LOOKUP

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.

Open Campaigns

CAMPAIGN

Each outstanding campaign with its code, what it covers, its scope, whether a customer letter went out, and how long it stays valid for.

Warranty Data

WARRANTY

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.

Workshop History

JOBS

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.

A complete workshop record

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.

Vehicle Lookup

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.

Open campaigns flaggedvehicle header
Vehicle Lookup
Screen 1
Open Campaigns
Screen 1

Open Campaigns

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 outstandingcampaigns
Warranty Data
Screen 1

Warranty Data

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.

Corrosion cover to 2033warranty table
Workshop History
Screens 2–4

Workshop History

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.

22 warranty repair daysstitched

API Request Pipeline

Integrate 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.

cURL Request SamplePOST
# 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"
#   }
# }

Service Parts List (OEM) Specs

VW, Audi, SEAT, Skoda, Porsche

PDF / JSON

Typically includes

  • Oils & fluids specifications
  • Filter OEM part numbers
  • Spark plug part numbers
  • Brake pad & disc part numbers

API Specifications

Pricing details, average turnaround times, and supported database coverage for this API.

Service Parts List (OEM)

Official maintenance recommendation listing showing recommended OEM part numbers (oils, filters, brakes, fluids, fluids).

Retail price$6.00
Turnaround20–60 min
BrandsVW, Audi, SEAT, Skoda, Porsche

Who Integrates This API?

Unlock programmatic access to verified vehicle data for operations, diagnostics, or listings.

E-Commerce Sites

Recommend correct service kits (oil, filters) directly to customers based on VIN.

Workshops

Instantly fetch the exact OEM parts list needed for the vehicle's next service.

Distributors

Build tailored service bundles matching the manufacturer specifications.

Request API Access

Fill out the form below. Our integration specialists will contact you within 24 hours to generate your API credentials.