Showing Posts For WeAreTwO.9780:

Question about guild members endpoint

in API Development

Posted by: WeAreTwO.9780

WeAreTwO.9780

Hello,
please make sure the leaders’ API key is generated with the ‘guilds’ permission. When the key is generated there are checkboxes which have to be checked.

Search Item-ID by name

in API Development

Posted by: WeAreTwO.9780

WeAreTwO.9780

Hello,
someone already build such an API: http://www.gw2shinies.com/doc-api
I don’t know how big your project is, but if it is a bigger one I would ask the developer for permission.

Otherwise it is very easy to build your own service with a document store database such as MongoDB or CouchDB and a simple Java or Node.js backend.

Best regards.

Flashpoint Achievement Ids

in API Development

Posted by: WeAreTwO.9780

WeAreTwO.9780

This Forum seems to be html aware… I mean I had to replace ’& amp; ’ (without the space) with a normal &.

Flashpoint Achievement Ids

in API Development

Posted by: WeAreTwO.9780

WeAreTwO.9780

For me the given URL worked with my API Key. The only Problem I had was that I hat to replace & with a normal &.

HEADS UP: rate limiting is coming

in API Development

Posted by: WeAreTwO.9780

WeAreTwO.9780

Would it be legit if I use my own server for static API requests and only use the official API for account bounded requests? My Server would then have its own database of items for example and only updates this database like every 24h? This would help reducing traffic, but I’m not sure if this would count as stealing content or intellectual property.