Check outstanding safety recalls and manufacturer campaigns.
JSON / REST
Integration
Standard API endpoints
10–20 min
Turnaround
Automated queue delivery
Multi-Brand — Recalls & Safety
API Target
Manufacturer verified
PDF / JSON
Delivery Format
Flexible output data
Who the car is and where it stands with the manufacturer right now — identification number, first registration, and the service that is next due by both date and mileage. Anything outstanding is measured against this line.
The part of each record that answers to the manufacturer rather than the customer — what was replaced, what cover runs until the next visit, whether the manufacturer's own service intervals were complied with, and whether the additional work it specified was accomplished.
The same two boxes on every visit, most recent first. Read down the column and the pattern is the answer — this car has had the manufacturer's additional work accomplished each time, while the interval box has gone unticked at visit after visit.
The record running back to the car's first years. The earliest visits establish how long the pattern has held — a single unticked box on a recent service means little; the same box unticked since 2013 means something.
Every section comes from a real manufacturer dealer record — a 2011 E 220 CDI with eleven main-dealer visits, each carrying the manufacturer's own specification sign-off.
Who the car is and where it stands with the manufacturer right now — identification number, first registration, and the service that is next due by both date and mileage. Anything outstanding is measured against this line.
The part of each record that answers to the manufacturer rather than the customer — what was replaced, what cover runs until the next visit, whether the manufacturer's own service intervals were complied with, and whether the additional work it specified was accomplished.
Intervals not complied withspecification blockThe same two boxes on every visit, most recent first. Read down the column and the pattern is the answer — this car has had the manufacturer's additional work accomplished each time, while the interval box has gone unticked at visit after visit.
Unticked at every visitstitchedThe record running back to the car's first years. The earliest visits establish how long the pattern has held — a single unticked box on a recent service means little; the same box unticked since 2013 means something.
Back to first servicestitchedIntegrate 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 active manufacturer bulletins — safety reports are ready in 10–20 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": "service_recall_check"}'
# Response:
# {
# "success": true,
# "data": {
# "vin": "VIN_CODE_HERE",
# "service": "service_recall_check",
# "shortReportId": "GV-9CFE34",
# "status": "pending"
# }
# }Multi-Brand — Recalls & Safety
Typically includes
Pricing details, average turnaround times, and supported database coverage for this API.
Official recall campaign check. A dealer agent queries manufacturer databases and returns a verification screenshot of outstanding safety recalls and service bulletins.
Unlock programmatic access to verified vehicle data for operations, diagnostics, or listings.
Keep rental and logistics fleets safe by tracking outstanding manufacturer campaigns.
Perform recall checks on customer vehicles to advise them on necessary dealer repairs.
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.