MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=gadgetcategories (gc)
- This module requires read rights.
 - Source: Gadgets
 - License: GPL-2.0-or-later
 
Returns a list of gadget sections.
Specific parameters:
Other general parameters are available.
- gcprop
 What gadget section information to get:
- name
 - Internal section name.
 - title
 - Section title.
 - members
 - Number of gadgets in section.
 
- Values (separate with | or alternative): members, name, title
 - Default: name
 - gcnames
 Names of sections to retrieve.
- Separate values with | or alternative.
 - Maximum number of values is 50 (500 for clients that are allowed higher limits).
 
Examples:
- Get a list of existing gadget sections
 - api.php?action=query&list=gadgetcategories [open in sandbox]
 - Get all information about sections named "foo" and "bar"
 - api.php?action=query&list=gadgetcategories&gcnames=foo|bar&gcprop=name|title|members [open in sandbox]