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

Request: Return pokemon form in pokedex response

Open
#1,266 17 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
58/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
python

Research direction

The issue does not name files or tests. Start by locating the Pokédex API response and its schema, then check how Pokémon forms are represented elsewhere in the API. Done means the response identifies the applicable form, including Hisui Qwilfish, without breaking existing entry number and species data.

Written by the indexing model from the issue text.

Description

Currently, the API only returns entry number and pokemon species:

Image

So for something like Hisui dex, which should have hisui quilfish rendered, I have no way of knowing that from the API response (and therefore render default (johto) qwilfish which is incorrect for this pokedex.

Let me know if there is a better/recommended way of doing this instead. Thanks!

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.