Pokemon Single Page Using SSR: geodude

← Back to SSR Demo

Data Fetched before each visit: 4/24/2024, 6:46:43 AM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "rock-head", "url": "https://pokeapi.co/api/v2/ability/69/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "sturdy", "url": "https://pokeapi.co/api/v2/ability/5/" }, "is_hidden": false, "slot": 2 }, { "ability": { "name": "sand-veil", "url": "https://pokeapi.co/api/v2/ability/8/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "geodude", "url": "https://pokeapi.co/api/v2/pokemon-form/74/" } ], "types": [ { "slot": 1, "type": { "name": "rock", "url": "https://pokeapi.co/api/v2/type/6/" } }, { "slot": 2, "type": { "name": "ground", "url": "https://pokeapi.co/api/v2/type/5/" } } ], "weight": 200 }