JSON data of 890 pokemons in both, a single file and a categorized folder in array[]
and map{}
structures. Scraped using Pokemon Data Scraper
- For some reason, pokemon data after 890, was either empty or started with indexes above 10000
- That's why, I recommend only using 890 pokemons for projects
pokedex_raw
contains data of all 890 pokemons in a single filepokedex_raw_array.json
containsarray
of 890objects
pokedex_raw_array.json
containsmap{}
of 890{ pokemon_name : data }
pairs