apoch on master
/v2/pvp/seasons: add .ranks. Merge pull request #535 from ar… (compare)
apoch on master
add missing name tag to /v2/rac… Merge pull request #609 from Th… (compare)
Soldiers are gods
by Beowulf.5678 in API DevelopmentIt didn't hurt him. He's invincible. This kitten made the game The soldiers are in the circle.Look at five people.
Suggestion for daily achievements
by Elfo Bianco.3786 in API DevelopmentHi,
APIv2:/achievements/daily and APIv2:/achievements/daily/tomorrow actually miss lot of informations.
I know that actually you are working hard on API, and that API is not fully back to its power, but for when it will happen I have a suggestion to discuss with you about the two endpoints above.
From in-game menu we have lot of categories in Daily group, but the the mentioned endpoints return only pve, pvp, wvw, fractals, and special; all as Object.
Hoping that you will integrate all the Dailies, I have a question: why these two endpoints don't return any ID!?
All other endpoints that don't require authentication return them, I don't understand why in these cases there aren't string ID like "id":"pvp", "id":"pve","id": "wvw", "id":"fractals", "id":"special" and so on, instead of object called with those names.
Considering that you sometimes add new Daily categories I think that uniform these endpoints to the others would be the best choice.
Something strange from APIv2/items
by Elfo Bianco.3786 in API DevelopmentHi, I'm updating a local data file from APIv2/items endpoint, but now I have noticed that sometimes (especially when I update data and at the same time API adds new IDs to the same endpoint) I get the exact total amount of IDs as reported in "x-result-total" header, but some of them are duplicates while others (same amount of duplicates) are missing.
Different languages of the same endpoint may return distinct missing/duplicates IDs.Just to mention, because I'm not sure that what I'm writing now is related to the bug above, few days ago I got 57 IDs from APIv2/wvw/upgrades, but now this endpoint return only 48 IDs; ID: 5,6,9,24,26,32,47,49,58 are no more whitelisted.
Anyway I have opened the discuss about APIv2/items, but I'm pretty sure that this bug happened even with APIv2/recipes and maybe few other endpoints.
I'd like to know if someone else could confirm the issue.
How does /v2/wvw/matches/stats endpoints teams and guilds work?
by Nokomis.5076 in API DevelopmentHi everyone,
in the API main page, there are these endpoints:
/v2/wvw/matches/stats/:id/teams/:team/top/kdr
/v2/wvw/matches/stats/:id/teams/:team/top/kills
/v2/wvw/matches/stats/:id/guilds/:guild_idHow does any of these work? :id represents the match, right? So 2-1 to 2-5 or 1-1 to 1-4
If I add the team (red, blue or green) into the first two then I always get an empty array: []
And whatever guild ID I enter into the last one, I always get {"text": "no data for guild"} even so I entered a guild ID from one of the claimed_by entries from the objectives from one of the matches.
Render Service isn't working
by peekaay.3471 in API DevelopmentI'm trying to load files via the render service, and it keeps throwing file couldnt load error.
Is the service down?
Magic Find
by Dash.3179 in API DevelopmentIs there any way to view a characters/Account-wide Magic Find?
I feel like this should be in "v2/characters", or at least have the account's base stat under "account", but I can't see it anywhere.
{
"name":"Starter Backpack",
"description":"A 20 slot bag for beginning characters.",
"type":"Bag",
"level":0,
"rarity":"Basic",
"vendor_value":11,
"game_types":[
"Activity",
"Wvw",
"Dungeon",
"Pve"
],
"flags":[
"NoSell",
"SoulbindOnAcquire",
"SoulBindOnUse"
],
"restrictions":[
],
"id":8932,
"chat_link":"[&AgHkIgAA]",
"icon":"https://render.guildwars2.com/file/80E36806385691D4C0910817EF2A6C2006AEE353/61755.png",
"details":{
"no_sell_or_sort":false,
"size":20
}
}
Teamspeak auto-verify through API
by ClaraFee.2579 in API DevelopmentHi friends! I recently played on a WvW Teamspeak that has an auto-verify feature that works with the GW2 API. This was Fort Aspenwood specifically, but I know Blackgate has something similar too.
I want to add this to the Teamspeak server that I run. Do any of you have any links to this resource and/or instructions on how to do it? Thanks for your time.
[Suggestion] Ability to capture an event when an API key is deleted.
by peekaay.3471 in API DevelopmentBasically an event or via a web hook, to subscribe to a API key delete. (or more kinds of event, if any)
Is this a possible feature?