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=jsondata
(main | jsondata)
- Questo modulo è interno o instabile e non dovresti usarlo. Il suo funzionamento potrebbe variare senza preavviso.
- Questo modulo richiede i diritti di lettura.
- Fonte: JsonConfig
- Licenza: GPL-2.0-or-later
Retrieve localized JSON data.
Parametro specifico:
Sono disponibili altri parametri generali.
- title
Title to get. By default assumes namespace to be "Data:"
- This parameter is required.
Esempi:
- Get JSON content of the Sample.tab page, localized to user's language
- api.php?action=jsondata&formatversion=2&format=jsonfm&title=Sample.tab [apri in una sandbox]
- Get JSON content of the Sample.tab page localized to French
- api.php?action=jsondata&formatversion=2&format=jsonfm&title=Sample.tab&uselang=fr [apri in una sandbox]