I’m working on a JavaScript dynamically loaded tree view user control. I’d like to test it with real world data.
Does anybody know any public service with an API that provides access to hierarchical data in JSON format?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Twitter has a public API which returns JSON, for example –A
GETrequest to:https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&include_rts=true&screen_name=mralexgray&count=1,EDIT: Removed due to twitter restricting their API with
OAUTHrequirements…Replacing it with a simple example of the Github API – that returns a tree, of in this case, my repositories…
I won’t include the output, as it’s long.. (returns 30 repos at a time) … But here is proof of it’s tree-ed-ness.