Skip to content

API v2 #17

@iamtraction

Description

@iamtraction

Breaking Changes

  • Abilities
    abilities field is now an array of objects:
    {
      name: string;
      description: string;
      hidden: boolean;
    }
  • Mega Evolution
    • mega field will now represent whether a Pokemon can mega evolve.
    • mega field will be an object with details of the mega stone if the form is already a mega form.
    {
      stone: string;
      sprite: string;
    }
  • Ultra Beasts
    • Added codename field for the Ultra Beast's codename
    • Removed ultraBeast flag
  • abilities is now an array of string.
  • gender is now a string representing the gender ratio.
  • family is now an array of string representing the evolution line.
  • Removed family field.
  • Removed height and weight fields.
  • Removed mythical, legendary and starter flags.

These changes will be implemented after v2 release:

  • Pokemon with dex number ??? / 0
  • Pokemon forms (excluding mega forms)
  • Mythical flag
  • Legendary flag
  • Starter flag
  • Evolution Family Line
    • Branched Evolution Line
    • Parallel Evolution Line

Pokedex API has been released: pokedevs.gitbook.io

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions