Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Robert Mullin
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Robert Mullin
Front End Web Development Techdegree Graduate 23,310 Points

JQuery AJAX PokeAPI pull specific information?

I am trying to pull name, description, type and image for Charmander from the pokeAPI to insert into HTML of a modal. Problem is I can't find any information in their API documentation on how to do that. Can someone please tell me how to use jQuery to access just that information from Charmander (pokemon #4)? I can't find any example of this on Google. Really frustrated.

1 Answer

I believe your best option will be to read thru the documentation, implementing APIs is not so simple in some cases: https://pokeapi.co/. Cheers.