🐶 Dog API by kinduff

The Dog API provides dog data as a service!

All 283 breeds the API knows, with their pictures, life spans and weights. Every page here is built from the public API, and shows you the request it used.

This page, as API data

Everything above came from https://dogapi.dog/api/v2/breeds?page[number]=2&page[size]=48. No key, no sign up. See it in the reference.

Request
curl -s "https://dogapi.dog/api/v2/breeds?page[number]=2&page[size]=48"
Response, trimmed to two records
{
  "data": [
    {
      "id": "20b1d8be-ae44-4a70-8526-0612904bc9b2",
      "type": "breed",
      "attributes": {
        "name": "Border Collie",
        "description": "The Border Collie is a medium-sized breed of herding dog from the borders of England and Scotland. These dogs are medium in size, with a thick double coat of fur to protect them from the cold. They have an energetic and intelligent demeanor, with an instinct for herding and working. They are highly trainable and obedient, but require firm and consistent training to be obedient. They are loyal and devoted to their family, with an independent nature that makes them well suited for herding and guard work.",
        "life": {
          "max": 16,
          "min": 12
        },
        "male_weight": {
          "max": 30,
          "min": 20
        },
        "female_weight": {
          "max": 25,
          "min": 17
        },
        "hypoallergenic": false,
        "images": [
          {
            "id": "63c5869e-ccab-4cab-b7dc-9aa10844e023",
            "url": "https://images.dogapi.dog/thdzop2gcmp80bhw7xh0ov37d7ty",
            "thumb": "https://images.dogapi.dog/q66ryhleyan0dyyzf4e442vq9qjp",
            "medium": "https://images.dogapi.dog/1xr0081stkb8xrwctnaw1c0vsj6l",
            "large": "https://images.dogapi.dog/igenulkqhb8y4w6qoh432d2yxhqe",
            "attribution": {
              "author": "IketaniDaisei",
              "license": "CC BY-SA 4.0",
              "license_url": "https://creativecommons.org/licenses/by-sa/4.0",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:20160428_dog_border_collie_panting.jpg"
            }
          },
          {
            "id": "5e70c8cd-f831-4786-809c-583e1384fe9e",
            "url": "https://images.dogapi.dog/i7rchti0dzmof88thcsmx9lnapp9",
            "thumb": "https://images.dogapi.dog/lthwwm9i61o3u8kqdw992gchy95l",
            "medium": "https://images.dogapi.dog/ezdhv57fl0czniwotuvgqqmfzb6z",
            "large": "https://images.dogapi.dog/a6qmzu5qv2yd5j807mhid4y1edsm",
            "attribution": {
              "author": "IketaniDaisei",
              "license": "CC BY-SA 4.0",
              "license_url": "https://creativecommons.org/licenses/by-sa/4.0",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:20160428_dog_border_collie_panting_(cropped).jpg"
            }
          },
          {
            "id": "98dff173-aada-439c-b27a-50c0bef3bd7d",
            "url": "https://images.dogapi.dog/s727o862e53ndq8q7imvqa5bxi2e",
            "thumb": "https://images.dogapi.dog/4m861d2u96yuudr6vhc6j15khc1v",
            "medium": "https://images.dogapi.dog/jml0j6n7n3xs1c5xvafqfd60rvtt",
            "large": "https://images.dogapi.dog/ruc8fupwjyr85kyykmmfzmccol15",
            "attribution": {
              "author": "Svenska Mässan from Sweden",
              "license": "CC BY 4.0",
              "license_url": "https://creativecommons.org/licenses/by/4.0",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:BORDER_COLLIE,_Simaro_Million_Dollar_Baby_(24290879465)_2.jpg"
            }
          },
          {
            "id": "0e265b22-2a26-48d3-bf3d-f1ff8bda6b4b",
            "url": "https://images.dogapi.dog/3ja2qvm75spupr8sqh7bb1qgki4z",
            "thumb": "https://images.dogapi.dog/x2xgb81x67ya3higy6wq5j0pu0r0",
            "medium": "https://images.dogapi.dog/83dwnrdr31gx4y4j91o8c4f16xqw",
            "large": "https://images.dogapi.dog/oroxrfhx6o33fb5chnimnbz1ixlg",
            "attribution": {
              "author": "https://pixabay.com/ru/users/825545-825545/",
              "license": "CC0",
              "license_url": "http://creativecommons.org/publicdomain/zero/1.0/deed.en",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:Border-collie-662711.jpg"
            }
          },
          {
            "id": "658a36cf-2400-42ad-9247-3597109e501a",
            "url": "https://images.dogapi.dog/y0j53zvct91y0q041znq09kqwv1e",
            "thumb": "https://images.dogapi.dog/phx7n21xuxke7w37vbrko6k5vyj3",
            "medium": "https://images.dogapi.dog/p8f0b0pzrue72jiuqgps7mibl75f",
            "large": "https://images.dogapi.dog/2cdjh8s9w8hem7oz915vwu7n7s7t",
            "attribution": {
              "author": "Karen Arnold",
              "license": "CC0",
              "license_url": "http://creativecommons.org/publicdomain/zero/1.0/deed.en",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:Border-collie-dog-1365525954Aa6.jpg"
            }
          }
        ]
      },
      "relationships": {
        "group": {
          "data": {
            "id": "b8e4e89d-057f-432a-9e58-0b85b29b693c",
            "type": "group"
          }
        }
      }
    },
    {
      "id": "5396c717-b1a6-4295-a3a7-04bb5cad66fd",
      "type": "breed",
      "attributes": {
        "name": "Border Terrier",
        "description": "The Border Terrier is a small and energetic breed of dog that was originally bred in England for hunting small game. They are intelligent, playful, and affectionate, and make excellent companion dogs.",
        "life": {
          "max": 16,
          "min": 14
        },
        "male_weight": {
          "max": 8,
          "min": 6
        },
        "female_weight": {
          "max": 8,
          "min": 6
        },
        "hypoallergenic": false,
        "images": [
          {
            "id": "bf40736c-4d72-46a0-8511-2445deacab2d",
            "url": "https://images.dogapi.dog/yzipdj2m18oev9ehfq65bvclubs9",
            "thumb": "https://images.dogapi.dog/7w4kq5vkrkbrtfmouwjy99p3h13x",
            "medium": "https://images.dogapi.dog/ohc2z1tu1c2y8z1rs1lvw5sclk0x",
            "large": "https://images.dogapi.dog/931z7ujr5b1o2jwww2po7nfhward",
            "attribution": {
              "author": "Walter Baxter ",
              "license": "CC BY-SA 2.0",
              "license_url": "https://creativecommons.org/licenses/by-sa/2.0",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:A_Skye_terrier_at_the_2019_Kelso_Dog_Show_-_geograph.org.uk_-_6184559.jpg"
            }
          },
          {
            "id": "461bab3c-4e89-49ca-8047-a476cd278972",
            "url": "https://images.dogapi.dog/77miuby1w2n7iqyzow4me934f7gr",
            "thumb": "https://images.dogapi.dog/oephufhika2b62j3rmcqzw59jr8g",
            "medium": "https://images.dogapi.dog/qgussqhtwuuh8h2375siq1zmbmix",
            "large": "https://images.dogapi.dog/ubtbfw1hyqjwna45djymxme3u6cw",
            "attribution": {
              "author": "Britchi Mirela",
              "license": "CC BY-SA 3.0",
              "license_url": "https://creativecommons.org/licenses/by-sa/3.0",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:A_small_dog_on_Rue_de_l%27Universite,_Paris.jpg"
            }
          },
          {
            "id": "1dfe83b5-af13-4f8d-817e-7b42eab088cd",
            "url": "https://images.dogapi.dog/0c3dzjlmc889y8fdpmr9uzgkf19w",
            "thumb": "https://images.dogapi.dog/w7gizrnt01nujp6t1g1wag2fqeny",
            "medium": "https://images.dogapi.dog/c5at3r7rphfpue5mh1tp00d5uubm",
            "large": "https://images.dogapi.dog/7f9gxscb9ors6gh1l7nlpjw95rx9",
            "attribution": {
              "author": "A. Buser",
              "license": "CC BY-SA 3.0 ch",
              "license_url": "https://creativecommons.org/licenses/by-sa/3.0/ch/deed.en",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:Agility_-_Sprung_Border_Terrier.jpg"
            }
          },
          {
            "id": "fe2e2195-8931-4f0d-911f-8277f6750f5f",
            "url": "https://images.dogapi.dog/kcc10ygcgv8i1mbv5snb91qj3ndu",
            "thumb": "https://images.dogapi.dog/xa98fyaaldagcw521qrshe5le15e",
            "medium": "https://images.dogapi.dog/ezn182k59g2jfxjst92f4lx3uf73",
            "large": "https://images.dogapi.dog/smkm8y99qbl6c81y4ydg69ubw5s8",
            "attribution": {
              "author": "Michael Graham ",
              "license": "CC BY-SA 2.0",
              "license_url": "https://creativecommons.org/licenses/by-sa/2.0",
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:Border_Terrier,_Long_Green_Head_-_geograph.org.uk_-_2027582.jpg"
            }
          },
          {
            "id": "c99f0050-a711-4a6b-96e8-3e12d8083d39",
            "url": "https://images.dogapi.dog/ll88utqy6675x8oktz3koyxpl6y0",
            "thumb": "https://images.dogapi.dog/w3yxj4sd8uwm7r9zhjxnsld2uq4q",
            "medium": "https://images.dogapi.dog/huludzx40ufty679x6n42nlnfz44",
            "large": "https://images.dogapi.dog/td8mxzsfl5u0tari5l6d2etunyun",
            "attribution": {
              "author": "Multimotyl at English Wikipedia (Jiří Dobrý)",
              "license": "Public domain",
              "license_url": null,
              "source": "wikimedia_commons",
              "source_url": "https://commons.wikimedia.org/wiki/File:Border_Terrier_Agility_Jump.jpg"
            }
          }
        ]
      },
      "relationships": {
        "group": {
          "data": {
            "id": "1bbf373b-1937-4e73-9863-45385daa4979",
            "type": "group"
          }
        }
      }
    }
  ],
  "meta": {
    "pagination": {
      "records": 48
    }
  }
}