• Hi,


    :!: 1. I try to get ranking API from SI2 following the thread: RankApiThread. I want to get ranking data from SI2 but when I use instance=si2 then I get error response:


    Code
    {"jsonrpc":"2.0","error":{"code":1,"message":"no valid instance ident!","id":1}}


    I tried to use different instances and when I use: "retro, nexus, int2, int3, root" the json is returned. But with "si2, si2speed" I have same error.

    My URL looks like that

    Code
    url = ''http://api.spaceinvasion.info/api/ranking.php?output=json&instance=si2&modus=1&category=1&sandbox=true''


    So probably SI2 instance name is something else?


    :!: 2. When I get data (for example using instance=retro) data looks like that:



    So the 'sandbox' version is just example data and have nothing to do with real data?



    :!: 3. Here: StartAccessingTheSpaceinvasionApis, there is info that I should register my project but "A guide "how you register a project" can you find here" doesn't work for me. (It's not responding)

    • Official Post

    you have to use a different URL to fetch SI2 stuff.


    SI Classic:
    https://api-spaceinvasion.bitm…1&category=1&sandbox=true


    SI2:

    https://api-spaceinvasion2.bitmeup.com/api/ranking.php?output=json&instance=si2&modus=1&category=1&sandbox=true


    registrations are disabled right now; we just keep public projects enabled, if you plan a public project, write me, we can create an token for you.

    but i don't allow private projects anymore, we had too many problems with this ranking stuff, and no one of these private developers are reaching me with feedback; thanks to Garfield that he sent me a bunch of feedback.


    regards

    Dschibait

  • aaaa :D Damn, sorry then. Idk why I was using wrong URL :D

    And no, I don't plan public project :( I feel like it would take me more time :D I can manage somehow without a ranking.

    Thank you for your answer <3