/api/v2/pokemon/cosmog includes splash, but /api/v2/pokemon/cosmoem does not.
This seems incorrect, or at least under-documented, because Cosmoem can legally retain Splash when evolved from Cosmog.
I checked the current documentation for the pokemon endpoint and move learn methods, and I could not find anything stating that /pokemon/{id} is intended to exclude retained pre-evolution moves.
Steps to Reproduce:
- Request
https://pokeapi.co/api/v2/pokemon/cosmog
- Observe that
moves includes splash
- Request
https://pokeapi.co/api/v2/pokemon/cosmoem
- Observe that
moves does not include splash
Current behavior:
cosmog includes teleport and splash
cosmoem includes teleport and cosmic-power
cosmoem has no splash entry at all
Expected behavior:
One of these should be true:
cosmoem should include splash, since a Cosmoem can legally have that move after evolving from Cosmog
- or the docs should explicitly state that
/pokemon/{id} only includes direct learnset entries and excludes retained pre-evolution moves
Without that clarification, this currently looks like missing move data.
Checked on April 21, 2026.
Docs checked:
/api/v2/pokemon/cosmogincludessplash, but/api/v2/pokemon/cosmoemdoes not.This seems incorrect, or at least under-documented, because Cosmoem can legally retain
Splashwhen evolved from Cosmog.I checked the current documentation for the
pokemonendpoint and move learn methods, and I could not find anything stating that/pokemon/{id}is intended to exclude retained pre-evolution moves.Steps to Reproduce:
https://pokeapi.co/api/v2/pokemon/cosmogmovesincludessplashhttps://pokeapi.co/api/v2/pokemon/cosmoemmovesdoes not includesplashCurrent behavior:
cosmogincludesteleportandsplashcosmoemincludesteleportandcosmic-powercosmoemhas nosplashentry at allExpected behavior:
One of these should be true:
cosmoemshould includesplash, since a Cosmoem can legally have that move after evolving from Cosmog/pokemon/{id}only includes direct learnset entries and excludes retained pre-evolution movesWithout that clarification, this currently looks like missing move data.
Checked on April 21, 2026.
Docs checked: