2
0
Fork 0
mirror of https://github.com/PokeAPI/pokeapi synced 2025-03-01 13:37:08 +00:00

Change README Pokemon form example response to that of Arceus' bug form

This commit is contained in:
Julian Lawrance 2021-02-13 21:50:42 +00:00
parent 88a0cfb999
commit 1e30dac6ea

View file

@ -2467,17 +2467,17 @@ Some pokémon have the ability to take on different forms. At times, these diffe
```json
{
"id": 10036,
"name": "wormadam-sandy",
"order": 555,
"form_order": 2,
"is_default": true,
"id": 10041,
"name": "arceus-bug",
"order": 631,
"form_order": 7,
"is_default": false,
"is_battle_only": false,
"is_mega": false,
"form_name": "sandy",
"form_name": "bug",
"pokemon": {
"name": "wormadam-sandy",
"url": "https://pokeapi.co/api/v2/pokemon/10004/"
"name": "arceus",
"url": "https://pokeapi.co/api/v2/pokemon/493/"
},
"version_group": {
"name": "diamond-pearl",
@ -2490,13 +2490,6 @@ Some pokémon have the ability to take on different forms. At times, these diffe
"name": "bug",
"url": "https://pokeapi.co/api/v2/type/7/"
}
},
{
"slot": 2,
"type": {
"name": "ground",
"url": "https://pokeapi.co/api/v2/type/5/"
}
}
]
}