Skip to content

Instantly share code, notes, and snippets.

@lelouchB
Created May 17, 2020 08:45
Show Gist options
  • Save lelouchB/e3b30bffd78ff01fc9bd97b3ccfe56d8 to your computer and use it in GitHub Desktop.
Save lelouchB/e3b30bffd78ff01fc9bd97b3ccfe56d8 to your computer and use it in GitHub Desktop.
"stats": [
{
"base_stat": 45,
"effort": 0,
"stat": {
"name": "speed",
"url": "https://pokeapi.co/api/v2/stat/6/"
}
},
{
"base_stat": 65,
"effort": 0,
"stat": {
"name": "special-defense",
"url": "https://pokeapi.co/api/v2/stat/5/"
}
},
{
"base_stat": 65,
"effort": 1,
"stat": {
"name": "special-attack",
"url": "https://pokeapi.co/api/v2/stat/4/"
}
},
{
"base_stat": 49,
"effort": 0,
"stat": {
"name": "defense",
"url": "https://pokeapi.co/api/v2/stat/3/"
}
},
{
"base_stat": 49,
"effort": 0,
"stat": {
"name": "attack",
"url": "https://pokeapi.co/api/v2/stat/2/"
}
},
{
"base_stat": 45,
"effort": 0,
"stat": {
"name": "hp",
"url": "https://pokeapi.co/api/v2/stat/1/"
}
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment