{ "opencollection": "1.0.0", "info": { "name": "Poké Berries Locations API", "version": "2" }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List Locations", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/location", "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 locations." }, { "info": { "name": "Get Location", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/location/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single location by id or name." }, { "info": { "name": "List Location Areas", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/location-area", "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 location areas." }, { "info": { "name": "Get Location Area", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/location-area/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single location area by id or name." }, { "info": { "name": "List Pal Park Areas", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pal-park-area", "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 Pal Park areas." }, { "info": { "name": "Get Pal Park Area", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/pal-park-area/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single Pal Park area by id or name." }, { "info": { "name": "List Regions", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/region", "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 regions." }, { "info": { "name": "Get Region", "type": "http" }, "http": { "method": "GET", "url": "https://pokeapi.co/api/v2/region/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource id (integer) or name (slug)." } ] }, "docs": "Retrieve a single region by id or name." } ] } ], "bundled": true }