🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Jagdterrier 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–15 years
Male weight
7–10 kg
Female weight
7–10 kg
Hypoallergenic
No
Id
e2d26edb-5af4-432e-a731-d72b90cbc55e

The Jagdterrier is a small and agile breed of dog that was originally bred in Germany for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.

Dogs can smell about 1,000 times better than humans. While humans have 5 million smell-detecting cells, dogs have more than 220 million. The part of the brain that interprets smell is also four times larger in dogs than in humans. 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/e2d26edb-5af4-432e-a731-d72b90cbc55e. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/e2d26edb-5af4-432e-a731-d72b90cbc55e"
Response
{
  "data": {
    "id": "e2d26edb-5af4-432e-a731-d72b90cbc55e",
    "type": "breed",
    "attributes": {
      "name": "Jagdterrier",
      "description": "The Jagdterrier is a small and agile breed of dog that was originally bred in Germany for hunting small game. They are intelligent, energetic, and determined, and make excellent hunting dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 10,
        "min": 7
      },
      "female_weight": {
        "max": 10,
        "min": 7
      },
      "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/e2d26edb-5af4-432e-a731-d72b90cbc55e/image, which redirects straight to the file. See it in the reference.