🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Taiwan 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–15 years
Male weight
10–15 kg
Female weight
10–15 kg
Hypoallergenic
No
Id
c6f77a4c-f515-4e67-9a26-3ed5ba4a8274

The Taiwan Dog is a small and agile breed of dog that was originally bred in Taiwan for hunting small game. They are intelligent, alert, and energetic, and make excellent companion dogs.

A German Shepherd named Orient accompanied her blind owner Bill Irwin as he became the first blind person to through-hike the 2,100-mile Appalachian Trail in 1990. 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/c6f77a4c-f515-4e67-9a26-3ed5ba4a8274. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/c6f77a4c-f515-4e67-9a26-3ed5ba4a8274"
Response
{
  "data": {
    "id": "c6f77a4c-f515-4e67-9a26-3ed5ba4a8274",
    "type": "breed",
    "attributes": {
      "name": "Taiwan Dog",
      "description": "The Taiwan Dog is a small and agile breed of dog that was originally bred in Taiwan for hunting small game. They are intelligent, alert, and energetic, and make excellent companion dogs.",
      "life": {
        "max": 15,
        "min": 12
      },
      "male_weight": {
        "max": 15,
        "min": 10
      },
      "female_weight": {
        "max": 15,
        "min": 10
      },
      "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/c6f77a4c-f515-4e67-9a26-3ed5ba4a8274/image, which redirects straight to the file. See it in the reference.