How to find the Spotify API endpoints to complete Jamming Project

I am working on the Jamming React Project and I am on step 86 where I am creating a GET request to the following Spotify API endpoint:

https://api.spotify.com/v1/search?type=track&q=TERM (I understand that “TERM” will be replaced.)

I have been searching Web API Reference | Spotify for Developers site to see where codecademy got this endpoint from and I can’t seem to find it anywhere. Am I missing something? Any help will be greatly appreciated.

Thanks!

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.