Api/Reddit

Ejemplo

fetch('https://reddit.apiwant.xyz/api/reddit/:Subreddit')
    .then(response => response.json())
    .then(data => console.log(JSON.stringify(data, null, 2)))

Respuesta

{
  data
}

Last updated