🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Rottweiler belongs to the Working Group.

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

Group
Working Group
Life span
8–10 years
Male weight
50–60 kg
Female weight
45–55 kg
Hypoallergenic
No
Id
11f90c78-8f4c-43f7-bc47-fab733a33c6b

The Rottweiler is a large and powerful breed of dog that was originally bred in Germany for herding and guarding livestock. They are intelligent, loyal, and protective, and make excellent working dogs.

President Calvin Coolidge owned at least a dozen dogs. random fact from GET /api/v2/facts

More from the Working Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/11f90c78-8f4c-43f7-bc47-fab733a33c6b. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/11f90c78-8f4c-43f7-bc47-fab733a33c6b"
Response
{
  "data": {
    "id": "11f90c78-8f4c-43f7-bc47-fab733a33c6b",
    "type": "breed",
    "attributes": {
      "name": "Rottweiler",
      "description": "The Rottweiler is a large and powerful breed of dog that was originally bred in Germany for herding and guarding livestock. They are intelligent, loyal, and protective, and make excellent working dogs.",
      "life": {
        "max": 10,
        "min": 8
      },
      "male_weight": {
        "max": 60,
        "min": 50
      },
      "female_weight": {
        "max": 55,
        "min": 45
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "56081cf0-fdf2-4114-9bf7-23a3f5b6af91",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/11f90c78-8f4c-43f7-bc47-fab733a33c6b/image, which redirects straight to the file. See it in the reference.