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
action=feedthreads
(main | feedthreads)
- This module requires read rights.
- Source: Liquid Threads
- License: GPL-2.0-or-later
Return a feed of discussion threads.
Specific parameters:
Other general parameters are available.
- feedformat
The format of the feed.
- One of the following values: atom, rss
- Default: rss
- days
Number of days of threads to show.
- Type: integer
- The value must be between 1 and 30.
- Default: 7
- type
Types of posts to show.
- Values (separate with | or alternative): newthreads, replies
- Default: newthreads
- talkpage
Limit results to threads on these talk pages.
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- thread
Limit results to these threads and their descendants.
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
Examples:
- Show a feed of all new threads
- api.php?action=feedthreads [open in sandbox]
- Show a feed of replies on Thread:Foo
- api.php?action=feedthreads&type=replies&thread=Thread:Foo [open in sandbox]
- Show a feed of new threads on Talk:Main Page
- api.php?action=feedthreads&type=newthreads&talkpage=Talk:Main_Page [open in sandbox]