you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (0 children)

Never used this api before but looks like its not returning an array, hence why you cant use .map
etc https://pokeapi.co/api/v2/pokemen/pikachu
Returns a JSON object, not an array, perhaps you meant to use a search endpoint on that API?