🐶 Dog API by kinduff

The Dog API provides dog data as a service!

Neapolitan Mastiff 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
9–11 years
Male weight
50–70 kg
Female weight
45–60 kg
Hypoallergenic
No
Id
1fa5afe6-4105-447c-9e18-a69ac4a7c8b3

The Neapolitan Mastiff is a large, powerful breed with a short, thick coat. They have a large, rectangular head and a massive, muscular body, with a deep, broad chest and a thick, powerful neck. The Neapolitan Mastiff is a loyal and devoted breed, with a quiet, even temperament and a strong protective instinct.

A person should never kick a dog facing him or her. Some dogs can bite 10 times before a human can respond. 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/1fa5afe6-4105-447c-9e18-a69ac4a7c8b3. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds/1fa5afe6-4105-447c-9e18-a69ac4a7c8b3"
Response
{
  "data": {
    "id": "1fa5afe6-4105-447c-9e18-a69ac4a7c8b3",
    "type": "breed",
    "attributes": {
      "name": "Neapolitan Mastiff",
      "description": "The Neapolitan Mastiff is a large, powerful breed with a short, thick coat. They have a large, rectangular head and a massive, muscular body, with a deep, broad chest and a thick, powerful neck. The Neapolitan Mastiff is a loyal and devoted breed, with a quiet, even temperament and a strong protective instinct.",
      "life": {
        "max": 11,
        "min": 9
      },
      "male_weight": {
        "max": 70,
        "min": 50
      },
      "female_weight": {
        "max": 60,
        "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/1fa5afe6-4105-447c-9e18-a69ac4a7c8b3/image, which redirects straight to the file. See it in the reference.