🐶 Dog API by kinduff

The Dog API provides dog data as a service!

9 breeds in the Miscellaneous Class. All groups.

Dogs have a unique way of showing affection, called a "butt wag," where they wag their tail and wiggle their rear end. random fact from GET /api/v2/facts

This page, as API data

Everything above came from https://dogapi.dog/api/v2/groups/d4b72541-a1c6-46d7-b13c-709e148c7884. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/groups/d4b72541-a1c6-46d7-b13c-709e148c7884"
Response
{
  "data": {
    "id": "d4b72541-a1c6-46d7-b13c-709e148c7884",
    "type": "group",
    "attributes": {
      "name": "Miscellaneous Class"
    },
    "relationships": {
      "breeds": {
        "data": [
          {
            "id": "07c54488-8697-4785-b68f-93296bb24f06",
            "type": "breed"
          },
          {
            "id": "bf30a823-eddb-4a1f-a853-2a114760f458",
            "type": "breed"
          },
          {
            "id": "b5eb977b-8944-4c04-923f-4ab745be8239",
            "type": "breed"
          },
          {
            "id": "be5dfe10-f705-49a3-94d0-9e6bdb8cf869",
            "type": "breed"
          },
          {
            "id": "ac379a19-fc5b-48bc-958e-4c3c39590ac8",
            "type": "breed"
          },
          {
            "id": "7ecc1e3f-f940-4d58-b884-da8c3c8d5f61",
            "type": "breed"
          },
          {
            "id": "24e38e8b-4c92-4cd9-a6bb-87acc9e53f95",
            "type": "breed"
          },
          {
            "id": "6ed6cebe-6b66-4839-a7d4-4b1c930be0d7",
            "type": "breed"
          },
          {
            "id": "4205d787-90f6-4f53-8dc9-87d9b61d90be",
            "type": "breed"
          }
        ]
      }
    }
  }
}