{
  "stat": "ok",
  "method": {
    "response": {
      "_content": "<groups page=\"1\" pages=\"14\" perpage=\"5\" total=\"67\">\n\t<group nsid=\"3000@N02\"\n\t\tname=\"Frito's Test Group\" eighteenplus=\"0\" /> \n\t<group nsid=\"32825757@N00\"\n\t\tname=\"Free for All\" eighteenplus=\"0\" /> \n\t<group nsid=\"33335981560@N01\"\n\t\tname=\"joly's mothers\" eighteenplus=\"0\" /> \n\t<group nsid=\"33853651681@N01\"\n\t\tname=\"Wintermute tower\" eighteenplus=\"0\" /> \n\t<group nsid=\"33853651696@N01\"\n\t\tname=\"Art and Literature Hoedown\" eighteenplus=\"0\" /> \n</groups>"
    },
    "requiredperms": 0,
    "needssigning": 0,
    "needslogin": 0,
    "name": "flickr.groups.search",
    "description": {
      "_content": "Search for groups. 18+ groups will only be returned for authenticated calls where the authenticated user is over 18."
    }
  },
  "errors": {
    "error": [
      {
        "message": "No text passed",
        "code": "1",
        "_content": "The required text argument was ommited."
      },
      {
        "message": "Invalid API Key",
        "code": 100,
        "_content": "The API key passed was not valid or has expired."
      },
      {
        "message": "Service currently unavailable",
        "code": 105,
        "_content": "The requested service is temporarily unavailable."
      },
      {
        "message": "Write operation failed",
        "code": 106,
        "_content": "The requested operation failed due to a temporary issue."
      },
      {
        "message": "Format \"xxx\" not found",
        "code": 111,
        "_content": "The requested response format was not found."
      },
      {
        "message": "Method \"xxx\" not found",
        "code": 112,
        "_content": "The requested method was not found."
      },
      {
        "message": "Invalid SOAP envelope",
        "code": 114,
        "_content": "The SOAP envelope send in the request could not be parsed."
      },
      {
        "message": "Invalid XML-RPC Method Call",
        "code": 115,
        "_content": "The XML-RPC request document could not be parsed."
      },
      {
        "message": "Bad URL found",
        "code": 116,
        "_content": "One or more arguments contained a URL that has been used for abuse on Flickr."
      }
    ]
  },
  "arguments": {
    "argument": [
      {
        "optional": 0,
        "name": "api_key",
        "_content": "Your API application key. <a href=\"/services/api/misc.api_keys.html\">See here</a> for more details."
      },
      {
        "optional": "0",
        "name": "text",
        "_content": "The text to search for."
      },
      {
        "optional": "1",
        "name": "per_page",
        "_content": "Number of groups to return per page. If this argument is ommited, it defaults to 100. The maximum allowed value is 500."
      },
      {
        "optional": "1",
        "name": "page",
        "_content": "The page of results to return. If this argument is ommited, it defaults to 1. "
      }
    ]
  }
}