🐶 Dog API by kinduff

The Dog API provides dog data as a service!

32 breeds in the Sporting Group. All groups.

Dogs can be taught to count and solve simple math problems. random fact from GET /api/v2/facts

This page, as API data

Everything above came from https://dogapi.dog/api/v2/groups/ab110192-e41b-43ff-a630-f7aee156b33a. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/groups/ab110192-e41b-43ff-a630-f7aee156b33a"
Response
{
  "data": {
    "id": "ab110192-e41b-43ff-a630-f7aee156b33a",
    "type": "group",
    "attributes": {
      "name": "Sporting Group"
    },
    "relationships": {
      "breeds": {
        "data": [
          {
            "id": "6dee41b1-0805-4f4e-a079-c8b1cdfa1768",
            "type": "breed"
          },
          {
            "id": "3d6b889f-9c5e-4b31-bb46-60280beeb663",
            "type": "breed"
          },
          {
            "id": "095a1856-6506-478d-a7a8-206847d5e702",
            "type": "breed"
          },
          {
            "id": "188075d0-5a8a-4829-8c3e-128d75b691ca",
            "type": "breed"
          },
          {
            "id": "ac5ad4bc-3abc-4a19-ae0c-afbef891f400",
            "type": "breed"
          },
          {
            "id": "90dac44c-f0d9-43bb-9560-cd47010a72ec",
            "type": "breed"
          },
          {
            "id": "851399dd-ebd6-49d6-b4c1-ec26ee583799",
            "type": "breed"
          },
          {
            "id": "3c7ca8f4-175f-4d55-bedb-5c53907340f9",
            "type": "breed"
          },
          {
            "id": "4a230092-a25e-4efe-8240-a6693b5405f4",
            "type": "breed"
          },
          {
            "id": "d0a44aee-d13d-44f4-b336-4b7bcd83c77f",
            "type": "breed"
          },
          {
            "id": "f26e0db8-36ce-42de-bf31-b3c78729ff54",
            "type": "breed"
          },
          {
            "id": "9114c6b8-1ff4-42c9-8188-b669d20bfa5a",
            "type": "breed"
          },
          {
            "id": "699a4ee6-564c-43e2-8932-5159657a29a8",
            "type": "breed"
          },
          {
            "id": "33f28453-ae29-41be-8f02-e9cd16c7efbd",
            "type": "breed"
          },
          {
            "id": "da847994-042e-4213-9e5d-c529b22e37b5",
            "type": "breed"
          },
          {
            "id": "43578b4e-bca9-41b4-b493-cd9eb07d28dd",
            "type": "breed"
          },
          {
            "id": "89e06189-4e3c-43a3-9494-16073e888fc0",
            "type": "breed"
          },
          {
            "id": "1d355e56-02d2-494d-93b5-516ffc189d20",
            "type": "breed"
          },
          {
            "id": "848c0ddc-268b-4ba3-931e-1a6e7853c01d",
            "type": "breed"
          },
          {
            "id": "3b7aa8d3-4e4c-424b-bf4d-11453c26bb00",
            "type": "breed"
          },
          {
            "id": "9d7c4db8-b9cf-4ed3-af8e-86fc56fbf251",
            "type": "breed"
          },
          {
            "id": "46a95f0b-8b66-400d-8323-07084c36fcae",
            "type": "breed"
          },
          {
            "id": "fee91641-2a2e-4c4f-b557-cff67c5803bc",
            "type": "breed"
          },
          {
            "id": "4dba996c-1b89-4fd5-92c1-3df35c05ecac",
            "type": "breed"
          },
          {
            "id": "2d7be3ac-c72b-4d2f-af62-93a1f1d944f9",
            "type": "breed"
          },
          {
            "id": "caa684f6-7844-4400-a2f8-60f17f800295",
            "type": "breed"
          },
          {
            "id": "aa6b097f-cf9a-4728-a701-99e38275bc6d",
            "type": "breed"
          },
          {
            "id": "4fec6538-41d2-449c-9ba1-663a4144e2df",
            "type": "breed"
          },
          {
            "id": "29a93640-0e51-4a03-8675-d16ddcdde345",
            "type": "breed"
          },
          {
            "id": "84655247-4437-4031-b728-f00eaaad9dbf",
            "type": "breed"
          },
          {
            "id": "13aab520-e65d-42ef-8b9d-8e6010b19ae3",
            "type": "breed"
          },
          {
            "id": "f2e17571-e03c-42fe-bf13-ba20b9f96e93",
            "type": "breed"
          }
        ]
      }
    }
  }
}