ElliottLandsborough / dog-ceo-api

The API hosted at dog.ceo
https://dog.ceo/api
631 stars 65 forks source link

A list of breeds with an object of information on each #24

Open jctbog9 opened 4 years ago

jctbog9 commented 4 years ago

I wanted to open this as a proposal in case anyone was interested in implementing, may give it a go myself if I have time!

Basically I've been looking for a solid API that could give me back some back data on all possible dog breeds and combinations and each breed is an object with some information.

For example a response could look like:

[
  {
      breed: "Cairn Terrier",
      average_height: 9,
      average_weight: 13,
      bred_for: "Bolting of otter, foxes, other vermin",
      image: "https://d17fnq9dkz9hgj.cloudfront.net/breed-uploads/2018/08/cairn-terrier-detail.jpg?bust=1535565423&width=355"
    },
    { some other dog object }
]

Just an idea I thought would be useful for the API to have!

jimmyadaro commented 4 years ago

I'd love to have this! Specially the "breed" data.