mirror of
https://github.com/PokeAPI/api-data.git
synced 2024-11-26 09:22:29 +01:00
45 lines
1006 B
JSON
45 lines
1006 B
JSON
{
|
|
"accuracy": 100,
|
|
"contest_combos": null,
|
|
"contest_effect": null,
|
|
"contest_type": null,
|
|
"damage_class": {
|
|
"name": "status",
|
|
"url": "/api/v2/move-damage-class/1/"
|
|
},
|
|
"effect_chance": null,
|
|
"effect_changes": [],
|
|
"effect_entries": [],
|
|
"flavor_text_entries": [],
|
|
"generation": {
|
|
"name": "generation-viii",
|
|
"url": "/api/v2/generation/8/"
|
|
},
|
|
"id": 810,
|
|
"machines": [],
|
|
"meta": null,
|
|
"name": "corrosive-gas",
|
|
"names": [
|
|
{
|
|
"language": {
|
|
"name": "en",
|
|
"url": "/api/v2/language/9/"
|
|
},
|
|
"name": "Corrosive Gas"
|
|
}
|
|
],
|
|
"past_values": [],
|
|
"power": null,
|
|
"pp": 40,
|
|
"priority": 0,
|
|
"stat_changes": [],
|
|
"super_contest_effect": null,
|
|
"target": {
|
|
"name": "all-other-pokemon",
|
|
"url": "/api/v2/move-target/9/"
|
|
},
|
|
"type": {
|
|
"name": "poison",
|
|
"url": "/api/v2/type/4/"
|
|
}
|
|
} |