Skip to main content

Pokemon GO Data

API to fetch various data for Pokemon GO

API

getPokedex(): AsyncGenerator<PokedexEntry>

getMoves(): AsyncGenerator<Move>

getTypes(): AsyncGenerator<Type>