Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Undocumented fields in API response

Open
#1,129 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
50/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Domain
api, documentation

Research direction

Start with the API documentation at https://pokeapi.co/docs/v2 and compare it with the example responses from the Pokémon and Type endpoints linked in the issue. Document PokemonSprites.other, Type.sprites, and Pokemon.past_abilities, and confirm that each field is represented in the published documentation.

Written by the indexing model from the issue text.

Description

bug

I have noticed that these fields in the JSON response appear to be undocumented at https://pokeapi.co/docs/v2.

  • PokemonSprites.other
  • Type.sprites
  • Pokemon.past_abilities

You can see them in

https://pokeapi.co/api/v2/type/1/
and
https://pokeapi.co/api/v2/pokemon/25/

Dominant language
Python
Stars
5.4k
Forks
1.2k
Avg merge
2d 12h
Merged PRs (30d)
18

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from PokeAPI/pokeapi

All issues in PokeAPI/pokeapi

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.