🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Romanian Mioritic Shepherd Dog belongs to the Foundation Stock Service.

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

Group
Foundation Stock Service
Life span
12–14 years
Male weight
35–50 kg
Female weight
35–50 kg
Hypoallergenic
No
Id
e276b208-3b97-4b3f-ab99-5d083e8a50d6

The Romanian Mioritic Shepherd Dog is a large, fluffy breed that is known for its intelligence, loyalty, and protective nature. This breed is native to the Carpathian Mountains in Romania, where it was originally used to guard flocks of sheep.

Dogs have sweat glands in between their paws. random fact from GET /api/v2/facts

More from the Foundation Stock Service

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/e276b208-3b97-4b3f-ab99-5d083e8a50d6. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/e276b208-3b97-4b3f-ab99-5d083e8a50d6"
Response
{
  "data": {
    "id": "e276b208-3b97-4b3f-ab99-5d083e8a50d6",
    "type": "breed",
    "attributes": {
      "name": "Romanian Mioritic Shepherd Dog",
      "description": "The Romanian Mioritic Shepherd Dog is a large, fluffy breed that is known for its intelligence, loyalty, and protective nature. This breed is native to the Carpathian Mountains in Romania, where it was originally used to guard flocks of sheep.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 50,
        "min": 35
      },
      "female_weight": {
        "max": 50,
        "min": 35
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "8000793f-a1ae-4ec4-8d55-ef83f1f644e5",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/e276b208-3b97-4b3f-ab99-5d083e8a50d6/image, which redirects straight to the file. See it in the reference.