Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
/ pokemons Public archive

Full JSON file with every Pokémon basic info. Useful for prototyping.

License

Notifications You must be signed in to change notification settings

joseluisq/pokemons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémons

Full JSON file with every Pokémon basic info. Useful for prototyping.

Inspirated by Pokemondb

Install

Yarn

yarn add pokemons

NPM

npm install pokemons

API

URL:

  • https://unpkg.com/pokemons
  • https://unpkg.com/pokemons/pokemons.json

This JSON file is available via unpkg.

Data:

The JSON file contains an array of Pokémons.

{
  "name": "Venusaur",
  "type": [
    "Grass",
    "Poison"
  ],
  "national_number": "003",
  "evolution": {
    "name": "Mega Venusaur"
  },
  "sprites": {
    "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/venusaur.png",
    "large": "https://img.pokemondb.net/artwork/venusaur.jpg",
    "animated": "https://img.pokemondb.net/sprites/black-white/anim/normal/venusaur.gif"
  },
  "total": 625,
  "hp": 80,
  "attack": 100,
  "defense": 123,
  "sp_atk": 122,
  "sp_def": 120,
  "speed": 80
}

Contributions

Feel free to send some Pull request or issue.

License

MIT license

© 2018 José Luis Quintana

About

Full JSON file with every Pokémon basic info. Useful for prototyping.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published