Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Displaying the Content

Kishan P
Kishan P
9,921 Points

need help with this API ?

How can i work with this API to get all the breed

https://dog.ceo/api/breeds/list/all

1 Answer

Lee Vaughn
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree seal-36
Lee Vaughn
Treehouse Teacher

Hi Kishan,

In order to get data back that you can use in your application, you need to use the Fetch API to make a call on the dog API, as Guil does at the 3:12 mark of the video.

Lee

Kishan P
Kishan P
9,921 Points

Hi, Lee Vaughn

Guil uses different API than mine but i figured it out.

Thanks