🐶 Dog API by kinduff

The Dog API provides dog data as a service!

21 breeds in the Non-Sporting Group. All groups.

A dog’s powerful sense of smell is frequently called upon to detect anything from mines and explosives to termites and bed bugs. random fact from GET /api/v2/facts

This page, as API data

Everything above came from https://dogapi.dog/api/v2/groups/7f6ea988-366a-4e20-b4ba-4d04274fea61. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/groups/7f6ea988-366a-4e20-b4ba-4d04274fea61"
Response
{
  "data": {
    "id": "7f6ea988-366a-4e20-b4ba-4d04274fea61",
    "type": "group",
    "attributes": {
      "name": "Non-Sporting Group"
    },
    "relationships": {
      "breeds": {
        "data": [
          {
            "id": "6f540c30-27a8-48cc-8d88-0b1d9fa99167",
            "type": "breed"
          },
          {
            "id": "88025f0c-987f-42e9-98e0-ccb8b53516e9",
            "type": "breed"
          },
          {
            "id": "9ca1f843-4cad-45b3-847f-bc7975864b1d",
            "type": "breed"
          },
          {
            "id": "0a8e3eb0-8a37-4734-ad51-c3002c18fd19",
            "type": "breed"
          },
          {
            "id": "9228d16a-8a13-447c-90a4-0bafdf31aef4",
            "type": "breed"
          },
          {
            "id": "710ba3fe-c4ee-4d7c-b5cc-1cb19a4815fc",
            "type": "breed"
          },
          {
            "id": "03c728a4-258a-4c31-8a1e-5c5e89455cdb",
            "type": "breed"
          },
          {
            "id": "1ed6a742-ac64-4f53-8f52-9eb48bef560a",
            "type": "breed"
          },
          {
            "id": "e1c0664d-aa61-4c85-970d-6c86ba197bee",
            "type": "breed"
          },
          {
            "id": "239b9cb3-02bc-47e0-a970-7400a838d352",
            "type": "breed"
          },
          {
            "id": "80d23247-6f46-4962-90cc-c3692b4cb4a5",
            "type": "breed"
          },
          {
            "id": "bf1a3791-0df3-4338-9b99-53ac4641bdda",
            "type": "breed"
          },
          {
            "id": "22ec7c8e-9339-45b1-b524-54caa7570760",
            "type": "breed"
          },
          {
            "id": "df58876a-a3b9-4737-8b0e-90b422e9aa6b",
            "type": "breed"
          },
          {
            "id": "518ae773-39ae-4139-963d-d2c1594ff971",
            "type": "breed"
          },
          {
            "id": "84cb99f1-4735-4dc9-a3b3-25a5f0fb0eb5",
            "type": "breed"
          },
          {
            "id": "6978f4da-e6a9-4f85-b120-d5ac9f416c36",
            "type": "breed"
          },
          {
            "id": "3f17b92b-bd0c-499a-bc84-da8f2a206bab",
            "type": "breed"
          },
          {
            "id": "1fa29da4-8cc9-4f82-9c4d-cd93ee6dd6be",
            "type": "breed"
          },
          {
            "id": "43cdadb4-851b-4a3a-99c1-5f63d08d97f8",
            "type": "breed"
          },
          {
            "id": "5ba3c057-7190-42b4-a9dc-209b9b7130ee",
            "type": "breed"
          }
        ]
      }
    }
  }
}