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)
- มอดูลนี้เป็นมอดูลภายในหรือไม่เสถียร การดำเนินการของมอดูลนี้อาจเปลี่ยนแปลงได้โดยไม่แจ้งให้ทราบล่วงหน้า
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: JsonConfig
- สัญญาอนุญาต: GPL-2.0-or-later
Retrieve localized JSON data.
Specific parameter:
Other general parameters are available.
- title
Title to get. By default assumes namespace to be "Data:"
- This parameter is required.
ตัวอย่าง:
- Get JSON content of the Sample.tab page, localized to user's language
- api.php?action=jsondata&formatversion=2&format=jsonfm&title=Sample.tab [เปิดในกระบะทราย]
- Get JSON content of the Sample.tab page localized to French
- api.php?action=jsondata&formatversion=2&format=jsonfm&title=Sample.tab&uselang=fr [เปิดในกระบะทราย]