scrimba
Frontend Career Path
Working with APIs
URLs & REST
URL Parameters - JSON Placeholder API
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

URL Parameters - JSON Placeholder API
AboutCommentsNotes
URL Parameters - JSON Placeholder API
Expand for more info
index.js
run
preview
console
/**
* Challenge: GET all the comments from the blog post with ID of 2 and log to the console
*
* BaseURL: https://apis.scrimba.com/jsonplaceholder/
* Endpoint: ??? (Check JSON Placeholder docs: https://jsonplaceholder.typicode.com/guide/ and look for the "Listing nested resources" section)
*/

Console
/index.html
-3:06