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)
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?
{ "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)