Honestly?
Because we haven't had time to implement every feature we'd like yet.
:)
> I'd like to fetch some JSON data from the API to use in
> my app but am unable to do so because of the cross-domain problems...
>
> Any ideas?
>
Add &jsonp=<functionname> to your query and it should do what you want.