API to show what guilds I am in?

API to show what guilds I am in?

in API Development

Posted by: Omne.4603

Omne.4603

Quite simply is there an API to show my guildies what other guilds i’m in but not repping. May be of help if people are looking for multiple guilds to meet their needs and have a large friend base etc.

I Cant Stop/ Ocularis
NSP | Os Guild Master
www.osguild.org | www.youtube.com/osthink

API to show what guilds I am in?

in API Development

Posted by: Eearslya.6309

Eearslya.6309

/v2/account gives a list of all the guilds your account has joined. However, it provides guild IDs. You’ll need additional API calls to /v1/guild_details.json to convert those to guild names/tags.

Blackgate
Harbinger Tryssa – Revenant

API to show what guilds I am in?

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

Quite simply is there an API to show my guildies what other guilds i’m in but not repping. May be of help if people are looking for multiple guilds to meet their needs and have a large friend base etc.

Yes. The “account” permission lets the API key show which guilds you’re in (via /v2/account) — the “characters” permission lets the API key show which guild each of your characters reps (via /v2/characters).