You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
Just an idea I thought would be useful for the API to have!
The text was updated successfully, but these errors were encountered: