PokéAPI · JSON Structure
Pokeapi Pokemon Species Structure
PokéAPI PokemonSpecies structure.
Type: object
Properties: 23
PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity
PokemonSpecies is a JSON Structure definition published by PokéAPI, describing 23 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
name
order
gender_rate
capture_rate
base_happiness
is_baby
is_legendary
is_mythical
hatch_counter
has_gender_differences
forms_switchable
growth_rate
pokedex_numbers
egg_groups
color
shape
evolves_from_species
evolution_chain
habitat
generation
names
flavor_text_entries
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/pokeapi/refs/heads/main/json-structure/pokeapi-pokemon-species-structure.json",
"name": "PokemonSpecies",
"description": "Pok\u00e9API PokemonSpecies structure.",
"type": "object",
"properties": {
"id": {
"type": "int32"
},
"name": {
"type": "string"
},
"order": {
"type": "int32"
},
"gender_rate": {
"type": "int32"
},
"capture_rate": {
"type": "int32"
},
"base_happiness": {
"type": "int32"
},
"is_baby": {
"type": "boolean"
},
"is_legendary": {
"type": "boolean"
},
"is_mythical": {
"type": "boolean"
},
"hatch_counter": {
"type": "int32"
},
"has_gender_differences": {
"type": "boolean"
},
"forms_switchable": {
"type": "boolean"
},
"growth_rate": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
},
"pokedex_numbers": {
"type": "array",
"items": {
"type": "object"
}
},
"egg_groups": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
}
},
"color": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
},
"shape": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
},
"evolves_from_species": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
},
"evolution_chain": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
},
"habitat": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
},
"generation": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
},
"names": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"language": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
}
}
}
},
"flavor_text_entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"flavor_text": {
"type": "string"
},
"language": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
},
"version": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Slug name of the referenced resource."
},
"url": {
"type": "string",
"format": "uri",
"description": "Canonical URL of the referenced resource."
}
}
}
}
}
}
}
}