| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of the Pokemon |
integer |
None. |
| number |
Number of the Pokemon |
string |
None. |
| name |
Name of the Pokemon |
string |
None. |
| classification |
Description of the Pokemon |
string |
None. |
| types |
Types of the Pokemon |
Collection of string |
None. |
| resistant |
Resistant of the Pokemon |
Collection of string |
None. |
| weaknesses |
Weaknesses of the Pokemon |
Collection of string |
None. |
| fastAttacks |
List of FastAttacks of the Pokemon |
Collection of FastAttack |
None. |
| specialAttacks |
List of SpecialAttacks of the Pokemon |
Collection of SpecialAttack |
None. |
| weight |
Weight of the Pokemon |
Weight |
None. |
| height |
Height of the Pokemon |
Height |
None. |
| fleeRate |
Flee Rate of the Pokemon |
decimal number |
None. |
| nextEvolutionRequirements |
Next Evolution Requirements |
NextEvolutionRequirements |
None. |
| nextEvolutions |
List of Next Evolution of the Pokemon |
Collection of NextEvolution |
None. |
| previousEvolutions |
List of Previous Evolution of the Pokemon |
Collection of PreviousEvolution |
None. |
| maxCP |
Max CP of the Pokemon |
integer |
None. |
| maxHP |
Max HP of the Pokemon |
integer |
None. |