{"info":{"_postman_id":"ba9134fd-c7ff-4e12-a95c-a32ab0779bb3","name":"Pokedex","description":"<html><head></head><body><p>This set of API requests collection depicts existed Pokemon library, basic info, abilities, basic stats, habitats, Types, Evolution etc,. This Collection utilizes opensource Poke API.</p>\n<p>For detailed references and help please visit below offilcial link\n<a href=\"https://pokeapi.co/docs/v2.html\">https://pokeapi.co/docs/v2.html</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10670805","collectionId":"ba9134fd-c7ff-4e12-a95c-a32ab0779bb3","publishedId":"SzS2xToN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-15T11:54:00.000Z"},"item":[{"name":"Total Pokemon Count & List","id":"c6ebe50a-2abc-4a82-9b0e-86bf00139601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/pokemon/","description":"<p>This reuqest gives total existed pokemon count and list of Pokemon names.</p>\n","urlObject":{"protocol":"https","path":["api","v2","pokemon",""],"host":["pokeapi","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6ebe50a-2abc-4a82-9b0e-86bf00139601"},{"name":"Total Pokemon List with Pagination","id":"225da34b-1958-4f43-9c9c-65662686349e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/pokemon/?limit=25","description":"<p>Limit reuqest responses of Pokemon list by 25 results per page with pagination.</p>\n","urlObject":{"protocol":"https","path":["api","v2","pokemon",""],"host":["pokeapi","co"],"query":[{"key":"limit","value":"25"}],"variable":[]}},"response":[],"_postman_id":"225da34b-1958-4f43-9c9c-65662686349e"},{"name":"Selected Pokemon details by ID or Name","id":"e498c67f-ff1e-414d-8e1e-5a74ec353cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/pokemon/1","description":"<p>Sample request example to GET required Pokemon details by ID or Name.</p>\n<p><a href=\"https://pokeapi.co/api/v2/pokemon/%7Bid\">https://pokeapi.co/api/v2/pokemon/{id</a> | name}</p>\n<p>Example:\n#id\n <a href=\"https://pokeapi.co/api/v2/pokemon/1\">https://pokeapi.co/api/v2/pokemon/1</a>\n#name\n <a href=\"https://pokeapi.co/api/v2/pokemon/bulbasaur\">https://pokeapi.co/api/v2/pokemon/bulbasaur</a></p>\n<p>Response gives Pokemon details like\n. Types\n. Height\n. Weight\n. Abilities\n. Base Stats\n. Moves</p>\n","urlObject":{"protocol":"https","path":["api","v2","pokemon","1"],"host":["pokeapi","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"e498c67f-ff1e-414d-8e1e-5a74ec353cf8"},{"name":"List of Pokemon by Egg group","id":"14a2d7b9-1c2a-4408-b160-abe70dd55271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/egg-group/monster","description":"<p>This request repsonse required egg group related list of Pokemon by ID or Name of Egg group.</p>\n<p>Egg group ID Name List for Reference</p>\n<p>Existed id and names\n{id name},\n{1  monster},\n{2  water1},\n{3  bug},\n{4  flying},\n{5  ground},\n{6  fairy},\n{7  plant},\n{8  humanshape},\n{9  water3},\n{10 mineral},\n{11 indeterminate},\n{12 water2},\n{13 ditto},\n{14 dragon},\n{15 no-eggs}</p>\n","urlObject":{"protocol":"https","path":["api","v2","egg-group","monster"],"host":["pokeapi","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"14a2d7b9-1c2a-4408-b160-abe70dd55271"},{"name":"Required Pokemon Species","id":"6d20ea11-1848-4d4f-a71a-0c7f0762d53a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/pokemon-species/bulbasaur","description":"<p>This request responses Pokemon species contains color, egg_group, evolution chain of selected Pokemon.</p>\n","urlObject":{"protocol":"https","path":["api","v2","pokemon-species","bulbasaur"],"host":["pokeapi","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d20ea11-1848-4d4f-a71a-0c7f0762d53a"},{"name":"List of Pokemon by Type","id":"be879560-9b35-4fe7-ba0a-fb4c43bfd26f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/type/normal","description":"<p>This request responses list of Pokemon by thier type like Normal Pokemon, Grass and Poision Type Pokemon.</p>\n","urlObject":{"protocol":"https","path":["api","v2","type","normal"],"host":["pokeapi","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"be879560-9b35-4fe7-ba0a-fb4c43bfd26f"},{"name":"Gender type of Pokemon","id":"c7164966-4729-4b39-beaf-6fd18b8340e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/gender/?name=bulbasaur","description":"<p>With this request we know gender type of required Pokemon as response.</p>\n","urlObject":{"protocol":"https","path":["api","v2","gender",""],"host":["pokeapi","co"],"query":[{"key":"name","value":"bulbasaur"}],"variable":[]}},"response":[],"_postman_id":"c7164966-4729-4b39-beaf-6fd18b8340e4"},{"name":"Pokemon Species by Colour","id":"661f552e-12ed-4377-828b-12daf33872db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/pokemon-color/green","description":"<p>This request response Existed Pokemon Species by colour type.</p>\n","urlObject":{"protocol":"https","path":["api","v2","pokemon-color","green"],"host":["pokeapi","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"661f552e-12ed-4377-828b-12daf33872db"},{"name":"Pokemon Species by Shape","id":"6f03557c-de50-40b6-8e44-589595ad5615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/pokemon-shape/tentacles","description":"<p>This request response existed Pokemon list by shape.</p>\n","urlObject":{"protocol":"https","path":["api","v2","pokemon-shape","tentacles"],"host":["pokeapi","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f03557c-de50-40b6-8e44-589595ad5615"},{"name":"Pokemon Species by Speed","id":"748a8ac6-3ebf-4e47-9a85-355b6971d2a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pokeapi.co/api/v2/growth-rate/medium-slow","description":"<p>This request response list of Pokemon by selected speed option.</p>\n","urlObject":{"protocol":"https","path":["api","v2","growth-rate","medium-slow"],"host":["pokeapi","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"748a8ac6-3ebf-4e47-9a85-355b6971d2a5"}],"event":[{"listen":"prerequest","script":{"id":"ebd70e3b-85b1-4b5e-9335-81e3e131c43d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"95271363-cd7e-43c0-94b3-64f976584f57","type":"text/javascript","exec":[""]}}]}