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=gettingstartedgetpages (gsgp)

(main | query | gettingstartedgetpages)
  • This module requires read rights.
  • This module can be used as a generator.
  • Source: GettingStarted
  • License: GPL-2.0-or-later

This API is for getting a list of one or more pages related to a particular GettingStarted task.

Parameters:
gsgptaskname

Task name, generally either "copyedit" (copy-editing suggestions) or "morelike" (pages similar to the base page/excluded title)

This parameter is required.
gsgpexcludedtitle

Full title of a page to exclude from the list; also used as the base title for recommendations based on a given page

gsgpcount

Requested count; will attempt to fetch this exact number, but may fetch fewer if no more are found after multiple attempts

This parameter is required.
Type: integer