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=growthtasks (gt)

(main | query | growthtasks)
  • This module is internal or unstable. Its operation may change without notice.
  • This module requires read rights.
  • This module can be used as a generator.
  • Source: GrowthExperiments
  • License: GPL-3.0-or-later

Get task recommendations suitable for newcomers.

Suggests a set of articles which have some outstanding issues easy enough for a new editor to tackle.

Parameters:
gttasktypes

Task types to limit results to. Leave empty to receive all suggestions.

suggested-image
(no description)
Values (separate with | or alternative): suggested-image
Default: (empty)
gttopics

Article topics to prefer in task suggestions.

Values (separate with | or alternative):
Default: (empty)
gtlimit

Maximum number of task suggestions to return.

Type: integer or max
The value must be between 0 and 250.
gtoffset

When more results are available, use this to continue.

Type: integer
The value must be no less than 1.
gtdebug

Add debug data to the output.

Type: boolean (details)
Examples:
Get task recommendations for copyediting-type tasks for the current user.
api.php?action=query&list=growthtasks&gttasktypes=copyedit [open in sandbox]
Get task recommendations for the current user, with extended information about the pages.
api.php?action=query&generator=growthtasks&ggtlimit=max&prop=info|revision [open in sandbox]