Pokemon Single Page Using SSR: nidoran-f

← Back to SSR Demo

Data Fetched before each visit: 4/20/2024, 10:31:26 AM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "poison-point", "url": "https://pokeapi.co/api/v2/ability/38/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "rivalry", "url": "https://pokeapi.co/api/v2/ability/79/" }, "is_hidden": false, "slot": 2 }, { "ability": { "name": "hustle", "url": "https://pokeapi.co/api/v2/ability/55/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "nidoran-f", "url": "https://pokeapi.co/api/v2/pokemon-form/29/" } ], "types": [ { "slot": 1, "type": { "name": "poison", "url": "https://pokeapi.co/api/v2/type/4/" } } ], "weight": 70 }