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)
{
"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?
{ "text": "invalid key" }
or something along those lines
GoogleSheets Script - WvW Pip Reward Track
by Butters.2807 in API DevelopmentHi guys, first time poster on here. I was wondering if anyone knew anything about google sheets script?
I currently have a WvW Skirmish Ticket helper spreadsheet.We don't have API endpoints for pulling pip progress so I currently enter the following into a spreadsheet:
- Pip Chest Type (eg wood, bronze etc), selected from a drop down
- Tier
- Current Pips earned
- Average pips per tick
- Amount of Skirmish Tickets (currently I use the API to pull this directly so theres no need to enter)
Icon for Outlaw Outfit isn't loading
by Vegeta.2563 in API DevelopmentLink to the image is https://render.guildwars2.com/file/2D53434B68B6B42DD5CE3F2BBB0F9521560CBC20/1692048.png
Translating Mumble coordinates to API:2/maps coordinates
by Grax.9204 in API DevelopmentHello there
I am struggling to translate the coordinates provided by the mumble file into ones that match the coordinate system used by the API:2/maps.
More precisely, I am working with the coordinates from TacO files which are based on the mumble coordinates.The mumble coordinates seem to be relative to the current map while the maps API provides coordinates for an entire continent.
So what I tried is to add a maps continent_rect NW x and y values to the map relative coordinates from mumble.
The resulting coordinates are offset though. It appears that the map relative coordinates are not based on the maps NW corner but some seemingly random spot somewhere in the maps middle.So I tried to calculate the maps center point using the API:2/maps coordinate_rect information.