Pokemon Single Page: bulbasaur

← Back to Get Static Props Demo

Data Fetched on last build: 12/27/2022, 9:21:34 AM

pokemonDetail:

{ "abilities": [ { "ability": { "name": "overgrow", "url": "https://pokeapi.co/api/v2/ability/65/" }, "is_hidden": false, "slot": 1 }, { "ability": { "name": "chlorophyll", "url": "https://pokeapi.co/api/v2/ability/34/" }, "is_hidden": true, "slot": 3 } ], "forms": [ { "name": "bulbasaur", "url": "https://pokeapi.co/api/v2/pokemon-form/1/" } ], "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": 69 }