Developer

API STATUS
All APIs are operational.

CHANGELOG

V4.0.0

New data

  • ARMORIES
    • GET /armories/characters/{characterName}/profiles : Added 'ArkPassive' model.
    • GET /armories/characters/{characterName}/engravings : Added 'ArkPassiveEffects' model.
    • GET /armories/characters/{characterName}/gems : Modified structure of the 'Effects'
  • AUCTIONS
    • GET /auctions/options : Added 'Tiers' to the 'Tripods' model. Added 'Tiers' to the 'EtcOptions' model. Added 'Tiers' and 'Categories' to the 'EtcSubs' model.
    • POST /auctions/items : Changed 'Value' type in the 'Options' model from 'int' to 'double'. Added 'IsValuePercentage' to the 'Options' model. Changed Type 'Enum' in the 'Options' model.
  • GAMECONTENTS
    • GET /gamecontents/calendar : Segmented 'RewardItems' by 'ItemLevel'.

Removed

  • GUILDS
    • GET /guilds/rankings : The Guild Ranking API has been removed

V3.0.0

New API endpoints have arrived!

  • ARMORIES
    • GET /armories/characters/{characterName} : Returns a summary of profile information by a character name.

V2.0.0

New API endpoints have arrived!

  • NEWS
    • GET /news/notices : Returns a list of notices.
  • GAMECONTENTS
    • GET /gamecontents/challenge-abyss-dungeons : Returns a list of challenge abyss dungeons this week.
    • GET /gamecontents/challenge-guardian-raids : Returns a list of challenge guardian raids this week.
    • GET /gamecontents/calendar : Returns a list of Calendar this week.

V1.2.0

New data

  • GET /armories/characters/{characterName}/profiles : Add Skill Point data.

V1.1.0

New data

  • GET /markets/items/{itemId} : Add Tooltip data.

V1.0.2

Bug fixed

  • GET /armories/characters/{characterName}/gems : Internal Server Error(500) Fix.

V1.0.1

Bug fixed

  • GET /armories/characters/{characterName}/equipment : Add Bracelet data.

V1.0.0

New API endpoints have arrived!

  • NEWS
    • GET /news/events : Returns a list of events on progress.
  • CHARACTERS
    • GET /characters/{characterName}/siblings : Returns all character profiles for an account.
  • ARMORIES
    • GET /armories/characters/{characterName}/profiles : Returns a summary of the basic stats by a character name.
    • GET /armories/characters/{characterName}/equipment : Returns a summary of the items equipped by a character name.
    • GET /armories/characters/{characterName}/avatars : Returns a summary of the avatars equipped by a character name.
    • GET /armories/characters/{characterName}/combat-skills : Returns a summary of the combat skills by a character name.
    • GET /armories/characters/{characterName}/engravings : Returns a summary of the engravings equipped by a character name.
    • GET /armories/characters/{characterName}/cards : Returns a summary of the cards equipped by a character name.
    • GET /armories/characters/{characterName}/gems : Returns a summary of the gems equipped by a character name.
    • GET /armories/characters/{characterName}/colosseums : Returns a summary of the proving grounds by a character name.
    • GET /armories/characters/{characterName}/collectibles : Returns a summary of the collectibles by a character name.
  • AUCTIONS
    • GET /auctions/options : Returns search options for the auction house.
    • POST /auctions/items : Returns all active auctions with search options.
  • GUILDS
    • GET /guilds/rankings : Returns a list of guild rankings by a server.
  • MARKETS
    • GET /markets/options : Returns search options for the market.
    • GET /markets/items/{itemId} : Returns a market item by ID.
    • GET /markets/items : Returns all active market items with search options.