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=random (rn)

(main | query | random)
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo può essere utilizzato come generatore.
  • Fonte: MediaWiki
  • Licenza: GPL-2.0-or-later

Get a set of random pages.

Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, Main Page is the first random page in the list, List of fictional monkeys will always be second, List of people on stamps of Vanuatu third, etc.

Parametri specifici:
Sono disponibili altri parametri generali.
rnnamespace

Restituisci le pagine solo in questi namespace.

Valori (separati da | o alternativa): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 420, 421, 828, 829
Per specificare tutti i valori, utilizza *.
rnfilterredir

How to filter for redirects.

Uno dei seguenti valori: all, nonredirects, redirects
Predefinito: nonredirects
rnminsize

Limit to pages with at least this many bytes.

Type: integer
rnmaxsize

Limit to pages with at most this many bytes.

Type: integer
rncontentmodel

Filter pages that have the specified content model.

Uno dei seguenti valori: GeoJSON, GeoJson, Scribunto, css, javascript, json, text, unknown, wikitext
rnredirect
Deprecato.

Usa rnfilterredir=redirects invece.

Tipo: booleano (dettagli)
rnlimit

Limit how many random pages will be returned.

Tipo: intero o max
The value must be between 1 and 500.
Predefinito: 1
rncontinue

Quando più risultati sono disponibili, usa questo per continuare. Informazioni più dettagliate su come continuare le query possono essere trovate su mediawiki.org.

Esempi:
Restituisce due pagine casuali dal namespace principale.
api.php?action=query&list=random&rnnamespace=0&rnlimit=2 [apri in una sandbox]
Return page info about two random pages from the main namespace.
api.php?action=query&generator=random&grnnamespace=0&grnlimit=2&prop=info [apri in una sandbox]
Return page info about one random page from the main namespace that has at least 500 bytes of text.
api.php?action=query&list=random&rnnamespace=0&rnlimit=1&minsize=500 [apri in una sandbox]