๐Ÿถ Dog API by kinduff

The Dog API provides dog data as a service!

Romanian Carpathian Shepherd 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
45โ€“65 kg
Female weight
40โ€“60 kg
Hypoallergenic
No
Id
c5926f0a-c5f5-47b0-888a-2e949694e810

The Romanian Carpathian Shepherd is a large, powerful dog breed that was originally bred for protecting livestock. They are known for their protective natures and strong work ethic.

Puppiesโ€™ eyes do not fully open until theyโ€™re about 12 days old. 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/c5926f0a-c5f5-47b0-888a-2e949694e810. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/c5926f0a-c5f5-47b0-888a-2e949694e810"
Response
{
  "data": {
    "id": "c5926f0a-c5f5-47b0-888a-2e949694e810",
    "type": "breed",
    "attributes": {
      "name": "Romanian Carpathian Shepherd",
      "description": "The Romanian Carpathian Shepherd is a large, powerful dog breed that was originally bred for protecting livestock. They are known for their protective natures and strong work ethic.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 65,
        "min": 45
      },
      "female_weight": {
        "max": 60,
        "min": 40
      },
      "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/c5926f0a-c5f5-47b0-888a-2e949694e810/image, which redirects straight to the file. See it in the reference.