Pokemon Single Page Using SSR: zubat

← Back to SSR Demo

Data Fetched before each visit: 4/19/2024, 10:57:35 PM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "inner-focus", "url": "https://pokeapi.co/api/v2/ability/39/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "infiltrator", "url": "https://pokeapi.co/api/v2/ability/151/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "zubat", "url": "https://pokeapi.co/api/v2/pokemon-form/41/" } ], "types": [ { "slot": 1, "type": { "name": "poison", "url": "https://pokeapi.co/api/v2/type/4/" } }, { "slot": 2, "type": { "name": "flying", "url": "https://pokeapi.co/api/v2/type/3/" } } ], "weight": 75 }