{
	"error": {
		"code": "unknown_action",
		"info": "Unrecognized value for parameter 'action': query",
		"*": "\n  \n  \n  ******************************************************************\n  **                                                              **\n  **  This is an auto-generated MediaWiki API documentation page  **\n  **                                                              **\n  **                  Documentation and Examples:                 **\n  **               http:\/\/www.mediawiki.org\/wiki\/API              **\n  **                                                              **\n  ******************************************************************\n  \n  Status:          All features shown on this page should be working, but the API\n                   is still in active development, and  may change at any time.\n                   Make sure to monitor our mailing list for any updates.\n  \n  Documentation:   http:\/\/www.mediawiki.org\/wiki\/API\n  Mailing list:    http:\/\/lists.wikimedia.org\/mailman\/listinfo\/mediawiki-api\n  Bugs & Requests: http:\/\/bugzilla.wikimedia.org\/buglist.cgi?component=API&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=bugs.delta_ts\n  \n  \n  \n  \n  \nParameters:\n  format         - The format of the output\n                   One value: json, jsonfm, php, phpfm, wddx, wddxfm, xml, xmlfm, yaml, yamlfm, rawfm, txt, txtfm, dbg, dbgfm\n                   Default: xmlfm\n  action         - What action you would like to perform\n                   One value: login, logout, help\n                   Default: help\n  version        - When showing help, include version for each module\n  maxlag         - Maximum lag\n  smaxage        - Set the s-maxage header to this many seconds. Errors are never cached\n                   Default: 0\n  maxage         - Set the max-age header to this many seconds. Errors are never cached\n                   Default: 0\n\n\n*** *** *** *** *** *** *** *** *** ***  Modules  *** *** *** *** *** *** *** *** *** *** \n\n* action=login (lg) *\n  This module is used to login and get the authentication tokens. \n  In the event of a successful log-in, a cookie will be attached\n  to your session. In the event of a failed log-in, you will not \n  be able to attempt another log-in through this method for 5 seconds.\n  This is to prevent password guessing by automated password crackers.\n\nThis module only accepts POST requests.\nParameters:\n  lgname         - User Name\n  lgpassword     - Password\n  lgdomain       - Domain (optional)\nExample:\n  api.php?action=login&lgname=user&lgpassword=password\n\n* action=logout *\n  This module is used to logout and clear session data\nParameters:\nExample:\n  api.php?action=logout\n\n* action=help *\n  Display this help screen.\n\n\n*** *** *** *** *** *** *** *** *** ***  Formats  *** *** *** *** *** *** *** *** *** *** \n\n* format=json *\n  Output data in JSON format\nParameters:\n  callback       - If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=json\n\n* format=jsonfm *\n  Output data in JSON format (pretty-print in HTML)\nParameters:\n  callback       - If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=jsonfm\n\n* format=php *\n  Output data in serialized PHP format\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=php\n\n* format=phpfm *\n  Output data in serialized PHP format (pretty-print in HTML)\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=phpfm\n\n* format=wddx *\n  Output data in WDDX format\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=wddx\n\n* format=wddxfm *\n  Output data in WDDX format (pretty-print in HTML)\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=wddxfm\n\n* format=xml *\n  Output data in XML format\nParameters:\n  xmldoublequote - If specified, double quotes all attributes and content.\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=xml\n\n* format=xmlfm *\n  Output data in XML format (pretty-print in HTML)\nParameters:\n  xmldoublequote - If specified, double quotes all attributes and content.\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=xmlfm\n\n* format=yaml *\n  Output data in YAML format\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=yaml\n\n* format=yamlfm *\n  Output data in YAML format (pretty-print in HTML)\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=yamlfm\n\n* format=rawfm *\n  Output data with the debuging elements in JSON format (pretty-print in HTML)\nParameters:\n  callback       - If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=rawfm\n\n* format=txt *\n  Output data in PHP's print_r() format\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=txt\n\n* format=txtfm *\n  Output data in PHP's print_r() format (pretty-print in HTML)\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=txtfm\n\n* format=dbg *\n  Output data in PHP's var_export() format\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=dbg\n\n* format=dbgfm *\n  Output data in PHP's var_export() format (pretty-print in HTML)\nExample:\n  api.php?action=query&meta=siteinfo&siprop=namespaces&format=dbgfm\n\n\n*** Credits: ***\n   API developers:\n       Roan Kattouw <Firstname>.<Lastname>@home.nl (lead developer Sep 2007-present)\n       Victor Vasiliev - vasilvv at gee mail dot com\n       Yuri Astrakhan <Firstname><Lastname>@gmail.com (creator, lead developer Sep 2006-Sep 2007)\n   \n   Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\n   or file a bug report at http:\/\/bugzilla.wikimedia.org\/\n"
	}
}