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 trialJohn Alarcon
14,458 PointsGet badge data with JSON...and relevant track data, too?
Hi,
Is there a public interface to retrieve our relevant Track or Category data?
I'd like to organize Badges under the Tracks in which they were earned, but found the object at http://teamtreehouse.com/username.json doesn't contain any track information.
A simple object that exposed the track name, description, URI, and the IDs of associated courses would be perfect — is that something we have access to?
Thanks!
2 Answers
Ryan Field
Courses Plus Student 21,242 PointsAs far as I know, this information is not available. We only have access to what is included in the JSON file for usernames.
John Alarcon
14,458 PointsAlright. Thanks.