Skip to content

Pokemon JSON is a JSON structure with data from over 800 Pokemons. Containing name, number, description, type, species and photo.

Notifications You must be signed in to change notification settings

07042006/POKEMONS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pokémon JSON

Pokemon JSON is a JSON structure with data from over 800 Pokemons. Containing name, number, description, type, species and photo.

Base Structure

{
    "pokemons": [
      {
        "Bulbasaur": {
          "numero": "001",
          "name": "Bulbasaur",
          "descricao": "O bulbo em suas costas está cheio de nutrientes. Nele, Bulbasaur armazena suas energias. O bulbo vai crescendo à medida que envelhece porque ele absorve os raios de sol.",
          "tipo": "Planta/Veneno",
          "especie": "Pokémon Semente",
          "foto": "/conteudo/imgs/dw/001.png"
        }
      }
    ]     
}

More

Based on the site Pokemythology. Developed by Bruno Fox.

About

Pokemon JSON is a JSON structure with data from over 800 Pokemons. Containing name, number, description, type, species and photo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published