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 trialTracey Hemphill-Wright
1,537 PointsGetting JSON Data
I am lost as to how to get JSON data. I don't under stand what to do if I want to get the JSON data from a site other than the treehouse blog (your example) I'm trying to get the data from a youtube channel using the google json api. Thanks for any help.
1 Answer
Chad Pjontek
13,700 PointsI have not worked with it personally but I did come across these 2 pages that might be helpful to you. http://gdata.ops.demo.googlepages.com/yt_json_codelab.html and https://developers.google.com/youtube/2.0/developers_guide_protocol?csw=1
Tracey Hemphill-Wright
1,537 PointsTracey Hemphill-Wright
1,537 PointsThank you Chad for your help. I will look at this!