Help Needed With Using API's

Does anyone have a good resource for using API’s?

What kind of help do you need?

Codecademy has some courses on using APIs. https://www.codecademy.com/courses/web-beginner-en-uCajg/0/1 here one for using them with jQuery.

It depends a little on the API you use. Good ones have documentation that tell you how to use their endpoints. Once you call the endpoint properly, you’re just accessing json from then on, so reviewing dot notation will help.