-
New build scripts are necessary for v2 of PokeAPI, which is mostly incompatible with v1.
I'm thinking about rewriting the scripts to pull straight from the CSVs [here](https://github.com/PokeAPI/po…
-
The different pokemon variants, like galar or alola pokemons, aren't detected correctly, because the naming of the pokemons in Pokemon Showdown is often different than pokeAPI (examples: Indeedee, pik…
-
Using the PokeAPI we need to fetch the level number at which our pokemon is leveling up and when it hits the level, a prompt should appear on the screen to ask whether we want to evolve it or not.
…
-
Hello, so I'm working on a project using PokeAPI so to show forms in my project I wanted to use the routes :
- https://pokeapi.co/api/v2/pokemon-form/(pokemon number)/
and
- https://pokeapi.co/api/…
-
when I play the game no picture is posted?
[!wtp] Picking a random Pokemon!
{ form:
{ name: 'magneton',
url: 'https://pokeapi.co/api/v2/pokemon-form/82/' },
sprite:
'https://raw.…
-
I'm trying to import data from binance API e.g. https://api.binance.com/api/v1/klines?symbol=BTCUSDT&interval=1h&limit=4
The json is headerless and formatted like this:
[[Value1,Value2],[Value3,Valu…
-
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 Serve…
-
Further to the "PokéAPI and SWAPI going forward" blog post - are you interested in sharing and/or passing over responsibility for maintaining SWAPI going forward? I'm quite interested in OpenAPI as my…
-
**attempting to do:**
http fetch(data) -> iterate over data and print pokemon.name from the pokeapi.co into a razor/MVC main container
**error:**
![Screen Shot 2023-09-17 at 10 15 33 PM](https:/…
-
Steps to Reproduce:
1. Go to https://pokeapi.co/api/v2/pokedex/paldea — get a 404
2. Go to https://pokeapi.co/api/v2/pokedex — see Paldea is missing from the list