Pokemon Single Page Using SSR: diglett

← Back to SSR Demo

Data Fetched before each visit: 4/18/2024, 7:06:32 PM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "sand-veil", "url": "https://pokeapi.co/api/v2/ability/8/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "arena-trap", "url": "https://pokeapi.co/api/v2/ability/71/" }, "is_hidden": false, "slot": 2 }, { "ability": { "name": "sand-force", "url": "https://pokeapi.co/api/v2/ability/159/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "diglett", "url": "https://pokeapi.co/api/v2/pokemon-form/50/" } ], "types": [ { "slot": 1, "type": { "name": "ground", "url": "https://pokeapi.co/api/v2/type/5/" } } ], "weight": 8 }