Showing Posts For Nosferu.5743:

Guild - general information

in API Development

Posted by: Nosferu.5743

Nosferu.5743

Okay, thank you

Guild - general information

in API Development

Posted by: Nosferu.5743

Nosferu.5743

Hi,
i’ve got a question concerning the guild information that may currently be accessed.

Github lists
// GET v2/guilds/:id or v2/guilds?ids=:id
as endpoint, which contains member count and member capacity.
As far as i can see the active endpoint is v2/guild/id, which does not contain the member count and limit.

Is there any way to retrieve the current member count and limit?
(member count could of course be retrieved using member list and check the number of entries but it seems as if once a slightly easier way existed)

guild/log - upgrades

in API Development

Posted by: Nosferu.5743

Nosferu.5743

Nice to hear, thank you!

Unusual ID

in API Development

Posted by: Nosferu.5743

Nosferu.5743

It could maybe concern all decoration “upgrades” – i’ve noticed the same effect for id 71255 – basic tree
and some others.

(Maybe our posts should be merged, since it’s more or less the same issue https://forum-en.gw2archive.eu/forum/community/api/guild-log-upgrades/first#post6457937)

guild/log - upgrades

in API Development

Posted by: Nosferu.5743

Nosferu.5743

Hi,
i’ve got a short question concerning the guild log and it’s related gw2-wiki-entry (https://wiki.guildwars2.com/wiki/API:2/guild/:id/log).

The issue is realted with the “upgrade” keyword (type).
A log entry may look like this (name removed):
{
“id”: 156214,
“time”: “2017-01-07T20:25:47.000Z”,
“type”: “upgrade”,
“upgrade_id”: 71255,
“count”: 1,
“action”: “completed”,
“user”: “—-”
},
Problem: the upgrade id was moved (? – it worked until a few days ago) to the item list (https://api.guildwars2.com/v2/items/71255), which means: the log entry is labeled as upgrade, has an upgrade-id but provides an item-id.

Will there be any update to the API which allows to differ upgrade-id’s from item-id’s or is there any safe way already?