🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Nova Scotia Duck Tolling Retriever belongs to the Sporting Group.

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

Group
Sporting Group
Life span
12–14 years
Male weight
13–16 kg
Female weight
13–16 kg
Hypoallergenic
No
Id
f26e0db8-36ce-42de-bf31-b3c78729ff54

The Nova Scotia Duck Tolling Retriever is a medium-sized breed of gun dog that originated in Nova Scotia. It is an active and energetic breed, with a short, wavy coat. Its head is large and round, with small, erect ears. Its legs are strong and muscular, and its tail is usually docked. The Nova Scotia Duck Tolling Retriever is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs plenty of exercise and mental stimulation. It is loyal and affectionate, and it enjoys spending time with its family.

Dogs are naturally submissive to any creature with a higher pack status. random fact from GET /api/v2/facts

More from the Sporting Group

Every breed in this group →

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds/f26e0db8-36ce-42de-bf31-b3c78729ff54. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/f26e0db8-36ce-42de-bf31-b3c78729ff54"
Response
{
  "data": {
    "id": "f26e0db8-36ce-42de-bf31-b3c78729ff54",
    "type": "breed",
    "attributes": {
      "name": "Nova Scotia Duck Tolling Retriever",
      "description": "The Nova Scotia Duck Tolling Retriever is a medium-sized breed of gun dog that originated in Nova Scotia. It is an active and energetic breed, with a short, wavy coat. Its head is large and round, with small, erect ears. Its legs are strong and muscular, and its tail is usually docked. The Nova Scotia Duck Tolling Retriever is an intelligent and loyal breed, and it makes an excellent family pet. It is an active breed, and it needs plenty of exercise and mental stimulation. It is loyal and affectionate, and it enjoys spending time with its family.",
      "life": {
        "max": 14,
        "min": 12
      },
      "male_weight": {
        "max": 16,
        "min": 13
      },
      "female_weight": {
        "max": 16,
        "min": 13
      },
      "hypoallergenic": false,
      "images": []
    },
    "relationships": {
      "group": {
        "data": {
          "id": "ab110192-e41b-43ff-a630-f7aee156b33a",
          "type": "group"
        }
      }
    }
  }
}

The picture itself also has an endpoint: https://dogapi.dog/api/v2/breeds/f26e0db8-36ce-42de-bf31-b3c78729ff54/image, which redirects straight to the file. See it in the reference.