{"id":2581,"date":"2020-07-25T13:00:00","date_gmt":"2020-07-25T12:00:00","guid":{"rendered":"https:\/\/chewett.co.uk\/blog\/?p=2581"},"modified":"2020-07-23T20:42:42","modified_gmt":"2020-07-23T19:42:42","slug":"pokemon-go-api-pokemon-evolutions-api","status":"publish","type":"post","link":"https:\/\/chewett.co.uk\/blog\/2581\/pokemon-go-api-pokemon-evolutions-api\/","title":{"rendered":"Pokemon Go API &#8211; Pokemon Evolutions API"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"678\" height=\"254\" data-attachment-id=\"2582\" data-permalink=\"https:\/\/chewett.co.uk\/blog\/2581\/pokemon-go-api-pokemon-evolutions-api\/pogo_api_evolutions\/\" data-orig-file=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolutions.jpg?fit=800%2C300&amp;ssl=1\" data-orig-size=\"800,300\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"pogo_api_evolutions\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolutions.jpg?fit=300%2C113&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolutions.jpg?fit=678%2C254&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolutions.jpg?resize=678%2C254&#038;ssl=1\" alt=\"\" class=\"wp-image-2582\" srcset=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolutions.jpg?w=800&amp;ssl=1 800w, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolutions.jpg?resize=300%2C113&amp;ssl=1 300w, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolutions.jpg?resize=768%2C288&amp;ssl=1 768w, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolutions.jpg?resize=50%2C19&amp;ssl=1 50w\" sizes=\"auto, (max-width: 678px) 100vw, 678px\" \/><\/figure>\n\n\n\n<p>This post talks about the latest API I have added to PoGoAPI.net, the Pokemon Evolutions API.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">What the Pokemon Evolutions API can be used for<\/h2>\n\n\n\n<p>Some Pokemon can evolve into a stronger form by feeding them candy or meeting certain conditions. Once these conditions have been met you can press the &#8220;evolve&#8221; button to transform them to the next form.<\/p>\n\n\n\n<p>If multiple evolutions meet the requirements and they have the same priority (or it is not set) the evolution will be randomly chosen.<\/p>\n\n\n\n<p>This API can be used to determine what you need to evolve certain Pokemon and the new Pokemon they can evolve into.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting the Pokemon Evolutions<\/h2>\n\n\n\n<p>This API lists all the Pokemon that can evolve, what they can evolve into, and the requirements for their evolution.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">GET\u00a0<code>\/api\/v1\/pokemon_evolutions.json<\/code><\/h3>\n\n\n\n<p>Returns a JSON array of objects, the objects have the following keys.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code>pokemon_id<\/code> &#8211; ID of the Pokemon that evolves<\/li><li><code>pokemon_name<\/code> &#8211; Name of the Pokemon that evolves<\/li><li><code>form<\/code> &#8211; Only present if the Pokemon has multiple forms<\/li><li><code>evolutions<\/code> &#8211; An array of objects detailing what Pokemon this can evolve into. Each object has the following keys:<ul><li><code>candy_required<\/code> &#8211; The amount of candy to evolve this Pokemon with standard means<\/li><li><code>item_required<\/code> &#8211; If the Pokemon requires an item to evolve this will be the name of the item<\/li><li><code>lure_required<\/code> &#8211; If the Pokemon requires a lure to evolve this will be the name of the lure<\/li><li><code>no_candy_cost_if_traded<\/code> &#8211; This will be set to true if the evolution will cost no candy after trading<\/li><li><code>priority<\/code> &#8211; If a priority is set then the evolution with the highest priority will be chosen above those with a lower priority when multiple evolution criteria are met<\/li><li><code>only_evolves_in_daytime<\/code> &#8211; Set to true if the Pokemon will only evolve in the daytime<\/li><li><code>only_evolves_in_nighttime<\/code> &#8211; Set to true if the Pokemon will only evolve at night time<\/li><li><code>must_be_buddy_to_evolve<\/code> &#8211; Set if this evolution can only occur if they are your buddy<\/li><li><code>buddy_distance_required<\/code> &#8211; Set if this Pokemon must have been walked a specific amount of distance to evolve<\/li><li><code>gender_required<\/code> &#8211; Set to Male\/Female if a specific gender is required for the evolution<\/li><\/ul><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Example data<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n&#x5B;\n    {\n        &quot;pokemon_id&quot;: 133,\n        &quot;pokemon_name&quot;: &quot;Eevee&quot;,\n        &quot;evolutions&quot;: &#x5B;\n            {\n                &quot;candy_required&quot;: 25,\n                &quot;pokemon_id&quot;: 134,\n                &quot;pokemon_name&quot;: &quot;Vaporeon&quot;\n            },\n            {\n                &quot;candy_required&quot;: 25,\n                &quot;pokemon_id&quot;: 135,\n                &quot;pokemon_name&quot;: &quot;Jolteon&quot;\n            },\n            {\n                &quot;candy_required&quot;: 25,\n                &quot;pokemon_id&quot;: 136,\n                &quot;pokemon_name&quot;: &quot;Flareon&quot;\n            },\n            {\n                &quot;buddy_distance_required&quot;: 10.0,\n                &quot;candy_required&quot;: 25,\n                &quot;must_be_buddy_to_evolve&quot;: true,\n                &quot;only_evolves_in_daytime&quot;: true,\n                &quot;pokemon_id&quot;: 196,\n                &quot;pokemon_name&quot;: &quot;Espeon&quot;,\n                &quot;priority&quot;: 100\n            },\n            {\n                &quot;buddy_distance_required&quot;: 10.0,\n                &quot;candy_required&quot;: 25,\n                &quot;must_be_buddy_to_evolve&quot;: true,\n                &quot;only_evolves_in_nighttime&quot;: true,\n                &quot;pokemon_id&quot;: 197,\n                &quot;pokemon_name&quot;: &quot;Umbreon&quot;,\n                &quot;priority&quot;: 100\n            },\n            {\n                &quot;candy_required&quot;: 25,\n                &quot;lure_required&quot;: &quot;Mossy Lure Module&quot;,\n                &quot;pokemon_id&quot;: 470,\n                &quot;pokemon_name&quot;: &quot;Leafeon&quot;,\n                &quot;priority&quot;: 200\n            },\n            {\n                &quot;candy_required&quot;: 25,\n                &quot;lure_required&quot;: &quot;Glacial Lure Module&quot;,\n                &quot;pokemon_id&quot;: 471,\n                &quot;pokemon_name&quot;: &quot;Glaceon&quot;,\n                &quot;priority&quot;: 200\n            }\n        ]\n    }, ...\n]\n<\/pre><\/div>\n\n\n<p>The full documentation&nbsp;is available on the&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/pogoapi.net\/documentation\/\" target=\"_blank\">PoGoAPI.net documentation&nbsp;page<\/a>.<\/p>\n\n\n\n<p>If you have any questions about this API or suggestions for other API\u2019s contact me here below or on Twitter!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post talks about the latest API I have added to PoGoAPI.net, the Pokemon Evolutions API.<\/p>\n","protected":false},"author":1,"featured_media":2585,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"Today I talk about the PoGoAPI.net #PokemonGo #API the Pokemon Evolutions API","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[98],"tags":[226,227,224,223,218,225],"class_list":["post-2581","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software","tag-api","tag-open-data","tag-pogoapi","tag-pokemon","tag-pokemon-go","tag-pokemon-go-api"],"wppr_data":{"cwp_meta_box_check":"No"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/07\/pogo_api_evolution_posticon.jpg?fit=1200%2C628&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/p2toWX-FD","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1761,"url":"https:\/\/chewett.co.uk\/blog\/1761\/pokemon-go-api-candy-required-for-evolution-api\/","url_meta":{"origin":2581,"position":0},"title":"Pokemon Go API &#8211; Candy required for evolution API","author":"Chewett","date":"December 12, 2018","format":false,"excerpt":"This post talks about the newest Pokemon Go API, the Candy required for evolution API at\u00a0pogoapi.net. Pokemon Candy Requirements for Evolution To evolve a Pokemon you must spend a specific amount of that Pokemon's candy. This can be gained by transferring Pokemon of that species to Professor Willow or catching\u2026","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/chewett.co.uk\/blog\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/11\/pogo_api_evolution_candy_needed-1.jpg?fit=800%2C800&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/11\/pogo_api_evolution_candy_needed-1.jpg?fit=800%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/11\/pogo_api_evolution_candy_needed-1.jpg?fit=800%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/11\/pogo_api_evolution_candy_needed-1.jpg?fit=800%2C800&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":2632,"url":"https:\/\/chewett.co.uk\/blog\/2632\/pokemon-go-api-mega-pokemon-api\/","url_meta":{"origin":2581,"position":1},"title":"Pokemon Go API &#8211; Mega Pokemon API","author":"Chewett","date":"September 5, 2020","format":false,"excerpt":"This post talks about the latest API I have added to PoGoAPI.net, the Mega Pokemon API. What is the Mega Pokemon API Some Pokemon have the ability to \"Mega Evolve\" into a stronger form using a temporary evolution. To evolve into the Mega form this requires Mega Energy which is\u2026","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/chewett.co.uk\/blog\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_mega_pokemon_posticon.jpg?fit=1200%2C628&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_mega_pokemon_posticon.jpg?fit=1200%2C628&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_mega_pokemon_posticon.jpg?fit=1200%2C628&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_mega_pokemon_posticon.jpg?fit=1200%2C628&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_mega_pokemon_posticon.jpg?fit=1200%2C628&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2715,"url":"https:\/\/chewett.co.uk\/blog\/2715\/pokemon-go-api-mega-evolution-settings-api\/","url_meta":{"origin":2581,"position":2},"title":"Pokemon Go API &#8211; Mega Evolution Settings API","author":"Chewett","date":"December 12, 2020","format":false,"excerpt":"This post talks about the latest API I have added to PoGoAPI.net, the Mega Evolution Settings API. What is the Mega Evolution Settings API For Pokemon that can Mega Evolve there are a number of game settings that are applied to them. This API lets you obtain the current Mega\u2026","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/chewett.co.uk\/blog\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/10\/pogo_api_mega_evolution_settings_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/10\/pogo_api_mega_evolution_settings_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/10\/pogo_api_mega_evolution_settings_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/10\/pogo_api_mega_evolution_settings_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/10\/pogo_api_mega_evolution_settings_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":1811,"url":"https:\/\/chewett.co.uk\/blog\/1811\/pokemon-go-api-pokemon-gender-api\/","url_meta":{"origin":2581,"position":3},"title":"Pokemon Go API \u2013 Pokemon Gender API","author":"Chewett","date":"March 30, 2019","format":false,"excerpt":"This post talks about the newest Pokemon Go API, the Pokemon Gender API at\u00a0pogoapi.net. Pokemon Gender Information Each Pokemon either has a gender of male or female, or is classified as genderless. This is important for some Pokemon who have gender specific evolutions. For example only a female Combee will\u2026","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/chewett.co.uk\/blog\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/12\/pogo_api_pokemon_gender-1.jpg?fit=800%2C800&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/12\/pogo_api_pokemon_gender-1.jpg?fit=800%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/12\/pogo_api_pokemon_gender-1.jpg?fit=800%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/12\/pogo_api_pokemon_gender-1.jpg?fit=800%2C800&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":2623,"url":"https:\/\/chewett.co.uk\/blog\/2623\/pokemon-go-api-research-task-exclusive-pokemon-api\/","url_meta":{"origin":2581,"position":4},"title":"Pokemon Go API &#8211; Research Task Exclusive Pokemon API","author":"Chewett","date":"September 19, 2020","format":false,"excerpt":"This post talks about the latest API I have added to PoGoAPI.net, the Research Task Exclusive Pokemon API. What is the Research Task Exclusive Pokemon API Some Pokemon and their evolutions are only available by completing research tasks. To get these you will have to find the research task by\u2026","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/chewett.co.uk\/blog\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_raid_research_exclusive_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_raid_research_exclusive_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_raid_research_exclusive_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_raid_research_exclusive_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/08\/pogo_api_raid_research_exclusive_posticon_OUTPUT.png?fit=1200%2C628&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2461,"url":"https:\/\/chewett.co.uk\/blog\/2461\/pokemon-go-api-pvp-exclusive-pokemon-list\/","url_meta":{"origin":2581,"position":5},"title":"Pokemon Go API \u2013 PVP Exclusive Pokemon List","author":"Chewett","date":"May 23, 2020","format":false,"excerpt":"This post talks about the latest API I have added to PoGoAPI.net, the PVP Exclusive Pokemon list. What are PVP Exclusive Pokemon Some Pokemon and their evolutions are only available in PVP. Currently to get these Pokemon you need to win a number of battles in the PVP league with\u2026","rel":"","context":"In &quot;Software&quot;","block_context":{"text":"Software","link":"https:\/\/chewett.co.uk\/blog\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/05\/pogo_api_posticon_pvpexclusive.jpg?fit=800%2C800&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/05\/pogo_api_posticon_pvpexclusive.jpg?fit=800%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/05\/pogo_api_posticon_pvpexclusive.jpg?fit=800%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/05\/pogo_api_posticon_pvpexclusive.jpg?fit=800%2C800&ssl=1&resize=700%2C400 2x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2581","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=2581"}],"version-history":[{"count":1,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2581\/revisions"}],"predecessor-version":[{"id":2586,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2581\/revisions\/2586"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/media\/2585"}],"wp:attachment":[{"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=2581"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=2581"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=2581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}