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