#28 - May 28, 2013, 1:41 p.m.
OK, so for the first guild API release, this is what I’m considering:
/v1/guild_details.json?guild_id=xxxx
Would return name, tag, and emblem data.
The emblem would be in the form
“%i, %i, %i, %i, %i, %i”
background ID, foreground ID, flags, color 0, color 1, color 2
flags define things like flip image horizontally or vertically
like “1,62,0,114,114,93”
At some point we’d like to be able to render images on our servers so that you don’t have to, but that’s not available yet. I know there are some emblem creator websites and apps already — is this enough information to feed into those so that you can generate emblems?
Also, if you have any other ideas for public information that would be useful that could go into this API, let me know. Your ideas for authenticated/private APIs are good — this thread will be a useful reference for when we have the ability to implement them.