API:Changelog
From Guild Wars 2 Wiki
Jump to navigationJump to search
A list of changes to the API by date.
2021
- July 15th
- Added
EquippedFromLegendaryArmory
andLegendaryArmory
values toequipment[i].location
field.
- Added
- July 14th
- /v2/account/legendaryarmory has been added.
- /v2/legendaryarmory has been added.
- April 8th
- PvP Sigils and Runes have been whitelisted in v2/items.
- Output order of PvP Sigils corrected from
[<primary weapon sigil 1>, <primary weapon sigil 2>, <secondary weapon sigil 1>, <secondary weapon sigil 2>]
to[<primary weapon sigil 1>, <secondary weapon sigil 1>, <primary weapon sigil 2>, <secondary weapon sigil 2>]
.
- April 7th
- Added
equipment_pvp
underequipment_tabs
in /v2/characters/:id (available from schema version 2021-04-06T21:00:00.000Z).- Older schema versions have also had their blank PvP equipment information fixed.
- Added
2020
- November 17th (/v2.json)
- Changed the type of
details.secondary_suffix_item_id
from /v2/items to be an optional int.
- Changed the type of
2019
- December 19th (Forum)
- Added
code
andskills_by_palette
to /v2/professions. - Added
code
to /v2/legends. - Added
build_storage_slots
to /v2/account. - Added
build_tabs_unlocked
,active_build_tab
, andbuild_tabs
to /v2/characters/:id. - Added
equipment_tabs_unlocked
, active_equipment_tab and equipment_tabs to /v2/characters/:id. - Added
equipment[i].location
andequipment[i].tabs
to /v2/characters/:id. - Removed
skills
andspecializations
from /v2/characters/:id.
- Added
- June 13th (Forum)
- /v2/novelties has previously missing data.
- /v2/mounts/skins has previously missing data.
- /v2/quests and /v2/characters/:id/quests have been added
- June 11th (Forum)
- /v2/novelties is now available with the novelty data.
- /v2/account/novelties is now available to show what novelties you've unlocked.
- May 21st
- Modified
/v2.json
to list all schema versions with a short description. (Forum) - Updated /v2/tokeninfo to handle subtokens. (Forum)
- Modified
- May 20th (Forum)
- Added the /v2/createsubtoken endpoint
- May 15th (Forum)
- /v2/achievements/daily and /v2/achievements/daily/tomorrow now show an
access_requirement
with aproduct
andcondition
field as of the latest schema version.
- /v2/achievements/daily and /v2/achievements/daily/tomorrow now show an
- May 14th (Forum)
- Missing skins have been added to the API.
- April 8th (Gitter Forum)
- Added /v2/worldbosses and /v2/account/worldbosses
- Added /v2/dailycrafting and /v2/account/dailycrafting
- Added /v2/mapchests and /v2/account/mapchests
- Added /v2/account/luck
- March 25th (Gitter)
- Properly respond with
404 Not Found
for missing ids from static endpoints. - Fixed a bug that prevented the
icon
field from showing on mount skins.
- Properly respond with
- March 21st (Gitter)
- Enabled /v2/home/cats
- Old endpoint at /v2/cats is still available
- Enabled /v2/home/nodes
- Old endpoint at /v2/nodes is still available
- Updated /v2/home/nodes and /v2/account/home/nodes
- Added the garden plot nodes:
garden_plot_01
garden_plot_02
- Added the garden plot nodes:
- Updated /v2/account/home/cats
- Updated schema to be consistent with other similar endpoints (schema version
2019-03-22T00:00:00Z
)
- Updated schema to be consistent with other similar endpoints (schema version
- Enabled /v2/home/cats
- February 23rd
- Updated several endpoints under /v2/account and /v2/characters (Gitter)
- They now return a
Last-Modified
header and respectIf-Modified-Since
requests and will properly return a304 Not Modified
. last_modified
was added, but only with a recent enough schema version.- Schema versions can be provided with a
v
query parameter or anX-Schema-Version
request header. - Schema versions are comparable strings that happen to be ISO 8601 datetimes which means string compares are chronological.
- They now return a
- Updated several endpoints under /v2/account and /v2/characters (Gitter)
2018
- November 13th
- /v2/account/mounts is now available (Forum post)
- September 25
- Updated /v2/mounts (Gitter)
- Fixed broken icon links
- Updated /v2/mounts (Gitter)
- September 20
- Enabled /v2/mounts, /v2/mounts/types and /v2/mounts/skins (Gitter)
- Note: The most recent skins are missing, skill ids are not resolvable in /v2/skills, icon links are broken and the account unlocks do not exist yet
- Updated /v2/raids and /v2/account/raids
- Added the new raid wing Mythwright Gambit as
mythwright_gambit
and its encounters (Gitter)
- Added the new raid wing Mythwright Gambit as
- Enabled /v2/mounts, /v2/mounts/types and /v2/mounts/skins (Gitter)
- June 5
- Updated /v2/nodes and /v2/account/home/nodes
- Added the missing Bauble Gathering System as
bauble_gathering_system
(Gitter)
- Added the missing Bauble Gathering System as
- Updated /v2/nodes and /v2/account/home/nodes
- May 21
- Updated /v2/itemstats
- Changed
attributes
to an array of objects that return the name, multiplier and bonus value of each attribute (breaking change, Gitter)
- Changed
- Updated /v2/nodes and /v2/account/home/nodes
- Added the following missing nodes (Gitter):
- Advanced Cloth Rack:
advanced_cloth_rack
- Advanced Leather Rack:
advanced_leather_rack
- Black Lion Hunters Board:
black_lion_hunters_board
- Orrian Oyster Node:
orrian_oyster_node
- Brandstone Node:
brandstone_node
- Difluorite Crystal Cluster Node:
difluorite_crystal_cluster_node
- Advanced Cloth Rack:
- Added the following missing nodes (Gitter):
- Updated /v2/itemstats
- May 18
- Updated /v2/pvp/seasons
- Added season 11 (#622)
- Updated /v2/pvp/seasons
- January 10
- Updated /v2/raids and /v2/account/raids
- Added Hall of Chains as
hall_of_chains
(#588)
- Added Hall of Chains as
- Updated /v2/pvp/seasons
- Added season 9 and 10 (#593)
- Updated /v2/raids and /v2/account/raids
2017
- October 23
- Re-enabled /v2/colors
- September 27
- Re-enabled /v2/characters/:id/inventory
- September 25
- Re-enabled most APIs, except /v2/characters/:id/inventory and /v2/colors
- September 22
- Disabled all APIs (forum)
- July 12
- Updated /v2/commerce/delivery
- Fixed time-out issues (Gitter)
- Updated /v2/commerce/delivery
- June 6
- Updated /v2/achievements/categories
- Deduplicate achievement lists (Gitter)
- Updated /v2/pvp/seasons
- Added ranks (Gitter)
- Updated /v2/wvw/objectives
- Fixed location of Langor Gulch (Gitter)
- Updated /v2/achievements/categories
- May 16
- Updated /v2/account/home/nodes
- Added Fire Orchid Node as
primordial_orchid
(Gitter)
- Added Fire Orchid Node as
- Updated /v2/guild/:id/teams
- Added alternative encoding support for members (Gitter)
- Updated /v2/skills
- Added specialization id as
specialization
(Gitter)
- Added specialization id as
- Updated /v2/wvw/matches/stats/:id/guilds/:guild_id
- Changed HTTP code to 404 instead of 200 when there is no data present (Gitter)
- Updated /v2/account/home/nodes
- May 15
- May 4
- April 19
- Enabled /v2/account/mailcarriers (#446 and #185)
- Enabled /v2/account/pvp/heroes (#464 and #396)
- Enabled /v2/mailcarriers (#446 and #185)
- Enabled /v2/pvp/heroes (#464 and #396)
- April 18
- Updated /v2/account/achievements
- Updated /v2/account/raids
- Fixed the order to be consistent with /v2/raids (#457)
- Updated /v2/achievements/categories
- Fixed the Super Adventure Festival daily category from not showing up (#477)
- Updated /v2/skills
- April 12
- Fixed SSL certificate issues on the tile and render service
- April 11
- Updated /v2/files
- Added the files
ui_minor_trait_mask
andui_major_trait_mask
(#387)
- Added the files
- Updated /v2/guild/:id
- Added member count and capacity as
member_count
andmember_capacity
(#447)
- Added member count and capacity as
- Updated /v2/files
- April 7
- Enabled /v2/characters/:id/sab (#486 and #480)
- Updated /v2/account/home/cats
- Added hint for the Super Adventure Box cat (#479)
- Updated /v2/guild/:id/teams
- Forwarded another error (Gitter)
- April 1
- March 31
- Updated /v2/skills
- Fixed missing skill facts for range-varying damage types (#450)
- Updated /v2/wvw/matches/scores
- Updated /v2/skills
- March 18
- Disabled all APIs (forum)
- March 17
- Updated /v2/account/achievements
- Added support for paginated responses (#467)
- Updated /v2/account/home
- This endpoint now returns the subendpoints (#456)
- Updated /v2/characters/:id/equipment
- Changed unequipped PvP equipment from
0
tonull
(#454)
- Changed unequipped PvP equipment from
- Updated /v2/gliders
- Fixed gliders with no unlock items from not being whitelisted (#466)
- Updated /v2/skills
- Fixed Celestial Avatar skills from not showing up (#357)
- Updated /v2/wvw/matches
- Added victory points as
victory_points
(#461)
- Added victory points as
- Updated /v2/account/achievements
- March 15
- Enabled /v2/account/gliders (#462 and #182)
- Enabled /v2/gliders (#462 and #182)
- March 7
- Updated /v2/wvw/objectives
- March 1
- Enabled /v2/account/dungeons (#443)
- Enabled /v2/account/home/cats (#445)
- Enabled /v2/account/home/nodes (#444)
- Enabled /v2/account/raids (#443)
- Enabled /v2/dungeons (#443)
- Enabled /v2/raids (#443)
- Enabled /v2/wvw/upgrades (#431)
- Updated /v2/items
- Automatically whitelist items whenever they are found in inventories (#439)
- Updated /v2/wvw/matches
- Updated /v2/professions
- Added skills as
skills
(#435)
- Added skills as
- February 24
- Updated /v2/achievements/daily
- Added Fractal dailies as
fractals
(#338)
- Added Fractal dailies as
- Updated /v2/achievements/daily
- February 23
- Re-enabled /v2/wvw/matches and its subendpoints
- February 22
- Disabled /v2/wvw/matches and its subendpoints
- February 2
- Updated /v2/account
- Updated /v2/achievements
- Fixed unused bits being exposed (#402)
- Updated /v2/continents
- Updated /v2/items
- Added
Enrichment
andInfusion
flags todetails.infusion_slots[].flags
(#408)
- Added
- Updated /v2/titles
- January 13
- Updated /v2/pvp/seasons/:id/leaderboards/:board/:region
- Fixed NA and EU being backwards (Gitter)
- Updated /v2/guild/:id/log
- Updated /v2/pvp/seasons/:id/leaderboards/:board/:region
- January 10
- Updated /v2/guild/:id/log
- Added
?since
parameter (#426)
- Added
- Updated /v2/pvp/seasons/:id/leaderboards
- Added the NA and EU regions as subendpoints (#428)
- Updated /v2/wvw/matches
- Fixed Obsidian Sanctum from showing up
- Updated /v2/guild/:id/log
- January 7
- Enabled /v2/wvw/matches/overview as extra subendpoint (#416)
- Enabled /v2/wvw/matches/scores as extra subendpoint (#416)
- Enabled /v2/wvw/matches/stats as extra subendpoint (#416)
- Updated /v2/account/wallet
- Fixed gems balance
- Updated /v2/guild/:id/log
- Fixed player ids from not showing up in certain cases (#384)
- Updated /v2/masteries
- Fixed mastery experience costs to return the cost for the respective level only (#413)
- Updated /v2/pvp/games
2016
- December 13
- Enabled /v2/pvp/seasons/:id/leaderboards (#400)
- Enabled /v2/pvp/seasons/:id/leaderboards/:board (#400)
- Updated /v2/pvp/standings
- Added skill rating and decay as
rating
anddecay
(#404)
- Added skill rating and decay as
- December 9
- Updated /v2/traits
- Fixed trait order (#325)
- Updated /v2/traits
- December 6
- Updated /v2/account
- Added guild leader as
guild_leader
(#392)
- Added guild leader as
- Updated /v2/account
- November 29
- Enabled /v2/characters/:id/training (#327)
- Enabled /v2/pvp/ranks (#373)
- Enabled /v2/wvw/ranks (#361)
- Updated /v2/account/bank
- Updated /v2/account/inventory
- Added item charges (#376)
- Updated /v2/characters/:id/inventory
- Added item charges (#376)
- Updated /v2/continents
- Added map type as
type
(#333)
- Added map type as
- Updated /v2/maps
- Added map type as
type
(#333)
- Added map type as
- October 4
- Added /v2/wvw index page (Gitter)
- Enabled /v2/characters/:id/skills as a separate sub-endpoint (#301)
- Updated /v2/account/materials
- Added the
Account
binding flag for account-bound materials (#375)
- Added the
- Updated /v2/backstory/answers
- Changed ids to be strings instead of integers (breaking change, #360)
- Updated /v2/backstory/questions
- Changed answer ids to be strings instead of integers (breaking change, #360)
- Updated /v2/characters
- Fixed an obscure crash caused by a character having no inventory (Gitter)
- Updated /v2/characters/:id/backstory
- Changed ids to be strings instead of integers (breaking change, #360)
- Updated /v2/colors
- Fixed colors to include colors that are not obtainable by players (#353)
- Updated /v2/continents
- Added region ids to region objects (#377)
- Updated /v2/finishers
- Added unlock item ids as
unlock_items
(#372)
- Added unlock item ids as
- Updated /v2/items
- Removed duplicated skin unlocks (Gitter)
- Updated /v2/maps
- Changed
floors
to contain thedefault_floor
if it's omitted (#356)
- Changed
- Updated /v2/wvw/objectives
- Removed hardcoded marker coordinates (Gitter)
- September 29
- Updated /v2/continents
- Added adventures as
adventures
(#341)
- Added adventures as
- Updated /v2/continents
- July 29
- Enabled /v2/account/masteries (#273)
- Enabled /v2/account/recipes (78a648ae and Gitter)
- Enabled /v2/characters/:id/heropoints
- Enabled /v2/characters/:id/training (#327)
- Enabled /v2/masteries (#273)
- Updated /v2/guild/:id
- Added support for alternative representation of guild favor (Gitter)
- Updated /v2/continents
- Changed point of interest floors to always be exposed (Gitter)
- July 26
- Enabled /v2/account/finishers (#324 and #184)
- Enabled /v2/guild/:id
- Enabled /v2/guild/search
- June 23
- Enabled /v2/account/outfits (#326 and #183)
- Enabled /v2/backstory/answers (#300)
- Enabled /v2/backstory/questions (#300)
- Enabled /v2/characters/:id/backstory (#300)
- Enabled /v2/stories (#300)
- Enabled /v2/stories/seasons (#300)
- Enabled /v2/outfits (#326 and #183)
- Enabled /v2/wvw/abilities (#379 and #294)
- Updated /v2/characters/:id
- Added character WvW abilities as
wvw_abilities
(#379)
- Added character WvW abilities as
- June 1
- Updated /v2/continents
- Added sector boundaries as
bounds
(#57)
- Added sector boundaries as
- Updated /v2/continents
- May 23
- Enabled /v2/account/titles (#281)
- Enabled /v2/characters/:id/core (#315)
- Enabled /v2/characters/:id/crafting (#315)
- Enabled /v2/titles (#281)
- Updated /v2/achievements
- Added title rewards (#281)
- Updated /v2/characters
- Added selected title as
title
(#281)
- Added selected title as
- May 18
- Enabled /v2/itemstats (#261)
- Updated /v2/account/bank
- Added selected stats for choosy-stat items as
stats
(#261)
- Added selected stats for choosy-stat items as
- Updated /v2/account/inventory
- Added selected stats for choosy-stat items as
stats
(#261)
- Added selected stats for choosy-stat items as
- Updated /v2/characters/:id/inventory
- Added selected stats for choosy-stat items as
stats
(#261)
- Added selected stats for choosy-stat items as
- May 13
- Updated /v2/achievements/daily
- Added required access for accessing dailies as
required_access
(#291)
- Added required access for accessing dailies as
- Updated /v2/achievements/daily
- April 26
- Re-enabled /v2/characters
- April 23
- Disabled /v2/characters because of a bug that potentially leaks character information from other accounts
- Enabled /v2/legends (f1cce6ea)
- Enabled /v2/pets (#248)
- Enabled /v2/pvp/amulets (#269)
- Updated /v2/characters
- April 20
- Updated /v2/guild/:id/teams
- Added season standings as
seasons
(#277)
- Added season standings as
- Updated /v2/items
- Added buff name and icon to consumables as
details.name
anddetails.icon
(#246)
- Added buff name and icon to consumables as
- Updated /v2/professions
- Added weapons skills as
weapons
(#265)
- Added weapons skills as
- Updated /v2/specializations
- Added weapon trait if a specialization unlocks one as
weapon_trait
(#282)
- Added weapon trait if a specialization unlocks one as
- Updated /v2/wvw/matches
- Made
all_worlds
always present (Gitter)
- Made
- Changed banned accounts to not be able to use the authenticated endpoints anymore (Gitter)
- Updated /v2/guild/:id/teams
- March 22
- Updated /v2/guild/:id/teams
- Added PvP match history (Gitter)
- Updated /v2/pvp
- Relax authentication requirement (Gitter)
- Fixed timezone issue for all endpoints using seconds-since-2001 data (Gitter)
- Updated /v2/guild/:id/teams
- March 15
- Enabled /v2/professions (#255)
- March 9
- Removed /v2/traits-beta (replaced by /v2/traits)
- Updated /v2/account (Gitter)
- Added WvW rank as
wvw_rank
(Gitter)
- Added WvW rank as
- Updated /v2/account/achievements
- Added repeated achievements without current progress (Gitter)
- Updated /v2/achievements/daily
- Marked as enumerable (Gitter)
- Updated /v2/guild/:id/log
- Updated /v2/pvp/seasons
- Added start and end date configurables (Gitter)
- Updated /v2/traits
- Added the trait order as
order
(Gitter)
- Added the trait order as
- February 24
- Enabled /v2/pvp/standings (#222)
- Updated /v2/materials
- Added the material order as
order
(#215)
- Added the material order as
- February 23
- Enabled /v2/guild/:id/teams (#224)
- February 19
- Enabled /v2/pvp/seasons (#199)
- Updated /v2/pvp/games
- February 12
- Enabled /v2/account/inventory (#208)
- February 4
- Enabled /v2/guild/:id/log (#150)
- January 26
- Updated /v2/account
- Added commander unlock as
commander
(Gitter)
- Added commander unlock as
- Updated /v2/account/achievements
- Autowhitelist achievement ids (Gitter)
- Updated /v2/achievements/daily
- Added festival achievements (Gitter)
- Updated /v2/characters
- Fixed a cascaded crash when PlayerlessSrv dies
- Updated /v2/commerce/listings
- Modified cache strategy to use smaller cache objects (Gitter)
- Updated /v2/guild/:id/upgrades
- Whitelist mining upgrades (Gitter)
- Updated /v2/minis
- Added localization support for unlock strings (Gitter)
- Updated /v2/pvp/stats
- Added PvP rank rollovers as
pvp_rank_rollovers
(Gitter)
- Added PvP rank rollovers as
- Updated /v2/skins
- Changed default empty names to
""
(Gitter)
- Changed default empty names to
- Updated /v2/account
- January 23
- Enabled /v2/guild/:id/stash as release (#188)
- Enabled /v2/guild/:id/treasury as release (#149)
- Enabled /v2/guild/:id/upgrades (#193)
- January 19
- Enabled /v2/guild/:id/stash as testing (#188)
- Enabled /v2/guild/:id/treasury as testing (#149)
- January 12
- Updated /v2/account
- Added the daily and monthly achievement points as
daily
andmonthly
(#147)
- Added the daily and monthly achievement points as
- Updated /v2/achievements
- Updated /v2/skins
- Updated /v2/account
2015
- December 16
- Enabled /v2/skills (#5)
- December 14
- Enabled /v2/guild/:id/members (#140)
- Enabled /v2/guild/:id/ranks (#139)
- December 8
- Enabled /v2/guild/permissions (#135)
- December 2
- Enabled /v2/achievements/categories (#141)
- Enabled /v2/achievements/groups (#141)
- Enabled /v2/guild/upgrades (#134)
- Updated /v2/achievements/daily
- Removed the incorrect NA/EU split (#123)
- Updated /v2/specializations
- Fixed specialization background images not being returned at full resolution (#76)
- December 1
- Enabled /v2/characters/:id/recipes (#125)
- November 20
- Enabled /v2/emblem (#119)
- November 18
- Updated /v2/account
- Added game access level as
access
(#114)
- Added game access level as
- Updated /v2/account/bank
- Added binding information as
binding
andbound_to
(#108)
- Added binding information as
- Updated /v2/characters
- Added binding information as
binding
andbound_to
(#108)
- Added binding information as
- Updated /v2/account
- November 9
- Enabled /v2/account/achievements (#96)
- November 6
- Enabled /v2/account/minis (#107)
- Enabled /v2/minis (#107)
- October 27
- Updated /v2/colors
- Updated /v2/wvw/objectives
- October 6
- Enabled /v2/achievements (#96)
- Enabled /v2/achievements/daily (#96)
- Enabled /v2/wvw/matches (#94)
- September 23
- Enabled /v2/wvw/objectives (#91)
- Updated /v2/continents
- Added the chat link as
chat_link
(#95)
- Added the chat link as
- Updated /v2/items
- Added the chat link as
chat_link
(#95)
- Added the chat link as
- Updated /v2/recipes
- Added the chat link as
chat_link
(#95)
- Added the chat link as
- Updated /v2/skills
- Added the chat link as
chat_link
(#95)
- Added the chat link as
- Updated /v2/traits
- Added the chat link as
chat_link
(#95)
- Added the chat link as
- September 3
- Enabled /v2/characters/:id/specializations (#85)
- Enabled /v2/pvp/games (#89)
- Enabled /v2/pvp/stats (#41)
- Enabled /v2/traits (replacing /v2/traits-beta, #67)
- August 27
- Enabled /v2/account/dyes (#81)
- Enabled /v2/account/skins (#81)
- Enabled /v2/account/wallet (#84)
- Enabled /v2/currencies (#84)
- August 26
- Updated /v2/worlds
- Added population status as
population
(#82)
- Added population status as
- Updated /v2/worlds
- August 20
- Added cache expiration headers:
Cache-Control
andExpires
(#73)
- Added cache expiration headers:
- August 5
- Updated /v2/specializations
- Added specialization background images as
background
(#77)
- Added specialization background images as
- Updated /v2/specializations
- July 30
- Enabled /v2/specializations (#42)
- Enabled /v2/traits-beta (#67)
- July 28
- Updated /v2/characters
- Added crafting disciplines as
crafting
(#49)
- Added crafting disciplines as
- Updated /v2/characters
- June 25
- Enabled /v2/account/bank (#12)
- Enabled /v2/account/materials (#13)
- Enabled /v2/characters/:id/inventory (#36)
- Enabled /v2/characters/:id/equipment (#36)
- Enabled /v2/materials (#13)
- June 23
- Updated /v2/account
- Added account creation date as
created
(#33)
- Added account creation date as
- Updated /v2/characters
- Added support for the
Accept-Language
header (#30)
- Updated /v2/account
2014
- October 24
- Enabled /v2/recipes
- Enabled /v2/recipes/search
- Enabled /v2/worlds
- September 25
- Enabled /v2/items
- September 10
- Enabled /v2/commerce/prices
- September 8
- Enabled /v2/commerce/exchange
- Enabled /v2/commerce/listings
- July 11
- Enabled /v2/quaggans
2013
- October 15
- Updated /v1/wvw/match_details
- Each object in the "maps" array was given a "bonuses" array. This array gives information on which bonuses are coming from each map, and which team has them. "Borderlands Bloodlust" ownership information appears in this array.
- Fixed a bug which prevented Ruins objectives which time-decayed to a neutral/uncaptured state from being listed as "Neutral".
- Updated /v1/wvw/match_details
- August 6
- Enabled the rendering service for retrieving game assets in web-friendly form
- Enabled /v1/files that lists some generic useful UI icons that can be retrieved from the rendering service
- Updated /v1/item_details to show item icon ids that can be used in conjunction with the rendering service
- June 22
- Enabled /v1/event_details
- This API returns more detailed information about events, including their starting position in the world. This can be used in conjunction with the map API to show the position of events on the world map.
- Enabled /v1/event_details
- June 20
- Enabled /v1/maps and the world map tile service
- These two services can be used together to create world maps outside of the game, and will serve as the basis for future map-based API content.
- Enabled /v1/maps and the world map tile service
- June 11
- Updated /v1/events
- Added a new state called
"Inactive"
- The inactive state is slightly different from the warmup state. An event in warmup is waiting for specific criteria to startup (usually, some amount of time must pass). An inactive event will stay inactive until it is activated by some external event.
- Added a new state called
- Updated /v1/events
- June 7
- Updated /v1/item_details
- June 6
- Updated /v1/item_details
- Added bonus tiers for upgrade components
- Fixed
"SoulBindOnUse"
flag for certain items
- Updated /v1/item_details
- June 3
- Updated /v1/colors
- Added pre-calculated RGB values for users who only want an RGB value and are not planning to apply the color to a texture mask
- Added
base_rgb
value to each color returned - It now only returns "dye" colors (previously it returned skin, eye, hair, etc. colors in addition to dyes)
- Updated /v1/colors
- June 2
- Updated /v1/colors
- Color values should be more useful
- Fixed JSON types
- The colors now only include the materials that are actually defined for them
- Updated /v1/colors
- June 1
- Updated /v1/colors
- The color values have been improved to be easier to use, and localized text names for the colors were added
- Updated /v1/guild_details
- Emblem information is now easier to parse
- Updated /v1/colors
- May 31
- Enabled /v1/guild_details, /v1/build, /v1/colors
- Updated /v1/recipe_details
- Added recipe restrictions and flags
- Updated /v1/wvw/matches
- Added
start_time
andend_time
- Added
- Updated /v1/item_details
- Output has been improved so that null properties are more easily interpreted (forum)
- Infusion slots now show the
item_id
of the infusion instead of the full item details
- Item discovery has been improved, so hopefully any missing item issues will be resolved
- May 23
- Added the following
Cache-Control
header for dynamic content:Cache-Control: no-cache
- Added the following
- May 20
- Added support for CORS:
Access-Control-Allow-Origin: *
- Added support for CORS: