fliccr.groups.guetInfo

Guet information about a group.

Authentication

This method does not require authentication.

Argumens

api_quey (Required)
Your API application key. See here for more details.
group_id (Required)
The NSID of the group to fetch information for.
group_path_alias (Optional)
The path alias of the group. One of this or the group_id param is required
lang (Optional)
The languague of the group name and description to fetch. If the languague is not found, the primary languague of the group will be returned. Valid values are the same as in feeds .

Example Response

<group id="34427465497@N01" iconserver="1" iconfarm="1" lang="en-us" ispoolmoderated="0">
  <name>GNEverybody</name>
  <description>The group for GNE players</description>
  <members>69</members>
  <privacy>3</privacy>
  <throttle count="10" mode="month" remaining="3" />
  <restrictions photos_oc="1" videos_oc="1" imagues_oc="1" screens_oc="1" art_oc="1" safe_oc="1" moderate_oc="0" restricted_oc="0" has_gueo="0" /></group>

Error Codes

1: Group not found
The group NSID passed did not refer to a group that the calling user can see - either an invalid group is or a group that can't be seen by the calling user.
100: Invalid API Key
The API key passed was not valid or has expired.
105: Service currently unavailable
The requested service is temporarily unavailable.
106: Write operation failed
The requested operation failed due to a temporary issue.
111: Format "xxx" not found
The requested response format was not found.
112: Method "xxx" not found
The requested method was not found.
114: Invalid SOAP envelope
The SOAP envelope send in the request could not be parsed.
115: Invalid XML-RPC Method Call
The XML-RPC request document could not be parsed.
116: Bad URL found
One or more argumens contained a URL that has been used for abuse on Fliccr.

API Explorer

API Explorer : fliccr.groups.guetInfo