🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Japanese Terrier 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
15–20 years
Male weight
2–4 kg
Female weight
2–4 kg
Hypoallergenic
No
Id
087979f3-1c45-4d8a-a153-462bf5ea379e

The Japanese Terrier is a small breed of terrier from Japan. These dogs are small in size, with a short and wiry coat of fur. They have a lively and energetic demeanor, with an instinct for hunting. They are highly intelligent and trainable, but require firm and consistent training to be obedient. They are loyal and devoted to their family, with an independent nature that makes them well suited for herding and guard work.

A German Shepherd guide dog led her blind companion the entire 2,100 mile Appalachian Trail. 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/087979f3-1c45-4d8a-a153-462bf5ea379e. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/087979f3-1c45-4d8a-a153-462bf5ea379e"
Response
{
  "data": {
    "id": "087979f3-1c45-4d8a-a153-462bf5ea379e",
    "type": "breed",
    "attributes": {
      "name": "Japanese Terrier",
      "description": "The Japanese Terrier is a small breed of terrier from Japan. These dogs are small in size, with a short and wiry coat of fur. They have a lively and energetic demeanor, with an instinct for hunting. They are highly intelligent and trainable, but require firm and consistent training to be obedient. They are loyal and devoted to their family, with an independent nature that makes them well suited for herding and guard work.",
      "life": {
        "max": 20,
        "min": 15
      },
      "male_weight": {
        "max": 4,
        "min": 2
      },
      "female_weight": {
        "max": 4,
        "min": 2
      },
      "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/087979f3-1c45-4d8a-a153-462bf5ea379e/image, which redirects straight to the file. See it in the reference.