{ "opencollection": "1.0.0", "info": { "name": "IGDB Companies Games API", "version": "4.0" }, "request": { "auth": { "type": "apikey", "key": "Client-ID", "value": "{{Client-ID}}", "placement": "header" } }, "items": [ { "info": { "name": "Games", "type": "folder" }, "items": [ { "info": { "name": "Query games", "type": "http" }, "http": { "method": "POST", "url": "https://api.igdb.com/v4/games" }, "docs": "Returns a list of games matching the provided Apicalypse query." } ] } ], "bundled": true }