Pokemon Single Page Using SSR: ivysaur
← Back to SSR DemoData Fetched before each visit: 9/8/2026, 8:26:08 PM
pokemonDetail:
{ "abilities": [ { "is_hidden": false, "slot": 1, "ability": { "name": "overgrow", "url": "https://pokeapi.co/api/v2/ability/65/" } }, { "is_hidden": true, "slot": 3, "ability": { "name": "chlorophyll", "url": "https://pokeapi.co/api/v2/ability/34/" } } ], "forms": [ { "name": "ivysaur", "url": "https://pokeapi.co/api/v2/pokemon-form/2/" } ], "types": [ { "slot": 1, "type": { "name": "grass", "url": "https://pokeapi.co/api/v2/type/12/" } }, { "slot": 2, "type": { "name": "poison", "url": "https://pokeapi.co/api/v2/type/4/" } } ], "weight": 130 }