🐶 Dog API by kinduff

The Dog API provides dog data as a service!

32 breeds in the Herding Group. All groups.

Although dogs have some sweat glands in their feet, their principal way of losing heat when they are too hot is by panting. random fact from GET /api/v2/facts

This page, as API data

Everything above came from https://dogapi.dog/api/v2/groups/b8e4e89d-057f-432a-9e58-0b85b29b693c. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/groups/b8e4e89d-057f-432a-9e58-0b85b29b693c"
Response
{
  "data": {
    "id": "b8e4e89d-057f-432a-9e58-0b85b29b693c",
    "type": "group",
    "attributes": {
      "name": "Herding Group"
    },
    "relationships": {
      "breeds": {
        "data": [
          {
            "id": "4ddbe251-72af-495e-8e9d-869217e1d92a",
            "type": "breed"
          },
          {
            "id": "20b1d8be-ae44-4a70-8526-0612904bc9b2",
            "type": "breed"
          },
          {
            "id": "d7489e81-94be-4aa4-a87f-229c3cf7c7be",
            "type": "breed"
          },
          {
            "id": "169f3d91-4430-452e-8dac-8399286444d8",
            "type": "breed"
          },
          {
            "id": "947a92b5-0d27-460a-aa18-f15643f39f63",
            "type": "breed"
          },
          {
            "id": "74a2d74a-48a3-4281-a473-abfcd59a0d60",
            "type": "breed"
          },
          {
            "id": "2a4b364b-ec99-467c-b86c-516415601771",
            "type": "breed"
          },
          {
            "id": "dd5f256c-c3b7-4b97-ae32-55d7eadf3560",
            "type": "breed"
          },
          {
            "id": "9fbbf2a2-02b2-4e66-982b-5784648a18e5",
            "type": "breed"
          },
          {
            "id": "03269b7d-c5d6-4a8f-83d1-7a6180d40127",
            "type": "breed"
          },
          {
            "id": "11211700-695c-42c0-97ae-52ec05961e34",
            "type": "breed"
          },
          {
            "id": "0eb894c2-d394-41b6-b8b4-c93328fbb08a",
            "type": "breed"
          },
          {
            "id": "ece72a1b-d6e1-4e2c-b3b3-04f9b534336d",
            "type": "breed"
          },
          {
            "id": "6b57d7c1-553d-4f46-b33b-c9c5a3a67c96",
            "type": "breed"
          },
          {
            "id": "84070958-0e6d-46e8-8c20-ee8b4f136b78",
            "type": "breed"
          },
          {
            "id": "62c29679-0420-4de6-ab88-2b3e99c22317",
            "type": "breed"
          },
          {
            "id": "3bf9ff15-c5ac-41d4-8266-2e0fe48329d3",
            "type": "breed"
          },
          {
            "id": "36e2aeb0-28a2-4052-bf97-788ceb5243dc",
            "type": "breed"
          },
          {
            "id": "27ab345b-4e04-483f-bfdb-2a0031174a79",
            "type": "breed"
          },
          {
            "id": "7ee19070-1a62-40e4-95d8-3b33ef87c9ef",
            "type": "breed"
          },
          {
            "id": "0543cf54-a255-402e-84e5-f440cc2a67cc",
            "type": "breed"
          },
          {
            "id": "4ac219d7-9190-4c21-8c77-eb553c2ad2e0",
            "type": "breed"
          },
          {
            "id": "ecf5ac08-fe9a-49e7-bde1-4d16f5a0dfa4",
            "type": "breed"
          },
          {
            "id": "dc99346d-7235-412e-999a-bd07b1902a87",
            "type": "breed"
          },
          {
            "id": "bf7bd04b-b5fb-4195-b793-81c8e08c5839",
            "type": "breed"
          },
          {
            "id": "740a0fe5-c377-432f-a0dd-33142a23876f",
            "type": "breed"
          },
          {
            "id": "4750a978-d281-4cdb-a0c8-8f24c06365b5",
            "type": "breed"
          },
          {
            "id": "a0749db5-9ce2-4483-b724-c0df79070618",
            "type": "breed"
          },
          {
            "id": "4ea632d4-0ebb-42b2-ac86-ba0aaf07c9a0",
            "type": "breed"
          },
          {
            "id": "3c8a0a83-b3fc-48a6-a063-8fba06c4b894",
            "type": "breed"
          },
          {
            "id": "eb2b5c02-e2ec-43d0-a41f-fbd757f394a8",
            "type": "breed"
          },
          {
            "id": "99df1640-53ec-4d7d-a70e-05f81af9dbd4",
            "type": "breed"
          }
        ]
      }
    }
  }
}