Pokemon Single Page Using SSR: machoke

← Back to SSR Demo

Data Fetched before each visit: 4/24/2024, 5:28:41 PM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "guts", "url": "https://pokeapi.co/api/v2/ability/62/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "no-guard", "url": "https://pokeapi.co/api/v2/ability/99/" }, "is_hidden": false, "slot": 2 }, { "ability": { "name": "steadfast", "url": "https://pokeapi.co/api/v2/ability/80/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "machoke", "url": "https://pokeapi.co/api/v2/pokemon-form/67/" } ], "types": [ { "slot": 1, "type": { "name": "fighting", "url": "https://pokeapi.co/api/v2/type/2/" } } ], "weight": 705 }