{ "opencollection": "1.0.0", "info": { "name": "Free Currency Currencies Status API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get API quota status", "type": "http" }, "http": { "method": "GET", "url": "https://api.freecurrencyapi.com/v1/status", "params": [ { "name": "apikey", "value": "", "type": "query", "description": "Your API key for authentication." } ] }, "docs": "Returns your current quota usage. Calls to this endpoint do not count against your quota or rate limit." } ] } ], "bundled": true }