Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jctbog9 opened this issue Jan 17, 2020 · 1 comment
Open

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

jctbog9 opened this issue Jan 17, 2020 · 1 comment
Assignees

Comments

@jctbog9
Copy link

jctbog9 commented Jan 17, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants