{ "opencollection": "1.0.0", "info": { "name": "VesselFinder AIS Containers Status API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "userkey", "value": "{{userkey}}", "placement": "query" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get Account Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.vesselfinder.com/status", "params": [ { "name": "userkey", "value": "", "type": "query", "description": "Personal API key issued by VesselFinder." }, { "name": "format", "value": "", "type": "query", "description": "Response format. Defaults to JSON." } ] }, "docs": "Return the remaining API credits and access expiration date for the account." } ] } ], "bundled": true }