🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Pharaoh Hound belongs to the Hound Group.

No picture for this breed yet. Images are imported from Wikimedia Commons, and this one has not turned up a usable photo.

Group
Hound Group
Life span
12–14 years
Male weight
20–25 kg
Female weight
20–25 kg
Hypoallergenic
No
Id
3170fc88-fde0-4604-ab69-cf238a829a6a

The Pharaoh Hound is a medium-sized breed of dog that originated in Malta. It is an ancient breed that is believed to be one of the oldest domesticated breeds in the world. The Pharaoh Hound has a medium-sized body, with a muscular and well-defined chest. Its head is broad, with a long muzzle and large, erect ears. Its coat is short and smooth, and comes in shades of tan and red. The Pharaoh Hound is a loyal and affectionate breed, and it enjoys spending time with its family. It is an active breed, and it needs plenty of exercise and mental stimulation.

Touch is the first sense the dog develops. The entire body, including the paws, is covered with touch-sensitive nerve endings. random fact from GET /api/v2/facts

More from the Hound Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/3170fc88-fde0-4604-ab69-cf238a829a6a. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/3170fc88-fde0-4604-ab69-cf238a829a6a"
Response
{
  "data": {
    "id": "3170fc88-fde0-4604-ab69-cf238a829a6a",
    "type": "breed",
    "attributes": {
      "name": "Pharaoh Hound",
      "description": "The Pharaoh Hound is a medium-sized breed of dog that originated in Malta. It is an ancient breed that is believed to be one of the oldest domesticated breeds in the world. The Pharaoh Hound has a medium-sized body, with a muscular and well-defined chest. Its head is broad, with a long muzzle and large, erect ears. Its coat is short and smooth, and comes in shades of tan and red. The Pharaoh Hound is a loyal and affectionate breed, and it enjoys spending time with its family. It is an active breed, and it needs plenty of exercise and mental stimulation.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 25,
        "min": 20
      },
      "female_weight": {
        "max": 25,
        "min": 20
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "be0147df-7755-4228-b132-2518c0c6d10d",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/3170fc88-fde0-4604-ab69-cf238a829a6a/image, which redirects straight to the file. See it in the reference.