🐶 Dog API by kinduff

The Dog API provides dog data as a service!

23 breeds in the Toy Group. All groups.

Petting a dog can lower your blood pressure. random fact from GET /api/v2/facts

This page, as API data

Everything above came from https://dogapi.dog/api/v2/groups/f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/groups/f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c"
Response
{
  "data": {
    "id": "f56dc4b1-ba1a-4454-8ce2-bd5d41404a0c",
    "type": "group",
    "attributes": {
      "name": "Toy Group"
    },
    "relationships": {
      "breeds": {
        "data": [
          {
            "id": "9ca8f849-4979-4634-80bc-949692635577",
            "type": "breed"
          },
          {
            "id": "8541e4d7-5f08-40db-bda3-1fc0cfeec869",
            "type": "breed"
          },
          {
            "id": "96342549-046f-4f69-9870-8cd95f138b94",
            "type": "breed"
          },
          {
            "id": "88591552-b3bd-45fd-931c-5c8b88aad4f2",
            "type": "breed"
          },
          {
            "id": "dd9017cb-368d-4013-8e9c-01ec3f305365",
            "type": "breed"
          },
          {
            "id": "a6ea38ed-f692-478e-af29-378d0e2cc270",
            "type": "breed"
          },
          {
            "id": "7193b618-726e-4f55-afc8-7ed1cba665c4",
            "type": "breed"
          },
          {
            "id": "092dae18-86f4-4b41-a3f8-f57fab2f6f2c",
            "type": "breed"
          },
          {
            "id": "9a128e96-c007-443b-a352-781de84660c4",
            "type": "breed"
          },
          {
            "id": "ce40589c-295a-4259-9e83-711854db8129",
            "type": "breed"
          },
          {
            "id": "9b61bf4c-7024-4fb3-af78-e10ac05bab42",
            "type": "breed"
          },
          {
            "id": "e4aa816d-fb22-4841-80c4-b9967c310447",
            "type": "breed"
          },
          {
            "id": "c9b33324-0581-42a7-b2c1-5da3bba5f350",
            "type": "breed"
          },
          {
            "id": "5ac6a386-451a-44f8-b920-b2c66875d769",
            "type": "breed"
          },
          {
            "id": "1df4e248-3012-405c-838f-981c87d6a148",
            "type": "breed"
          },
          {
            "id": "780895fe-5194-4ace-a365-f95dfdcde4c2",
            "type": "breed"
          },
          {
            "id": "b7211a59-787d-4b34-b390-77b9b0dc5b9d",
            "type": "breed"
          },
          {
            "id": "feaa80fe-68bc-42b9-b2b5-2220ec4ff615",
            "type": "breed"
          },
          {
            "id": "521d8c02-32b9-4b50-8f0d-f791b4bfe697",
            "type": "breed"
          },
          {
            "id": "ec7eae56-137b-4f7e-86e9-1e008c2e3294",
            "type": "breed"
          },
          {
            "id": "52124cb6-e1eb-4887-904f-ab06a3ace3f1",
            "type": "breed"
          },
          {
            "id": "6eab391a-9497-4283-b994-81a17b5810b1",
            "type": "breed"
          },
          {
            "id": "036feed0-da8a-42c9-ab9a-57449b530b13",
            "type": "breed"
          }
        ]
      }
    }
  }
}