🐶 Dog API by kinduff

The Dog API provides dog data as a service!

32 breeds in the Hound Group. All groups.

The name of the dog on the Cracker Jacks box is Bingo. The Taco Bell Chihuahua is a rescued dog named Gidget. random fact from GET /api/v2/facts

This page, as API data

Everything above came from https://dogapi.dog/api/v2/groups/be0147df-7755-4228-b132-2518c0c6d10d. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/groups/be0147df-7755-4228-b132-2518c0c6d10d"
Response
{
  "data": {
    "id": "be0147df-7755-4228-b132-2518c0c6d10d",
    "type": "group",
    "attributes": {
      "name": "Hound Group"
    },
    "relationships": {
      "breeds": {
        "data": [
          {
            "id": "f534c847-bed1-4b58-b194-dc06ecfe20f9",
            "type": "breed"
          },
          {
            "id": "58f9eb88-7288-42a5-b34a-5b5192eaac17",
            "type": "breed"
          },
          {
            "id": "b4391694-dcb7-4a30-91f3-d63e2bca25ac",
            "type": "breed"
          },
          {
            "id": "5b89a1a3-549f-4166-b6c7-188926b89caa",
            "type": "breed"
          },
          {
            "id": "4cebf59e-ddb1-40ab-8a48-ceacb2a54270",
            "type": "breed"
          },
          {
            "id": "37b93400-0cfe-4fb1-8045-2bcbcfc98b9d",
            "type": "breed"
          },
          {
            "id": "7460a973-58c6-4ac6-8cc9-00ae12f6b8fd",
            "type": "breed"
          },
          {
            "id": "330b5cec-9fcf-46bd-8770-fada2fbacc77",
            "type": "breed"
          },
          {
            "id": "3170fc88-fde0-4604-ab69-cf238a829a6a",
            "type": "breed"
          },
          {
            "id": "861977df-b35a-49c4-b155-e9d29bbd2f0d",
            "type": "breed"
          },
          {
            "id": "305408b2-c3a8-4ec8-99f0-33b865dfaeb6",
            "type": "breed"
          },
          {
            "id": "50c576c9-336f-4269-ad1f-5bd55a490d68",
            "type": "breed"
          },
          {
            "id": "32534831-9241-4be3-a594-70c45e1a9bbe",
            "type": "breed"
          },
          {
            "id": "d7ddec39-1ca5-4e56-b42f-e24f54884ae8",
            "type": "breed"
          },
          {
            "id": "d8621d92-6558-451c-8631-a32e767026a0",
            "type": "breed"
          },
          {
            "id": "0cef8682-d0c9-48f0-890b-f567eb2e7c2d",
            "type": "breed"
          },
          {
            "id": "83094720-d816-439f-8a79-d44127b6c47e",
            "type": "breed"
          },
          {
            "id": "488fd6fe-b444-4cd9-868b-7e68b17f6f0a",
            "type": "breed"
          },
          {
            "id": "c06b530a-5ef7-4283-b6a4-cac81120abb9",
            "type": "breed"
          },
          {
            "id": "4823c4e3-d4bf-4cd3-ac6c-88fb2d8a4cdd",
            "type": "breed"
          },
          {
            "id": "0d84dcb0-2eb9-41fe-882a-29e140dd0822",
            "type": "breed"
          },
          {
            "id": "1ceaee48-1374-4b11-9c66-173cce6f5da5",
            "type": "breed"
          },
          {
            "id": "3e4912ab-bf3c-40cd-8eb9-be1e5999179b",
            "type": "breed"
          },
          {
            "id": "0af27828-f1f6-41d4-8580-48025d5e182c",
            "type": "breed"
          },
          {
            "id": "db7a3ede-d877-4e6f-bd98-8c9ba9ff1d8d",
            "type": "breed"
          },
          {
            "id": "8355b9c9-3724-477d-858a-c1c1c0f1743f",
            "type": "breed"
          },
          {
            "id": "4524645f-dda7-4031-9272-dee29f5f91ea",
            "type": "breed"
          },
          {
            "id": "22d12a56-28eb-491b-bbae-550966e95d51",
            "type": "breed"
          },
          {
            "id": "8acfbb7f-f4b8-4e56-b64a-283a007a77eb",
            "type": "breed"
          },
          {
            "id": "09d3fe1d-03d7-46d8-ad86-d66288563673",
            "type": "breed"
          },
          {
            "id": "edf3d596-e83b-4ba1-972b-d1144a39cf3c",
            "type": "breed"
          },
          {
            "id": "dd9362cc-52e0-462d-b856-fccdcf24b140",
            "type": "breed"
          }
        ]
      }
    }
  }
}