Pokemon Single Page Using SSR: growlithe

← Back to SSR Demo

Data Fetched before each visit: 4/25/2024, 1:54:14 AM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "intimidate", "url": "https://pokeapi.co/api/v2/ability/22/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "flash-fire", "url": "https://pokeapi.co/api/v2/ability/18/" }, "is_hidden": false, "slot": 2 }, { "ability": { "name": "justified", "url": "https://pokeapi.co/api/v2/ability/154/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "growlithe", "url": "https://pokeapi.co/api/v2/pokemon-form/58/" } ], "types": [ { "slot": 1, "type": { "name": "fire", "url": "https://pokeapi.co/api/v2/type/10/" } } ], "weight": 190 }