pokebase icon indicating copy to clipboard operation
pokebase copied to clipboard

Python 3 wrapper for Pokéapi v2

Results 16 pokebase issues
Sort by recently updated
recently updated
newest added

### Description While writing some code to get the variants of each species I noticed the third variant of basculin was returning None as the name not the expected "basculin-white-striped"...

I have been trying to get the official artwork sprites by using pokebase.SpriteResource('pokemon',1,other=True,official_artwork=True) but it returns the normal base sprite.Please look into this issue

So I have the really clunky, awful code above in a program I am running (I know there are functions to do this, but I had to do it on...

As stated in the title. Is it even possible, as I understand this projekt is a 'wrapper' for the pokedex API. Thank you and kind regards!

Howdy there! >_Originally posted by @Tmpod in https://github.com/PokeAPI/pokebase/issues/7#issuecomment-455554929_ > >Sry for posting on this closed issue but I've been looking for an async fork of this and I haven't found...

I want to get all the moves Bulbasaur can learn and the associated learning method but I only get those lines in the video. I'm using Python 3.9.0 on MacOS...

code: ~~~python #win64 python3.6.5 import pokebase as pb chesto = pb.NamedAPIResource('berry', 'chesto') print(chesto.name) ~~~ first time error: >requests.exceptions.HTTPError: 503 Server Error: Service Temporarily Unavailable for url: http://pokeapi.co/api/v2/berry then always: >FileNotFoundError:...

I was looking at the current state of the refactor, and noticed that there's a significant performance drop off (about an order of magnitude) from the changes. Namely, once the...

The pokeapi has an attribute that doesn't follow their typical NamedAPIResource pattern: LocationAreaEncounters. [Per the docs](https://pokeapi.co/docsv2/#pokemon), when looking up a pokemon's `location_area_encounters`, it returns a `string (URL to list LocationAreaEncounter)`....

I have a problem getting the pokemon's ID, it results in nothing.