{ "opencollection": "1.0.0", "info": { "name": "Poké Berries Encounters API", "version": "2" }, "items": [ { "info": { "name": "Encounters", "type": "folder" }, "items": [ { "info": { "name": "List Encounter Methods", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/encounter-method", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip before starting to collect the result set." } ] }, "docs": "List all encounter methods." }, { "info": { "name": "Get Encounter Method", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/encounter-method/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single encounter method by id or name." }, { "info": { "name": "List Encounter Conditions", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/encounter-condition", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip before starting to collect the result set." } ] }, "docs": "List all encounter conditions." }, { "info": { "name": "Get Encounter Condition", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/encounter-condition/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single encounter condition by id or name." }, { "info": { "name": "List Encounter Condition Values", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/encounter-condition-value", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip before starting to collect the result set." } ] }, "docs": "List all encounter condition values." }, { "info": { "name": "Get Encounter Condition Value", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/encounter-condition-value/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single encounter condition value by id or name." } ] } ], "bundled": true }