Pokemon Single Page Using SSR: pidgeot

← Back to SSR Demo

Data Fetched before each visit: 9/12/2026, 6:56:10 AM

pokemonDetail:

{ "abilities": [ { "is_hidden": false, "slot": 1, "ability": { "name": "keen-eye", "url": "https://pokeapi.co/api/v2/ability/51/" } }, { "is_hidden": false, "slot": 2, "ability": { "name": "tangled-feet", "url": "https://pokeapi.co/api/v2/ability/77/" } }, { "is_hidden": true, "slot": 3, "ability": { "name": "big-pecks", "url": "https://pokeapi.co/api/v2/ability/145/" } } ], "forms": [ { "name": "pidgeot", "url": "https://pokeapi.co/api/v2/pokemon-form/18/" } ], "types": [ { "slot": 1, "type": { "name": "normal", "url": "https://pokeapi.co/api/v2/type/1/" } }, { "slot": 2, "type": { "name": "flying", "url": "https://pokeapi.co/api/v2/type/3/" } } ], "weight": 395 }