Ejemplo
fetch('https://reddit.wantapi.xyz/api/:subreddit',)
.then(response => response.json())
.then(data => console.log(data.mediaUrl))
import requests
response = requests.get("https://reddit.wantapi.xyz/api/:subreddit")
print(response.json()['url'])
curl -X GET https://reddit.wantapi.xyz/api/:subreddit
Respuesta
{
"url": "https://v.redd.it/mvbihlbnot6b1/DASH_720.mp4?source=fallback"
}
{
"detail": "ohh!! Lo siento mi sistema esta muy sobrecargado"
}
Discord: https://discord.gg/ywVG5WjRg7
Seguir los lineamientos de ĂŠl
Rate Limit Exceeded