Vincario

Vincario operates the vindecoder.eu VIN Decoder API, a global REST service that decodes a Vehicle Identification Number (VIN) into a full vehicle specification and provides vehicle market value, stolen-vehicle checks, and account balance. Requests are authenticated with an API key plus a SHA1 control sum embedded in the URL path.

5 APIs 0 Features
VINVehicle DataAutomotiveVIN DecoderMarket Value

APIs

Vincario VIN Decode API

Decodes a 17-character VIN into a full vehicle specification (make, model, model year, body, engine, fuel, transmission and ~40 European-market data points) returned as JSON or ...

Vincario Vehicle Market Value API

Returns statistical market data (price and odometer) for vehicles matching a decoded VIN, including the input parameters used for the computation.

Vincario Stolen Check API

Performs a real-time check of a VIN against national police databases of stolen vehicles (Czech Republic, Hungary, Lithuania, Romania, Slovenia, Slovakia) and Vincario's own dat...

Vincario Vehicle Info API

Returns the list of vehicle details that can be decoded for a given VIN by the decode service; this informational lookup is free of charge.

Vincario Account Balance API

Returns the remaining API credits/balance for each service on the authenticated account.

Collections

Pricing Plans

Vincario Plans Pricing

5 plans

PLANS

Rate Limits

Vincario Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Vincario VIN Decoder API
  version: '3.2'
items:
- info:
    name: Decode
    type: folder
  items:
  - info:
      name: Decode a VIN into a full vehicle specification.
      type: http
    http:
      method: GET
      url: https://api.vindecoder.eu/3.2/{apikey}/{controlsum}/decode/{vin}.json
    docs: Decodes a 17-character VIN and returns the full vehicle specification. Control sum = substr(sha1("{VIN}|decode|{apikey}|{secretkey}"),0,10).
- info:
    name: Vehicle Info
    type: folder
  items:
  - info:
      name: List the vehicle details available for a VIN.
      type: http
    http:
      method: GET
      url: https://api.vindecoder.eu/3.2/{apikey}/{controlsum}/vininfo/{vin}.json
    docs: Returns the list of vehicle details that can be decoded for the VIN (free of charge). Control sum = substr(sha1("{VIN}|vininfo|{apikey}|{secretkey}"),0,10).
- info:
    name: Market Value
    type: folder
  items:
  - info:
      name: Get statistical market value for a vehicle.
      type: http
    http:
      method: GET
      url: https://api.vindecoder.eu/3.2/{apikey}/{controlsum}/vehicle-market-value/{vin}.json
    docs: Returns statistical price and odometer data for matching vehicles on the market. Control sum = substr(sha1("{VIN}|vehicle-market-value|{apikey}|{secretkey}"),0,10).
- info:
    name: Stolen Check
    type: folder
  items:
  - info:
      name: Check a VIN against stolen-vehicle databases.
      type: http
    http:
      method: GET
      url: https://api.vindecoder.eu/3.2/{apikey}/{controlsum}/stolencheck/{vin}.json
    docs: Real-time check against national police stolen-vehicle databases and Vincario's own database. Control sum = substr(sha1("{VIN}|stolencheck|{apikey}|{secretkey}"),0,10).
- info:
    name: Account
    type: folder
  items:
  - info:
      name: Get remaining account balance.
      type: http
    http:
      method: GET
      url: https://api.vindecoder.eu/3.2/{apikey}/{controlsum}/balance.json
    docs: Returns remaining credits per service. Control sum = substr(sha1("{apikey}|balance|{apikey}|{secretkey}"),0,10).