Ejemplo
fetch('https://cdn.wantapi.xyz/api/gif',)
.then(response => response.json())
.then(data => console.log(data.url))
import requests
response = requests.get("https://cdn.wantapi.xyz/api/gif")
print(response.json()['url'])
curl -X GET https://cdn.wantapi.xyz/api/gif
Respuesta
{
"url": "https://photo.apiwant.xyz/gif/9c7b96de9cfcdee84e89cbf0b1e84144.gif"
}
{
"detail": "ohh!! Lo siento mi sistema esta muy sobrecargado"
}
Discord: https://discord.gg/ywVG5WjRg7