Pokemon Single Page Using SSR: arcanine

← Back to SSR Demo

Data Fetched before each visit: 4/26/2024, 3:15:40 PM

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": "arcanine", "url": "https://pokeapi.co/api/v2/pokemon-form/59/" } ], "types": [ { "slot": 1, "type": { "name": "fire", "url": "https://pokeapi.co/api/v2/type/10/" } } ], "weight": 1550 }