peazz Posted January 16, 2015 Posted January 16, 2015 (edited) Hey Guys, I am trying to hook up the API, for what I cannot reveal as yet until its complete, but I am having a few issues. Im using the following script, to make a simple JSON call to return the results, but it never returns results - the results object is always empty, is there something I am doing wrong? $(document).ready(function(){ $.getJSON( "http://hwbot.org/api/ranking?application=superpi_-_1m&limit=10&jsoncallback=?", function( data ) { console.log(data) } ); }); any help would be great! EDIT: This is the response I get, even in the browser without the jsoncallback parameter. errors: null numberOfResults: 89393 results: [] <-- empty array Edited January 16, 2015 by peazz Quote
peazz Posted January 17, 2015 Author Posted January 17, 2015 Bump, i have emailed the dev, I have emailed support and still yet to recieve a reply. Quote
Taloken Posted April 13, 2015 Posted April 13, 2015 Hi ! I up this thread as i gave a try at the Query API, following this doc : http://static.hwbot.org/api/Query_API_1.0.pdf Same problem, results array is empty. I used Jquery's Ajax. Is this API still supported / updated / gone to trashbin (until next rev i hope) ? I had first some troubles about understanding the Cross-Domain Problems and JSONP implementation, it would be better to add some lines in the doc about it. Quote
Sn0wMe Posted October 8, 2015 Posted October 8, 2015 I also send an email and I have tried various methods, and the settlement result is empty. any help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.