Pokemon Single Page Using SSR: slowbro

← Back to SSR Demo

Data Fetched before each visit: 4/23/2024, 9:26:46 AM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "oblivious", "url": "https://pokeapi.co/api/v2/ability/12/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "own-tempo", "url": "https://pokeapi.co/api/v2/ability/20/" }, "is_hidden": false, "slot": 2 }, { "ability": { "name": "regenerator", "url": "https://pokeapi.co/api/v2/ability/144/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "slowbro", "url": "https://pokeapi.co/api/v2/pokemon-form/80/" } ], "types": [ { "slot": 1, "type": { "name": "water", "url": "https://pokeapi.co/api/v2/type/11/" } }, { "slot": 2, "type": { "name": "psychic", "url": "https://pokeapi.co/api/v2/type/14/" } } ], "weight": 785 }