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_rawcontains data of all 890 pokemons in a single filepokedex_raw_array.jsoncontainsarrayof 890objectspokedex_raw_array.jsoncontainsmap{}of 890{ pokemon_name : data }pairs