GET /animals/dogs/random
Fáðu a random dog myndaslóð. Every call returns a different adorable dog photo. Fullkomið fyrir mood-boosting app eiginleika, placeholder images during loading states, pet-themed social media verkfæri, and 'daily dog' widgets. Images sourced frá Dog CEO API's community-contributed collection of thousands of dog photos.
curl https://nordapi.ee/api/v1/animals/dogs/random
{
"data": {
"image_url": "https://images.dog.ceo/breeds/spaniel-brittany/n02101388_4333.jpg"
},
"success": true
}