1. Warmane API Documentation

    Proterean announced the released of the armory API in the following thread: http://forum.warmane.com/showthread.php?t=350399

    However, I have found no information regarding the documentation regarding the API. There is no indication of what data you can retrieve, and the format you can retrieve this data from. In addition, there is no information regarding an API key to retrieve data, or any details regarding API constraints. E.g. how many times per second can I request data from Warmane's server before being denied.

    I have searched the forum with no success. Can anyone direct me to this documentation, if it exists, or explain when it will be publicly available?

    Many Thanks

  2. Hello! Thank you for the suggestion.

    API documentation is expected to be released in upcoming few weeks.

  3. Any news on API as I'm waiting for it long time.
    Btw does not shows guild rank. Would be awsome if you can show guild notes (so that we can see our DKP's)
    Edited: January 3, 2018

  4. Any news ? :) I'm interested in this also.
    Just to add that API for PVP teams doesn't work or at least I can't make it work.
    Other thing is on guild API there is a bug ( i think). For every Character in the Roster, there is a profession object. But if the given character has profession - API returns JSON object with JSON List of professions, which looks like this:
    {
    "name": "Splinterx",
    "online": false,
    "level": "22",
    "gender": "Female",
    "race": "Draenei",
    "racemask": 1024,
    "class": "Shaman",
    "classmask": 64,
    "achievementpoints": 0,
    "professions": {
    "professions": [{
    "name": "Skinning",
    "skill": "119"
    }]
    }
    }

    But if the given character doesn't have professions - API returns JSON list directly, which looks like this:

    {
    "name": "Leonardoo",
    "online": false,
    "level": "22",
    "gender": "Female",
    "race": "Draenei",
    "racemask": 1024,
    "class": "Shaman",
    "classmask": 64,
    "achievementpoints": 0,
    "professions": []
    }

    And this is a bit odd to implement tbh. At least to my knowledge.
    Sorry for my bad English and thank you in advance.

  5. Is there full documentation about the api? I would really love the feature!

    I found this post http://forum.warmane.com/showthread....=1#post2779659
    If I try to fetch my guild on Icecrown on this url
    Code:
    http://armory.warmane.com/api/guild/name/realm/type
    It return guild on Outlands realm. Any info if Armory API work on Icecrown?

    Cheers Lovemane!
    Edited: January 21, 2019

  6. Is there full documentation about the api? I would really love the feature!

    I found this post http://forum.warmane.com/showthread....=1#post2779659
    If I try to fetch my guild on Icecrown on this url
    Code:
    http://armory.warmane.com/api/guild/name/realm/type
    It return guild on Outlands realm. Any info if Armory API work on Icecrown?

    Cheers Lovemane!
    http://armory.warmane.com/api/guild/...ecrown/summary

    Works perfectly fine for me. Valar Morghulis guild on icecrown.

  7. Thanks you Gouvernment!

    We still need some more complete documentation!

    Have a nice day all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •