{ "opencollection": "1.0.0", "info": { "name": "Poké Berries Pokémon API", "version": "2" }, "items": [ { "info": { "name": "Pokémon", "type": "folder" }, "items": [ { "info": { "name": "List Abilities", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/ability", "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 Pokémon abilities." }, { "info": { "name": "Get Ability", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/ability/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single ability by id or name." }, { "info": { "name": "List Characteristics", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/characteristic", "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 characteristics." }, { "info": { "name": "Get Characteristic", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/characteristic/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer only)." } ] }, "docs": "Retrieve a single characteristic by id." }, { "info": { "name": "List Egg Groups", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/egg-group", "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 egg groups." }, { "info": { "name": "Get Egg Group", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/egg-group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single egg group by id or name." }, { "info": { "name": "List Genders", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/gender", "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 gender designations." }, { "info": { "name": "Get Gender", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/gender/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single gender by id or name." }, { "info": { "name": "List Growth Rates", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/growth-rate", "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 growth rates." }, { "info": { "name": "Get Growth Rate", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/growth-rate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single growth rate by id or name." }, { "info": { "name": "List Natures", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/nature", "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 natures." }, { "info": { "name": "Get Nature", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/nature/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single nature by id or name." }, { "info": { "name": "List Pokéathlon Stats", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pokeathlon-stat", "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 Pokéathlon stats." }, { "info": { "name": "Get Pokéathlon Stat", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pokeathlon-stat/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single Pokéathlon stat by id or name." }, { "info": { "name": "List Pokémon", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pokemon", "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 Pokémon." }, { "info": { "name": "Get Pokémon", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pokemon/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single Pokémon by id or name." }, { "info": { "name": "Get Pokémon Encounters", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pokemon/:id/encounters", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve the list of location-area encounters for a Pokémon." }, { "info": { "name": "List Pokémon Species", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pokemon-species", "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 Pokémon species." }, { "info": { "name": "Get Pokémon Species", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pokemon-species/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single Pokémon species by id or name." }, { "info": { "name": "List Stats", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/stat", "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 battle stats." }, { "info": { "name": "Get Stat", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/stat/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single stat by id or name." }, { "info": { "name": "List Types", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/type", "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 Pokémon types." }, { "info": { "name": "Get Type", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/type/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single type by id or name." } ] } ], "bundled": true }