I&#39;m writing a small app on FreeBase.<br>I&#39;m trying to build a category tree which shows the main categories (sports, arts &amp; crafts, etc.) and lets the user drill down to additional sub categories.<br>Is there something like this already built&nbsp;which&nbsp;I&nbsp;can&nbsp;use?<br>
 <br>I notice that I can get a list of the categories for &quot;Sports&quot; like this:<br><br>{  &quot;query&quot; : [    {      &quot;domains&quot; : [        {          &quot;id&quot; : null,          &quot;name&quot; : null,          &quot;type&quot; : &quot;/type/domain&quot;        }      ],      &quot;name&quot; : &quot;Sports&quot;,      &quot;type&quot; : &quot;/freebase/domain_category&quot;    }  ]}<br>
<br>but I can&#39;t figure out how to get a list of categories under &quot;Sports/Basketball&quot;<br><br>Regards,<br><br>Deepak.<br>