pokeapi-api-data/data/api/v2/pokemon-form/110/index.json
2022-08-24 16:58:51 +02:00

39 lines
1.2 KiB
JSON

{
"form_name": "",
"form_names": [],
"form_order": 1,
"id": 110,
"is_battle_only": false,
"is_default": true,
"is_mega": false,
"name": "weezing",
"names": [],
"order": 175,
"pokemon": {
"name": "weezing",
"url": "/api/v2/pokemon/110/"
},
"sprites": {
"back_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/110.png",
"back_female": null,
"back_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/shiny/110.png",
"back_shiny_female": null,
"front_default": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/110.png",
"front_female": null,
"front_shiny": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/110.png",
"front_shiny_female": null
},
"types": [
{
"slot": 1,
"type": {
"name": "poison",
"url": "/api/v2/type/4/"
}
}
],
"version_group": {
"name": "red-blue",
"url": "/api/v2/version-group/1/"
}
}