Pokemon Single Page Using SSR: arbok

← Back to SSR Demo

Data Fetched before each visit: 9/13/2026, 12:00:04 AM

pokemonDetail:

{ "abilities": [ { "is_hidden": false, "slot": 1, "ability": { "name": "intimidate", "url": "https://pokeapi.co/api/v2/ability/22/" } }, { "is_hidden": false, "slot": 2, "ability": { "name": "shed-skin", "url": "https://pokeapi.co/api/v2/ability/61/" } }, { "is_hidden": true, "slot": 3, "ability": { "name": "unnerve", "url": "https://pokeapi.co/api/v2/ability/127/" } } ], "forms": [ { "name": "arbok", "url": "https://pokeapi.co/api/v2/pokemon-form/24/" } ], "types": [ { "slot": 1, "type": { "name": "poison", "url": "https://pokeapi.co/api/v2/type/4/" } } ], "weight": 650 }