Pokemon Single Page Using SSR: kingler

← Back to SSR Demo

Data Fetched before each visit: 4/25/2024, 5:49:21 AM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "hyper-cutter", "url": "https://pokeapi.co/api/v2/ability/52/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "shell-armor", "url": "https://pokeapi.co/api/v2/ability/75/" }, "is_hidden": false, "slot": 2 }, { "ability": { "name": "sheer-force", "url": "https://pokeapi.co/api/v2/ability/125/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "kingler", "url": "https://pokeapi.co/api/v2/pokemon-form/99/" } ], "types": [ { "slot": 1, "type": { "name": "water", "url": "https://pokeapi.co/api/v2/type/11/" } } ], "weight": 600 }