{ "opencollection": "1.0.0", "info": { "name": "Tournament activity target API", "version": "v2" }, "items": [ { "info": { "name": "target", "type": "folder" }, "items": [ { "info": { "name": "List competition targets.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/competitions/:competitionIdentifier/targets", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "query", "description": "Filter on the message. Allow for a pattern (%)." }, { "name": "virtual", "value": "", "type": "query", "description": "Filter for virtual targets." } ] }, "docs": "List competition targets." }, { "info": { "name": "Show a competition target.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/competitions/:competitionIdentifier/targets/:targetName", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "targetName", "value": "", "type": "path" } ] }, "docs": "Show a competition target." } ] } ], "bundled": true }