{"id":2642,"date":"2020-10-03T13:00:00","date_gmt":"2020-10-03T12:00:00","guid":{"rendered":"https:\/\/chewett.co.uk\/blog\/?p=2642"},"modified":"2020-10-03T12:27:13","modified_gmt":"2020-10-03T11:27:13","slug":"pokemon-go-api-height-weight-scale-api","status":"publish","type":"post","link":"https:\/\/chewett.co.uk\/blog\/2642\/pokemon-go-api-height-weight-scale-api\/","title":{"rendered":"Pokemon Go API \u2013 Height Weight Scale 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=\"2643\" data-permalink=\"https:\/\/chewett.co.uk\/blog\/2642\/pokemon-go-api-height-weight-scale-api\/pogo_api_height_weight_scale\/\" data-orig-file=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/09\/pogo_api_height_weight_scale.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_height_weight_scale\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/09\/pogo_api_height_weight_scale.jpg?fit=300%2C113&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/09\/pogo_api_height_weight_scale.jpg?fit=678%2C254&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/09\/pogo_api_height_weight_scale.jpg?resize=678%2C254&#038;ssl=1\" alt=\"\" class=\"wp-image-2643\" srcset=\"https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/09\/pogo_api_height_weight_scale.jpg?w=800&amp;ssl=1 800w, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/09\/pogo_api_height_weight_scale.jpg?resize=300%2C113&amp;ssl=1 300w, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/09\/pogo_api_height_weight_scale.jpg?resize=768%2C288&amp;ssl=1 768w, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/09\/pogo_api_height_weight_scale.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 Height Weight Scale API.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">What is the Pokemon Height Weight Scale API<\/h2>\n\n\n\n<p>Pokemon have a number of physical characteristics which define how tall\/heavy they are. These are used when deciding if the Pokemon is classified as XS or XL in either weight or height.<\/p>\n\n\n\n<p>Weight and height are calculated using a standard average weight and height, with a standard deviation scaling factor added.<\/p>\n\n\n\n<p>In addition to these physical characteristics there are also a number of virtual ones stored. These are used to display the models in the game and are not exposed in the Pokemon Go interface directly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-c171429b-924a-4872-986c-cbb8982c05e4\">Getting the Height Weight Scale API Data<\/h2>\n\n\n\n<p id=\"block-d30554ba-9923-4c3d-82d6-7ef003c21462\">This API returns the various physical and virtual statistics of the Pokemon.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"block-7331a114-eccf-4206-9b9a-d9b5edeeda10\">GET&nbsp;<code>\/api\/v1\/<code>pokemon_height_weight_scale<\/code>.json<\/code><\/h3>\n\n\n\n<p>The return format is an array of dicts with the following keys:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code>buddy_scale<\/code> &#8211; The scaling factor used to display the Pokemon when it is your buddy<\/li><li><code>form<\/code> &#8211; The form of the Pokemon<\/li><li><code>height_standard_deviation<\/code> &#8211; A single standard deviation of height in meters<\/li><li><code>model_height<\/code> &#8211; The height of the model used ingame<\/li><li><code>model_scale<\/code> &#8211; The scaling factor used to display the Pokemon normally<\/li><li><code>pokedex_height<\/code> &#8211; The average height of a Pokemon in meters<\/li><li><code>pokedex_weight<\/code> &#8211; The average weight of a Pokemon in kilograms<\/li><li><code>pokemon_id<\/code> &#8211; The Pokedex ID of the Pokemon<\/li><li><code>pokemon_name<\/code> &#8211; The nasme of the Pokemon<\/li><li><code>weight_standard_deviation<\/code> &#8211; The value of the standard deviation for weight in kilograms<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"block-65c0d1f5-4954-432f-b8c6-481c0d3f27d4\">Example data<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n&#x5B;\n    {\n        &quot;buddy_scale&quot;: 19.0,\n        &quot;form&quot;: &quot;Fall_2019&quot;,\n        &quot;height_standard_deviation&quot;: 0.0875,\n        &quot;model_height&quot;: 0.7,\n        &quot;model_scale&quot;: 0.89,\n        &quot;pokedex_height&quot;: 0.7,\n        &quot;pokedex_weight&quot;: 6.9,\n        &quot;pokemon_id&quot;: 1,\n        &quot;pokemon_name&quot;: &quot;Bulbasaur&quot;,\n        &quot;weight_standard_deviation&quot;: 0.8625\n    }, {\n        &quot;buddy_scale&quot;: 19.0,\n        &quot;form&quot;: &quot;Normal&quot;,\n        &quot;height_standard_deviation&quot;: 0.125,\n        &quot;model_height&quot;: 1.25,\n        &quot;model_scale&quot;: 0.89,\n        &quot;pokedex_height&quot;: 1.0,\n        &quot;pokedex_weight&quot;: 13.0,\n        &quot;pokemon_id&quot;: 2,\n        &quot;pokemon_name&quot;: &quot;Ivysaur&quot;,\n        &quot;weight_standard_deviation&quot;: 1.625\n    }, ...\n]\n<\/pre><\/div>\n\n\n<p id=\"block-c7ab1e16-3ce1-4b17-8319-614af6909736\">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 id=\"block-4f57b0fd-e581-47c8-8062-60b8863f3393\">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 Height Weight Scale API.<\/p>\n","protected":false},"author":1,"featured_media":2644,"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 am talking about the #PokemonGo #API the Height Weight Scale API available at PoGoAPI.net","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],"class_list":["post-2642","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"],"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\/09\/pogo_api_height_weight_scale_posticon_OUTPUT.png?fit=1200%2C628&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/p2toWX-GC","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1808,"url":"https:\/\/chewett.co.uk\/blog\/1808\/pokemon-go-api-pokemon-rarity-api\/","url_meta":{"origin":2642,"position":0},"title":"Pokemon Go API \u2013 Pokemon Rarity API","author":"Chewett","date":"February 23, 2019","format":false,"excerpt":"This post talks about the newest Pokemon Go API, the Pokemon Rarity API at\u00a0pogoapi.net. Pokemon Rarity Information Pokemon are split up into 3 rarity types. These are Standard, Legendary, and Mythic. Typically Legendary and Mythic Pokemon have different trading rules along with a much higher buddy walking distance. Since Legendary\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_rarity-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_rarity-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_rarity-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_rarity-1.jpg?fit=800%2C800&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":2461,"url":"https:\/\/chewett.co.uk\/blog\/2461\/pokemon-go-api-pvp-exclusive-pokemon-list\/","url_meta":{"origin":2642,"position":1},"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":[]},{"id":1487,"url":"https:\/\/chewett.co.uk\/blog\/1487\/pokemon-go-api-alolan-pokemon-list\/","url_meta":{"origin":2642,"position":2},"title":"Pokemon Go API \u2013 Alolan Pokemon List","author":"Chewett","date":"September 1, 2018","format":false,"excerpt":"This post talks about the latest API I have added to PoGoAPI.net, the Alolan Pokemon list. What the Alolan Pokemon API can be used for In Generation 7 of the Pokemon video games Alolan Pokemon were released. These are pokemon who canonically evolved in a different area so are subtly\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\/08\/pogo_api_alolan_pokemon-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\/08\/pogo_api_alolan_pokemon-1.jpg?fit=800%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/08\/pogo_api_alolan_pokemon-1.jpg?fit=800%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2018\/08\/pogo_api_alolan_pokemon-1.jpg?fit=800%2C800&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":2478,"url":"https:\/\/chewett.co.uk\/blog\/2478\/pokemon-go-api-galarian-pokemon-list\/","url_meta":{"origin":2642,"position":3},"title":"Pokemon Go API \u2013 Galarian Pokemon List","author":"Chewett","date":"June 6, 2020","format":false,"excerpt":"This post talks about the latest API I have added to PoGoAPI.net, the Galarian Pokemon list. What the Galarian Pokemon API can be used for In Generation 8 of the Pokemon video games Galarian Pokemon were released. These are Pokemon who canonically evolved in a different area so are subtly\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\/06\/pogo_api_posticon_galarian_pokemon.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\/06\/pogo_api_posticon_galarian_pokemon.jpg?fit=800%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/06\/pogo_api_posticon_galarian_pokemon.jpg?fit=800%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/06\/pogo_api_posticon_galarian_pokemon.jpg?fit=800%2C800&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":2388,"url":"https:\/\/chewett.co.uk\/blog\/2388\/pokemon-go-api-pokemon-form-list\/","url_meta":{"origin":2642,"position":4},"title":"Pokemon Go API &#8211; Pokemon Form List","author":"Chewett","date":"January 11, 2020","format":false,"excerpt":"This post talks about the latest API I have added to PoGoAPI.net, the Pokemon Form list. What are Pokemon Forms? Some Pokemon are available in multiple different forms which may have different stats and abilities. The majority of Pokemon will always be available in the \"Normal\" form which is typically\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\/01\/pogo_api_posticon_form_list.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\/01\/pogo_api_posticon_form_list.jpg?fit=800%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/01\/pogo_api_posticon_form_list.jpg?fit=800%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/chewett.co.uk\/blog\/wp-content\/uploads\/2020\/01\/pogo_api_posticon_form_list.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":2642,"position":5},"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":[]}],"_links":{"self":[{"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2642","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=2642"}],"version-history":[{"count":3,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2642\/revisions"}],"predecessor-version":[{"id":2665,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/posts\/2642\/revisions\/2665"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/media\/2644"}],"wp:attachment":[{"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=2642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=2642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/chewett.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=2642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}