Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

https://jsonplaceholder.typicode.com/albums/1

fetch('https://jsonplaceholder.typicode.com/albums/1')
  .then(response => response.json())
  .then(json => console.log(json))
Source by jsonplaceholder.typicode.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
3+1 =