Skip to main content
Deno 2 is finally here 🎉️
Learn more

Pokemon GO Data

API to fetch various data for Pokemon GO

API

getPokedex(): AsyncGenerator<PokedexEntry>

getMoves(): AsyncGenerator<Move>

getTypes(): AsyncGenerator<Type>