{ "opencollection": "1.0.0", "info": { "name": "Vincario VIN Decoder Account Decode API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "controlsum", "value": "{{controlsum}}", "placement": "query" } }, "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", "params": [ { "name": "apikey", "value": "", "type": "path", "description": "The account API key (id)." }, { "name": "controlsum", "value": "", "type": "path", "description": "First 10 characters of `sha1(\"{lookup}|{id}|{apikey}|{secretkey}\")`." }, { "name": "vin", "value": "", "type": "path", "description": "The 17-character Vehicle Identification Number (uppercase)." } ] }, "docs": "Decodes a 17-character VIN and returns the full vehicle specification (make, model, model year, body, engine, fuel, transmission and additional decoded attributes). The control sum is computed from `{VIN}|decode|{apikey}|{secretkey}`." } ] } ], "bundled": true }