API Stream Query

I tried out the jQuery AJAX example in the blog and it worked as expected for me - the only real difference I see between your code and the code example is your example does not specify:

type: “GET”,

unfortunately I am not well-versed in AJAX so my help may be limited - try adding that identifier prior to your dataType: and see if that resolves your issue.