Check any Russian or Belarusian vehicle's accident history, insurance records, and repair-cost estimates through a single API — covering each market individually or combined.
3 Sources
Databases
Russia, Belarus, Combined
5–15 Min
Turnaround
Fully automated lookup
Russia & Belarus
Market Coverage
All brands, domestic & imported
PDF Report
Delivery Format
Stream or base64 file
The vehicle, its registration, and eight headline checks — salvage auctions, legal risks, accidents, mileage, owners, service records, sales listings and commercial use.
Registration-document data and a full VIN decode — body number, vehicle type, colour, engine, market, model code, interior and climate options.
Eight legal checks — registration restrictions, wanted records, liens, arbitration cases, leasing, traffic-police registration, vehicle passport and unpaid fines.
Every fine registered against the vehicle with its amount, status, incident date and the offence code — speeding, stop-line violations and the rest.
Recorded collisions, insurance payouts and body repairs — the three signals that a car has been hit and put back together.
Appearances at salvage and damaged-vehicle auctions, with the photographs taken on the lot, the odometer at the time and the region it sold in.
Every reported reading plotted over time, with the average annual distance calculated from them.
Every recorded event in order — auction appraisal, customs clearance, inspections, registration, ownership changes and each listing posted.
Each owner with the period held, whether private or a business, and the region — alongside checks for taxi permits, car-sharing fleets and leasing.
The asking price measured against an independent valuation band, and every listing the car has appeared in with its price and odometer at the time.
Every section comes from a real Autoteka report — a 2019 Ford Mustang imported after a US salvage auction, then registered in Moscow.
The vehicle, its registration, and eight headline checks — salvage auctions, legal risks, accidents, mileage, owners, service records, sales listings and commercial use.
Registration-document data and a full VIN decode — body number, vehicle type, colour, engine, market, model code, interior and climate options.
Imported from abroadEight legal checks — registration restrictions, wanted records, liens, arbitration cases, leasing, traffic-police registration, vehicle passport and unpaid fines.
Legally cleanstitchedEvery fine registered against the vehicle with its amount, status, incident date and the offence code — speeding, stop-line violations and the rest.
All paidstitchedRecorded collisions, insurance payouts and body repairs — the three signals that a car has been hit and put back together.
Nothing recordedAppearances at salvage and damaged-vehicle auctions, with the photographs taken on the lot, the odometer at the time and the region it sold in.
US auction, 2021with photographsEvery reported reading plotted over time, with the average annual distance calculated from them.
58,000 km · 11,600 a yearchartEvery recorded event in order — auction appraisal, customs clearance, inspections, registration, ownership changes and each listing posted.
9 recorded eventsstitchedEach owner with the period held, whether private or a business, and the region — alongside checks for taxi permits, car-sharing fleets and leasing.
2 owners · private onlyThe asking price measured against an independent valuation band, and every listing the car has appeared in with its price and odometer at the time.
Price matches valuationstitchedEvery service returns a finished report file. Here's the real request-to-file pipeline, and what's typically inside each report.
1. Order
POST /api/vehicle-reports/request
Send the VIN and service key. We create a job and return a shortReportId with status "pending".
2. Lookup
Automated database lookup
Your request runs against the selected Russian or Belarusian database — typically finished in 5–15 minutes.
3. Delivery
Report is finalized
Once the lookup completes, the finished report file is attached to your job and its status flips to "ready".
4. Retrieve
GET /:shortReportId/file
Pull the finished report as a raw PDF stream, or add ?format=base64 to get it as JSON.
Illustrative — the exact fields present depend on the vehicle and what each database has on file. Reports arrive as a PDF file.
Russia / Belarus — All Brands
Typically includes
Three databases, available individually or together through one API key.
Domestic Russian vehicle history: accident and insurance claim records, ownership history, and repair-cost estimates.
Belarus-specific vehicle history: customs import date, accident and insurance data, a 10-year mileage record, and registration checks.
Bundles the Autoteka (Russia) and Belarus reports into a single request — the full picture across both markets.
Order reports with a single POST request and poll for status. Finished report files are retrieved as base64-encoded strings or raw binary streams ready to be integrated into your application.
# 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": "XTA210990Y1234567", "service": "autoteka"}'
# Response:
# {
# "success": true,
# "data": {
# "vin": "XTA210990Y1234567",
# "service": "autoteka",
# "shortReportId": "GV-9B2E71",
# "status": "pending"
# }
# }
# 2. Poll until the report is ready
curl 'https://api.globalvin.co/api/vehicle-reports/GV-9B2E71' \
-H 'x-api-key: your_supplier_key_here'
# 3. Retrieve the finished file
curl 'https://api.globalvin.co/api/vehicle-reports/GV-9B2E71/file?format=base64' \
-H 'x-api-key: your_supplier_key_here'
# Response:
# {
# "fileBase64": "JVBERi0xLjQKJ...",
# "fileFormat": "pdf"
# }From dealerships checking cross-border imports to buyers verifying vehicle history.
Check accident, insurance, and mileage history before buying a vehicle in Russia or Belarus.
Screen inventory sourced from Russia or Belarus for undisclosed damage or rolled-back mileage.
Verify customs import dates and cross-border vehicle history for resale documentation.
Fill out the form below. Our Russia & Belarus market specialists will contact you within 24 hours to set up your supplier API key.