PokeAPI / PokeAPI/pokeapi

Information about the other one of Eggmove's parents

Open
#1,160 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

This article is written in a translator, so it can be difficult to understand.

I found an egg tag on the move-learn-method.
And I've seen that the actor of a particular Pokémon appears as below in the list of skills.

"version_group_details": [
{
"level_learned_at": 0,
"move_learn_method": {
"name": "egg",
"url": "https://pokeapi.co/api/v2/move-learn-method/2/"
},
"version_group": {
"name": "gold-silver",
"url": "https://pokeapi.co/api/v2/version-group/3/"
}

However, I knew that the technique was learned by crossing, but I didn't know which Pokémon to cross.
Does the api have any list information for opposing pokemon needed to learn mating skills?

What I'm curious about is that it's not registered in the api information?
Or is it something I didn't find?

If it's not registered, I hope it's added and if it's something I haven't found, please let me know how to check.

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.

Research direction

Start by comparing the reported version_group_details and move-learn-method/2/ API resources with the existing Pokémon move data; no repository file or test is named in the issue. Determine whether breeding partners are represented and how the API should expose them, then verify that the resulting response answers which Pokémon can supply the egg move.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.