MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=query
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
MediaWikiからデータを取得します。
All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.
- prop
照会ページ用に、どのプロパティを取得するか。
- categories
- ページが属するすべてのカテゴリを一覧表示します。
- categoryinfo
- 与えられたカテゴリに関する情報を返します。
- contributors
- ページへのログインした投稿者の一覧と匿名投稿者の数を取得します。
- deletedrevisions
- 削除された版の情報を取得します。
- duplicatefiles
- ハッシュ値に基づいて与えられたファイルの全ての重複ファイルを返します。
- extlinks
- 与えられたページにあるすべての外部URL (インターウィキを除く) を返します。
- fileusage
- 与えられたファイルを利用しているすべてのページを返します。
- imageinfo
- ファイルの情報とアップロード履歴を返します。
- images
- 与えられたページに含まれるすべてのファイルを返します。
- info
- ページの基本的な情報を取得します。
- iwlinks
- ページからのすべてのウィキ間リンクを返します。
- langlinks
- ページからのすべての言語間リンクを返します。
- links
- ページからのすべてのリンクを返します。
- linkshere
- 与えられたページにリンクしているすべてのページを返します。
- pageprops
- ページコンテンツで定義されている様々なページのプロパティを取得。
- redirects
- ページへのすべての転送を返します。
- revisions
- 版の情報を取得します。
- stashimageinfo
- Returns file information for stashed files.
- templates
- 与えられたページで参照読み込みされているすべてのページを返します。
- transcludedin
- 与えられたページを参照読み込みしているすべてのページを検索します。
- 値 (|もしくは別の文字列で区切る): categories、categoryinfo、contributors、deletedrevisions、duplicatefiles、extlinks、fileusage、imageinfo、images、info、iwlinks、langlinks、links、linkshere、pageprops、redirects、revisions、stashimageinfo、templates、transcludedin
- list
どの一覧を取得するか。
- allcategories
- すべてのカテゴリを一覧表示します。
- alldeletedrevisions
- 利用者によって削除された、または名前空間内の削除されたすべての版を一覧表示する。
- allfileusages
- 存在しないものを含め、すべてのファイルの使用状況を一覧表示する。
- allimages
- 順次すべての画像を列挙します。
- alllinks
- 与えられた名前空間へのすべてのリンクを一覧表示します。
- allpages
- Enumerate all pages sequentially in a given namespace.
- allredirects
- ある名前空間へのすべての転送を一覧表示する。
- allrevisions
- すべての版を一覧表示する。
- alltransclusions
- 存在しないものも含めて、すべての参照読み込み ({{x}} で埋め込まれたページ) を一覧表示します。
- allusers
- すべての登録利用者を一覧表示します。
- backlinks
- 与えられたページにリンクしているすべてのページを検索します。
- blocks
- ブロックされた利用者とIPアドレスを一覧表示します。
- categorymembers
- 与えられたカテゴリ内のすべてのページを一覧表示します。
- embeddedin
- Find all pages that embed (transclude) the given title.
- exturlusage
- 与えられたURLを含むページを一覧表示します。
- filearchive
- 削除されたファイルをすべて順に列挙します。
- imageusage
- Find all pages that use the given image title.
- iwbacklinks
- Find all pages that link to the given interwiki link.
- langbacklinks
- 与えられた言語間リンクにリンクしているすべてのページを返します。
- logevents
- Get events from logs.
- mystashedfiles
- Get a list of files in the current user's upload stash.
- pagepropnames
- Wiki内で使用されているすべてのページプロパティ名を一覧表示します。
- pageswithprop
- 与えられたページプロパティが使用されているすべてのページを一覧表示します。
- prefixsearch
- ページ名の先頭一致検索を行います。
- protectedtitles
- 作成保護が掛けられているページを一覧表示します。
- querypage
- Get a list provided by a QueryPage-based special page.
- random
- ランダムなページのセットを取得します。
- recentchanges
- 最近の更新を一覧表示します。
- search
- 全文検索を行います。
- tags
- 変更タグを一覧表示します。
- usercontribs
- 利用者によるすべての編集を取得します。
- users
- 利用者のリストについての情報を取得します。
- watchlist
- 現在の利用者のウォッチリストにあるページへの最近の更新を取得します。
- watchlistraw
- 現在の利用者のウォッチリストにあるすべてのページを取得します。
- deletedrevs
- 廃止予定です。 削除された版を一覧表示します。
- 値 (|もしくは別の文字列で区切る): allcategories、alldeletedrevisions、allfileusages、allimages、alllinks、allpages、allredirects、allrevisions、alltransclusions、allusers、backlinks、blocks、categorymembers、embeddedin、exturlusage、filearchive、imageusage、iwbacklinks、langbacklinks、logevents、mystashedfiles、pagepropnames、pageswithprop、prefixsearch、protectedtitles、querypage、random、recentchanges、search、tags、usercontribs、users、watchlist、watchlistraw、deletedrevs
- meta
どのメタデータを取得するか。
- allmessages
- Return messages from this site.
- authmanagerinfo
- Retrieve information about the current authentication status.
- filerepoinfo
- Return meta information about image repositories configured on the wiki.
- languageinfo
- Return information about available languages.
- siteinfo
- Return general information about the site.
- tokens
- データ変更操作用のトークンを取得します。
- userinfo
- 現在の利用者に関する情報を取得します。
- 値 (|もしくは別の文字列で区切る): allmessages、authmanagerinfo、filerepoinfo、languageinfo、siteinfo、tokens、userinfo
- indexpageids
Include an additional pageids section listing all returned page IDs.
- 型: 真偽値 (詳細)
- export
指定されたまたは生成されたすべてのページの、現在の版を書き出します。
- 型: 真偽値 (詳細)
- exportnowrap
Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with query+export.
- 型: 真偽値 (詳細)
- exportschema
Target the given version of the XML dump format when exporting. Can only be used with query+export.
- 値 (次の値のいずれか1つ): 0.10、0.11
- Default: 0.11
- iwurl
タイトルがウィキ間リンクである場合に、完全なURLを取得するかどうか。
- 型: 真偽値 (詳細)
- continue
When more results are available, use this to continue.
- rawcontinue
Return raw query-continue data for continuation.
- 型: 真偽値 (詳細)
- titles
対象のページ名のリスト。
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- pageids
対象のページIDのリスト。
- 型: 整数のリスト
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- revids
対象の版IDのリスト。
- 型: 整数のリスト
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- generator
クエリモジュールを実行することにより対象のページの一覧を取得する。
注意 Generator パラメーターの名前は "g" で始まります。例を参照してください。
- allcategories
- すべてのカテゴリを一覧表示します。
- alldeletedrevisions
- 利用者によって削除された、または名前空間内の削除されたすべての版を一覧表示する。
- allfileusages
- 存在しないものを含め、すべてのファイルの使用状況を一覧表示する。
- allimages
- 順次すべての画像を列挙します。
- alllinks
- 与えられた名前空間へのすべてのリンクを一覧表示します。
- allpages
- Enumerate all pages sequentially in a given namespace.
- allredirects
- ある名前空間へのすべての転送を一覧表示する。
- allrevisions
- すべての版を一覧表示する。
- alltransclusions
- 存在しないものも含めて、すべての参照読み込み ({{x}} で埋め込まれたページ) を一覧表示します。
- backlinks
- 与えられたページにリンクしているすべてのページを検索します。
- categories
- ページが属するすべてのカテゴリを一覧表示します。
- categorymembers
- 与えられたカテゴリ内のすべてのページを一覧表示します。
- deletedrevisions
- 削除された版の情報を取得します。
- duplicatefiles
- ハッシュ値に基づいて与えられたファイルの全ての重複ファイルを返します。
- embeddedin
- Find all pages that embed (transclude) the given title.
- exturlusage
- 与えられたURLを含むページを一覧表示します。
- fileusage
- 与えられたファイルを利用しているすべてのページを返します。
- images
- 与えられたページに含まれるすべてのファイルを返します。
- imageusage
- Find all pages that use the given image title.
- iwbacklinks
- Find all pages that link to the given interwiki link.
- langbacklinks
- 与えられた言語間リンクにリンクしているすべてのページを返します。
- links
- ページからのすべてのリンクを返します。
- linkshere
- 与えられたページにリンクしているすべてのページを返します。
- pageswithprop
- 与えられたページプロパティが使用されているすべてのページを一覧表示します。
- prefixsearch
- ページ名の先頭一致検索を行います。
- protectedtitles
- 作成保護が掛けられているページを一覧表示します。
- querypage
- Get a list provided by a QueryPage-based special page.
- random
- ランダムなページのセットを取得します。
- recentchanges
- 最近の更新を一覧表示します。
- redirects
- ページへのすべての転送を返します。
- revisions
- 版の情報を取得します。
- search
- 全文検索を行います。
- templates
- 与えられたページで参照読み込みされているすべてのページを返します。
- transcludedin
- 与えられたページを参照読み込みしているすべてのページを検索します。
- watchlist
- 現在の利用者のウォッチリストにあるページへの最近の更新を取得します。
- watchlistraw
- 現在の利用者のウォッチリストにあるすべてのページを取得します。
- 値 (次の値のいずれか1つ): allcategories、alldeletedrevisions、allfileusages、allimages、alllinks、allpages、allredirects、allrevisions、alltransclusions、backlinks、categories、categorymembers、deletedrevisions、duplicatefiles、embeddedin、exturlusage、fileusage、images、imageusage、iwbacklinks、langbacklinks、links、linkshere、pageswithprop、prefixsearch、protectedtitles、querypage、random、recentchanges、redirects、revisions、search、templates、transcludedin、watchlist、watchlistraw
- redirects
query+titles, query+pageids, および query+revids, および query+generator によって返されたページの転送を自動的に解決する。
- 型: 真偽値 (詳細)
- converttitles
Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include en、crh、gan、iu、kk、ku、shi、sr、tg、uz および zh.
- 型: 真偽値 (詳細)
prop=categories (cl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページが属するすべてのカテゴリを一覧表示します。
- clprop
各カテゴリについて取得する追加のプロパティ:
- sortkey
- 返されるカテゴリのソートキー(sortkey、UTF-8による表示)と人間可読のソートキー (sortkeyprefix) を追加します。
- timestamp
- カテゴリが追加されたときのタイムスタンプを追加します。
- hidden
__HIDDENCAT__
で隠されているカテゴリに印を付ける。
- 値 (|もしくは別の文字列で区切る): hidden、sortkey、timestamp
- clshow
どの種類のカテゴリを表示するか。
- 値 (|もしくは別の文字列で区切る): !hidden、hidden
- cllimit
返すカテゴリの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- clcontinue
When more results are available, use this to continue.
- clcategories
Only list these categories. Useful for checking whether a certain page is in a certain category.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- cldir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- ページ Albert Einstein が属しているカテゴリの一覧を取得する。
- api.php?action=query&prop=categories&titles=Albert%20Einstein [サンドボックスで開く]
- ページ Albert Einstein で使われているすべてのカテゴリに関する情報を取得する。
- api.php?action=query&generator=categories&titles=Albert%20Einstein&prop=info [サンドボックスで開く]
prop=categoryinfo (ci)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたカテゴリに関する情報を返します。
- cicontinue
When more results are available, use this to continue.
- Category:Foo および Category:Bar に関する情報を取得する。
- api.php?action=query&prop=categoryinfo&titles=Category:Foo|Category:Bar [サンドボックスで開く]
prop=contributors (pc)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページへのログインした投稿者の一覧と匿名投稿者の数を取得します。
- pcgroup
Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.
- 値 (|もしくは別の文字列で区切る): bot、bureaucrat、emailconfirmed、interface-admin、suppress、sysop
- pcexcludegroup
Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.
- 値 (|もしくは別の文字列で区切る): bot、bureaucrat、emailconfirmed、interface-admin、suppress、sysop
- pcrights
Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
- 値 (|もしくは別の文字列で区切る): apihighlimits、applychangetags、autoconfirmed、autocreateaccount、autopatrol、bigdelete、block、blockemail、bot、browsearchive、changetags、confirmaccount、confirmaccount-notify、createaccount、createpage、createtalk、delete、deletebatch、deletebatch-spoof、deletechangetags、deletedhistory、deletedtext、deletelogentry、deleterevision、edit、editcontentmodel、editinterface、editmyoptions、editmyprivateinfo、editmyusercss、editmyuserjs、editmyuserjson、editmyuserjsredirect、editmywatchlist、editprotected、editsemiprotected、editsitecss、editsitejs、editsitejson、editusercss、edituserjs、edituserjson、hideuser、import、importupload、ipblock-exempt、lookupcredentials、managechangetags、markbotedits、mergehistory、minoredit、move、move-categorypages、move-rootuserpages、move-subpages、movefile、nominornewtalk、noratelimit、override-export-depth、pagelang、patrol、patrolmarks、protect、purge、read、requestips、reupload、reupload-own、reupload-shared、rollback、sendemail、siteadmin、skipcaptcha、suppressionlog、suppressredirect、suppressrevision、unblockself、undelete、unwatchedpages、upload、upload_by_url、usermerge、userrights、userrights-interwiki、viewmyprivateinfo、viewmywatchlist、viewsuppressed、writeapi
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- pcexcluderights
Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
- 値 (|もしくは別の文字列で区切る): apihighlimits、applychangetags、autoconfirmed、autocreateaccount、autopatrol、bigdelete、block、blockemail、bot、browsearchive、changetags、confirmaccount、confirmaccount-notify、createaccount、createpage、createtalk、delete、deletebatch、deletebatch-spoof、deletechangetags、deletedhistory、deletedtext、deletelogentry、deleterevision、edit、editcontentmodel、editinterface、editmyoptions、editmyprivateinfo、editmyusercss、editmyuserjs、editmyuserjson、editmyuserjsredirect、editmywatchlist、editprotected、editsemiprotected、editsitecss、editsitejs、editsitejson、editusercss、edituserjs、edituserjson、hideuser、import、importupload、ipblock-exempt、lookupcredentials、managechangetags、markbotedits、mergehistory、minoredit、move、move-categorypages、move-rootuserpages、move-subpages、movefile、nominornewtalk、noratelimit、override-export-depth、pagelang、patrol、patrolmarks、protect、purge、read、requestips、reupload、reupload-own、reupload-shared、rollback、sendemail、siteadmin、skipcaptcha、suppressionlog、suppressredirect、suppressrevision、unblockself、undelete、unwatchedpages、upload、upload_by_url、usermerge、userrights、userrights-interwiki、viewmyprivateinfo、viewmywatchlist、viewsuppressed、writeapi
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- pclimit
返す投稿者の数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- pccontinue
When more results are available, use this to continue.
- Main Page への投稿者を表示する。
- api.php?action=query&prop=contributors&titles=Main_Page [サンドボックスで開く]
prop=deletedrevisions (drv)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
削除された版の情報を取得します。
May be used in several ways:
- Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.
- Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.
- drvprop
Which properties to get for each revision:
- ids
- 版のID。
- flags
- Revision flags (minor).
- timestamp
- 版のタイムスタンプ。
- user
- その版を作成した利用者。
- userid
- その版の作成者の利用者ID。
- size
- その版の長さ (バイト) 。
- slotsize
- Length (bytes) of each revision slot.
- sha1
- SHA-1 (base 16) of the revision. If the content has been revision deleted, a sha1hidden property will be returned.
- slotsha1
- SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a sha1hidden property will be returned.
- contentmodel
- Content model ID of each revision slot.
- comment
- その版の利用者によるコメント。
- parsedcomment
- その版の利用者による、構文解析されたコメント。
- content
- 各リビジョンスロットの内容。
- tags
- その版のタグ。
- roles
- List content slot roles that exist in the revision.
- parsetree
- 廃止予定です。 Use action=expandtemplates or action=parse instead. The XML parse tree of revision content (requires content model
wikitext
).
- 値 (|もしくは別の文字列で区切る): comment、content、contentmodel、flags、ids、parsedcomment、roles、sha1、size、slotsha1、slotsize、tags、timestamp、user、userid、parsetree
- Default: ids|timestamp|flags|comment|user
- drvslots
Which revision slots to return data for, when slot-related properties are included in drvprops. If omitted, data from the main slot will be returned in a backwards-compatible format.
- 値 (|もしくは別の文字列で区切る): main
- すべての値を指定するには、*を用いてください。
- drvlimit
返す版の数を制限する。
- 型: 整数または max
- The value must be between 1 and 500.
- drvexpandtemplates
- 廃止予定です。
Use action=expandtemplates instead. Expand templates in revision content (requires drvprop=content).
- 型: 真偽値 (詳細)
- drvgeneratexml
- 廃止予定です。
Use action=expandtemplates or action=parse instead. Generate XML parse tree for revision content (requires drvprop=content).
- 型: 真偽値 (詳細)
- drvparse
- 廃止予定です。
Use action=parse instead. Parse revision content (requires drvprop=content). For performance reasons, if this option is used, drvlimit is enforced to 1.
- 型: 真偽値 (詳細)
- drvsection
Only retrieve the content of this section number.
- drvdiffto
- 廃止予定です。
Use action=compare instead. Revision ID to diff each revision to. Use prev, next and cur for the previous, next and current revision respectively.
- drvdifftotext
- 廃止予定です。
Use action=compare instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides drvdiffto. If drvsection is set, only that section will be diffed against this text.
- drvdifftotextpst
- 廃止予定です。
Use action=compare instead. Perform a pre-save transform on the text before diffing it. Only valid when used with drvdifftotext.
- 型: 真偽値 (詳細)
- drvcontentformat
- 廃止予定です。
Serialization format used for drvdifftotext and expected for output of content.
- 値 (次の値のいずれか1つ): application/json、text/css、text/javascript、text/plain、text/x-wiki
- drvstart
列挙の始点となるタイムスタンプ。版IDの一覧を処理するときには無視されます。
- Type: timestamp (allowed formats)
- drvend
列挙の終点となるタイムスタンプ。版IDの一覧を処理するときには無視されます。
- Type: timestamp (allowed formats)
- drvdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: drvstart は drvend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: drvstart は drvend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- drvtag
このタグが付与された版のみ表示します。
- drvuser
この利用者による版のみを一覧表示。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- drvexcludeuser
この利用者による版を一覧表示しない。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- drvcontinue
When more results are available, use this to continue.
- ページ Main Page および Talk:Main Page の削除された版とその内容を一覧表示する。
- api.php?action=query&prop=deletedrevisions&titles=Main%20Page|Talk:Main%20Page&drvslots=*&drvprop=user|comment|content [サンドボックスで開く]
- 削除された版 123456 に関する情報を一覧表示する。
- api.php?action=query&prop=deletedrevisions&revids=123456 [サンドボックスで開く]
prop=duplicatefiles (df)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ハッシュ値に基づいて与えられたファイルの全ての重複ファイルを返します。
- dflimit
返す重複ファイルの件数
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- dfcontinue
When more results are available, use this to continue.
- dfdir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- dflocalonly
ローカルに保存されたファイルのみを調べる。
- 型: 真偽値 (詳細)
prop=extlinks (el)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたページにあるすべての外部URL (インターウィキを除く) を返します。
- ellimit
返すリンクの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- elcontinue
When more results are available, use this to continue.
- elprotocol
URLのプロトコル。このパラメーターが空であり、かつelquery が設定されている場合, protocol は http となります。すべての外部リンクを一覧表示するためにはこのパラメーターと elquery の両方を空にしてください。
- 値 (次の値のいずれか1つ): Can be empty, or bitcoin、ftp、ftps、geo、git、gopher、http、https、irc、ircs、magnet、mailto、mms、news、nntp、redis、sftp、sip、sips、sms、ssh、svn、tel、telnet、urn、worldwind、xmpp
- 既定値: (空)
- elquery
Search string without protocol. Useful for checking whether a certain page contains a certain external url.
- elexpandurl
Expand protocol-relative URLs with the canonical protocol.
- 型: 真偽値 (詳細)
- Main Page の外部リンクの一覧を取得する。
- api.php?action=query&prop=extlinks&titles=Main%20Page [サンドボックスで開く]
prop=fileusage (fu)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたファイルを利用しているすべてのページを返します。
- fuprop
取得するプロパティ:
- pageid
- 各ページのページID。
- title
- 各ページのページ名。
- redirect
- ページがリダイレクトである場合マークします。
- 値 (|もしくは別の文字列で区切る): pageid、redirect、title
- Default: pageid|title|redirect
- funamespace
この名前空間に含まれるページのみを一覧表示します。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- fushow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- 値 (|もしくは別の文字列で区切る): !redirect、redirect
- fulimit
How many to return.
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- fucontinue
When more results are available, use this to continue.
prop=imageinfo (ii)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ファイルの情報とアップロード履歴を返します。
- iiprop
取得するファイル情報:
- timestamp
- Adds timestamp for the uploaded version.
- user
- Adds the user who uploaded each file version. If the user has been revision deleted, a userhidden property will be returned.
- userid
- Add the ID of the user that uploaded each file version. If the user has been revision deleted, a userhidden property will be returned.
- comment
- Comment on the version. If the comment has been revision deleted, a commenthidden property will be returned.
- parsedcomment
- Parse the comment on the version. If the comment has been revision deleted, a commenthidden property will be returned.
- canonicaltitle
- Adds the canonical title of the file. If the file has been revision deleted, a filehidden property will be returned.
- url
- ファイルと説明ページへのURLを提供します。
- size
- バイト単位でファイルや高さ、幅、ページ数のサイズを追加します(該当する場合)。
- dimensions
- Alias for size.
- sha1
- Adds SHA-1 hash for the file. If the file has been revision deleted, a filehidden property will be returned.
- mime
- ファイルのMIMEタイプを追加します。
- thumbmime
- 画像サムネイルのMIMEタイプを追加します(url と iiurlwidth パラメータが必須です)。
- mediatype
- ファイルのメディアタイプを追加します。
- metadata
- ファイルのバージョンの Exif メタデータを一覧表示します。
- commonmetadata
- Lists file format generic metadata for the version of the file. If the file has been revision deleted, a filehidden property will be returned.
- extmetadata
- Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a filehidden property will be returned.
- archivename
- 非最新バージョンのアーカイブバージョンのファイル名を追加します。
- bitdepth
- バージョンのビット深度を追加します。
- uploadwarning
- Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.
- badfile
- Adds whether the file is on the MediaWiki:Bad image list
- 値 (|もしくは別の文字列で区切る): archivename、badfile、bitdepth、canonicaltitle、comment、commonmetadata、dimensions、extmetadata、mediatype、metadata、mime、parsedcomment、sha1、size、thumbmime、timestamp、uploadwarning、url、user、userid
- Default: timestamp|user
- iilimit
How many file revisions to return per file.
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 1
- iistart
一覧表示の始点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- iiend
一覧表示の終点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- iiurlwidth
If iiprop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than 50 scaled images will be returned.
- 型: 整数
- Default: -1
- iiurlheight
Similar to iiurlwidth.
- 型: 整数
- Default: -1
- iimetadataversion
Version of metadata to use. If latest is specified, use latest version. Defaults to 1 for backwards compatibility.
- Default: 1
- iiextmetadatalanguage
What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.
- Default: ja
- iiextmetadatamultilang
If translations for extmetadata property are available, fetch all of them.
- 型: 真偽値 (詳細)
- iiextmetadatafilter
If specified and non-empty, only these keys will be returned for iiprop=extmetadata.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- iiurlparam
A handler specific parameter string. For example, PDFs might use page15-100px. iiurlwidth must be used and be consistent with iiurlparam.
- 既定値: (空)
- iibadfilecontexttitle
If badfilecontexttitleprop=badfile is set, this is the page title used when evaluating the MediaWiki:Bad image list
- iicontinue
When more results are available, use this to continue.
- iilocalonly
Look only for files in the local repository.
- 型: 真偽値 (詳細)
- File:Albert Einstein Head.jpg の現在のバージョンに関する情報を取得する。
- api.php?action=query&titles=File:Albert%20Einstein%20Head.jpg&prop=imageinfo [サンドボックスで開く]
- Fetch information about versions of File:Test.jpg from 2008 and later.
- api.php?action=query&titles=File:Test.jpg&prop=imageinfo&iilimit=50&iiend=2007-12-31T23:59:59Z&iiprop=timestamp|user|url [サンドボックスで開く]
prop=images (im)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたページに含まれるすべてのファイルを返します。
- imlimit
返す画像の数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- imcontinue
When more results are available, use this to continue.
- imimages
Only list these files. Useful for checking whether a certain page has a certain file.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- imdir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- Main Page で使用されているファイルの一覧を取得する。
- api.php?action=query&prop=images&titles=Main%20Page [サンドボックスで開く]
- Main Page で使用されているファイルに関する情報を取得する。
- api.php?action=query&generator=images&titles=Main%20Page&prop=info [サンドボックスで開く]
prop=info (in)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページの基本的な情報を取得します。
- inprop
追加で取得するプロパティ:
- protection
- それぞれのページの保護レベルを一覧表示する。
- talkid
- The page ID of the talk page for each non-talk page.
- watched
- List the watched status of each page.
- watchers
- The number of watchers, if allowed.
- visitingwatchers
- The number of watchers of each page who have visited recent edits to that page, if allowed.
- notificationtimestamp
- The watchlist notification timestamp of each page.
- subjectid
- The page ID of the parent page for each talk page.
- url
- Gives a full URL, an edit URL, and the canonical URL for each page.
- readable
- 廃止予定です。 Whether the user can read this page. Use intestactions=read instead.
- preload
- Gives the text returned by EditFormPreloadText.
- displaytitle
- Gives the manner in which the page title is actually displayed.
- varianttitles
- Gives the display title in all variants of the site content language.
- 値 (|もしくは別の文字列で区切る): displaytitle、notificationtimestamp、preload、protection、subjectid、talkid、url、varianttitles、visitingwatchers、watched、watchers、readable
- intestactions
Test whether the current user can perform certain actions on the page.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- intestactionsdetail
Detail level for intestactions. Use the main module's errorformat and errorlang parameters to control the format of the messages returned.
- boolean
- Return a boolean value for each action.
- full
- Return messages describing why the action is disallowed, or an empty array if it is allowed.
- quick
- Like full but skipping expensive checks.
- 値 (次の値のいずれか1つ): boolean、full、quick
- Default: boolean
- intoken
- 廃止予定です。
代わりに action=query&meta=tokens を使用してください。
- 値 (|もしくは別の文字列で区切る): block、delete、edit、email、import、move、protect、unblock、watch
- incontinue
When more results are available, use this to continue.
- Main Page に関する情報を取得する。
- api.php?action=query&prop=info&titles=Main%20Page [サンドボックスで開く]
- Get general and protection information about the page Main Page.
- api.php?action=query&prop=info&inprop=protection&titles=Main%20Page [サンドボックスで開く]
prop=iwlinks (iw)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページからのすべてのウィキ間リンクを返します。
- iwprop
各言語間リンクについて取得する追加のプロパティ:
- url
- 完全なURLを追加します。
- 値 (|もしくは別の文字列で区切る): url
- iwprefix
この接頭辞のウィキ間リンクのみを返す。
- iwtitle
検索するウィキ間リンク。iw と同時に使用しなければなりません。
- iwdir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- iwlimit
返すウィキ間リンクの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- iwcontinue
When more results are available, use this to continue.
- iwurl
- 廃止予定です。
完全なURLを取得するかどうか (iwpropとは同時に使用できません).
- 型: 真偽値 (詳細)
- Main Page にあるウィキ間リンクを取得する。
- api.php?action=query&prop=iwlinks&titles=Main%20Page [サンドボックスで開く]
prop=langlinks (ll)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページからのすべての言語間リンクを返します。
- llprop
各言語間リンクについて取得する追加のプロパティ:
- url
- 完全なURLを追加します。
- langname
- Adds the localised language name (best effort). Use llinlanguagecode to control the language.
- autonym
- ネイティブ言語名を追加します。
- 値 (|もしくは別の文字列で区切る): autonym、langname、url
- lllang
この言語コードの言語間リンクのみを返す。
- lltitle
検索するリンク。lllangと同時に使用しなければなりません。
- lldir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- llinlanguagecode
Language code for localised language names.
- Default: ja
- lllimit
返す言語間リンクの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- llcontinue
When more results are available, use this to continue.
- llurl
- 廃止予定です。
完全なURLを取得するかどうか (llpropとは同時に使用できません).
- 型: 真偽値 (詳細)
- Main Page にある言語間リンクを取得する。
- api.php?action=query&prop=langlinks&titles=Main%20Page&redirects= [サンドボックスで開く]
prop=links (pl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページからのすべてのリンクを返します。
- plnamespace
この名前空間へのリンクのみ表示する。
- 値 (|もしくは別の文字列で区切る): -1、-2、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- pllimit
返すリンクの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- plcontinue
When more results are available, use this to continue.
- pltitles
Only list links to these titles. Useful for checking whether a certain page links to a certain title.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- pldir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- Main Page からのリンクを取得する。
- api.php?action=query&prop=links&titles=Main%20Page [サンドボックスで開く]
- Main Page からリンクされているページに関する情報を取得する。
- api.php?action=query&generator=links&titles=Main%20Page&prop=info [サンドボックスで開く]
- Main Page からの 利用者 および テンプレート 名前空間へのリンクを取得する。
- api.php?action=query&prop=links&titles=Main%20Page&plnamespace=2|10 [サンドボックスで開く]
prop=linkshere (lh)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたページにリンクしているすべてのページを返します。
- lhprop
取得するプロパティ:
- pageid
- 各ページのページID。
- title
- 各ページのページ名。
- redirect
- Flag if the page is a redirect.
- 値 (|もしくは別の文字列で区切る): pageid、redirect、title
- Default: pageid|title|redirect
- lhnamespace
Only include pages in these namespaces.
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- lhshow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- 値 (|もしくは別の文字列で区切る): !redirect、redirect
- lhlimit
How many to return.
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- lhcontinue
When more results are available, use this to continue.
- Main Page にリンクしているページの一覧を取得する。
- api.php?action=query&prop=linkshere&titles=Main%20Page [サンドボックスで開く]
- Main Page にリンクしているページの情報を取得する。
- api.php?action=query&generator=linkshere&titles=Main%20Page&prop=info [サンドボックスで開く]
prop=pageprops (pp)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページコンテンツで定義されている様々なページのプロパティを取得。
- ppcontinue
When more results are available, use this to continue.
- ppprop
Only list these page properties (action=query&list=pagepropnames returns page property names in use). Useful for checking whether pages use a certain page property.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- ページ Main Page および MeiaWiki のプロパティを取得する。
- api.php?action=query&prop=pageprops&titles=Main%20Page|MediaWiki [サンドボックスで開く]
prop=redirects (rd)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページへのすべての転送を返します。
- rdprop
取得するプロパティ:
- pageid
- 各リダイレクトのページID。
- title
- 各リダイレクトのページ名。
- fragment
- Fragment of each redirect, if any.
- 値 (|もしくは別の文字列で区切る): fragment、pageid、title
- Default: pageid|title
- rdnamespace
Only include pages in these namespaces.
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- rdshow
Show only items that meet these criteria:
- fragment
- Only show redirects with a fragment.
- !fragment
- Only show redirects without a fragment.
- 値 (|もしくは別の文字列で区切る): !fragment、fragment
- rdlimit
返す転送の数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- rdcontinue
When more results are available, use this to continue.
prop=revisions (rv)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
版の情報を取得します。
May be used in several ways:
- Get data about a set of pages (last revision), by setting titles or pageids.
- Get revisions for one given page, by using titles or pageids with start, end, or limit.
- Get data about a set of revisions by setting their IDs with revids.
- rvprop
Which properties to get for each revision:
- ids
- 版のID。
- flags
- Revision flags (minor).
- timestamp
- 版のタイムスタンプ。
- user
- その版を作成した利用者。
- userid
- その版の作成者の利用者ID。
- size
- その版の長さ (バイト) 。
- slotsize
- Length (bytes) of each revision slot.
- sha1
- SHA-1 (base 16) of the revision. If the content has been revision deleted, a sha1hidden property will be returned.
- slotsha1
- SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a sha1hidden property will be returned.
- contentmodel
- Content model ID of each revision slot.
- comment
- その版の利用者によるコメント。
- parsedcomment
- その版の利用者による、構文解析されたコメント。
- content
- 各リビジョンスロットの内容。
- tags
- その版のタグ。
- roles
- List content slot roles that exist in the revision.
- parsetree
- 廃止予定です。 Use action=expandtemplates or action=parse instead. The XML parse tree of revision content (requires content model
wikitext
).
- 値 (|もしくは別の文字列で区切る): comment、content、contentmodel、flags、ids、parsedcomment、roles、sha1、size、slotsha1、slotsize、tags、timestamp、user、userid、parsetree
- Default: ids|timestamp|flags|comment|user
- rvslots
Which revision slots to return data for, when slot-related properties are included in rvprops. If omitted, data from the main slot will be returned in a backwards-compatible format.
- 値 (|もしくは別の文字列で区切る): main
- すべての値を指定するには、*を用いてください。
- rvlimit
返す版の数を制限する。
- May only be used with a single page (mode #2).
- 型: 整数または max
- The value must be between 1 and 500.
- rvexpandtemplates
- 廃止予定です。
Use action=expandtemplates instead. Expand templates in revision content (requires rvprop=content).
- 型: 真偽値 (詳細)
- rvgeneratexml
- 廃止予定です。
Use action=expandtemplates or action=parse instead. Generate XML parse tree for revision content (requires rvprop=content).
- 型: 真偽値 (詳細)
- rvparse
- 廃止予定です。
Use action=parse instead. Parse revision content (requires rvprop=content). For performance reasons, if this option is used, rvlimit is enforced to 1.
- 型: 真偽値 (詳細)
- rvsection
Only retrieve the content of this section number.
- rvdiffto
- 廃止予定です。
Use action=compare instead. Revision ID to diff each revision to. Use prev, next and cur for the previous, next and current revision respectively.
- rvdifftotext
- 廃止予定です。
Use action=compare instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides rvdiffto. If rvsection is set, only that section will be diffed against this text.
- rvdifftotextpst
- 廃止予定です。
Use action=compare instead. Perform a pre-save transform on the text before diffing it. Only valid when used with rvdifftotext.
- 型: 真偽値 (詳細)
- rvcontentformat
- 廃止予定です。
Serialization format used for rvdifftotext and expected for output of content.
- 値 (次の値のいずれか1つ): application/json、text/css、text/javascript、text/plain、text/x-wiki
- rvstartid
Start enumeration from this revision's timestamp. The revision must exist, but need not belong to this page.
- May only be used with a single page (mode #2).
- 型: 整数
- rvendid
Stop enumeration at this revision's timestamp. The revision must exist, but need not belong to this page.
- May only be used with a single page (mode #2).
- 型: 整数
- rvstart
From which revision timestamp to start enumeration.
- May only be used with a single page (mode #2).
- Type: timestamp (allowed formats)
- rvend
列挙の終点となるタイムスタンプ。
- May only be used with a single page (mode #2).
- Type: timestamp (allowed formats)
- rvdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: rvstart は rvend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: rvstart は rvend 以降でなければなりません。
- May only be used with a single page (mode #2).
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- rvuser
この利用者による版のみを結果に含める。
- May only be used with a single page (mode #2).
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- rvexcludeuser
この利用者による版を結果に含めない。
- May only be used with a single page (mode #2).
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- rvtag
このタグが付与された版のみを一覧表示する。
- rvtoken
- 廃止予定です。
Which tokens to obtain for each revision.
- 値 (|もしくは別の文字列で区切る): rollback
- rvcontinue
When more results are available, use this to continue.
- ページAPI および Main Page の最新の版のデータと本文を取得する。
- api.php?action=query&prop=revisions&titles=API|Main%20Page&rvslots=*&rvprop=timestamp|user|comment|content [サンドボックスで開く]
- Main Page の直近の5版を取得する。
- api.php?action=query&prop=revisions&titles=Main%20Page&rvlimit=5&rvprop=timestamp|user|comment [サンドボックスで開く]
- Main Page の最初の5版を取得する。
- api.php?action=query&prop=revisions&titles=Main%20Page&rvlimit=5&rvprop=timestamp|user|comment&rvdir=newer [サンドボックスで開く]
- Main Page の 2006-05-01 以降の最初の5版を取得する。
- api.php?action=query&prop=revisions&titles=Main%20Page&rvlimit=5&rvprop=timestamp|user|comment&rvdir=newer&rvstart=2006-05-01T00:00:00Z [サンドボックスで開く]
- Main Page の匿名利用者 127.0.0.1 以外による最初の5版を取得する。
- api.php?action=query&prop=revisions&titles=Main%20Page&rvlimit=5&rvprop=timestamp|user|comment&rvexcludeuser=127.0.0.1 [サンドボックスで開く]
- Main Page の MediaWiki default による最初の5版を取得する。
- api.php?action=query&prop=revisions&titles=Main%20Page&rvlimit=5&rvprop=timestamp|user|comment&rvuser=MediaWiki%20default [サンドボックスで開く]
prop=stashimageinfo (sii)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Returns file information for stashed files.
- siifilekey
Key that identifies a previous upload that was stashed temporarily.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- siisessionkey
- 廃止予定です。
Alias for siifilekey, for backward compatibility.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- siiprop
取得するファイル情報:
- timestamp
- Adds timestamp for the uploaded version.
- canonicaltitle
- Adds the canonical title of the file. If the file has been revision deleted, a filehidden property will be returned.
- url
- ファイルと説明ページへのURLを提供します。
- size
- バイト単位でファイルや高さ、幅、ページ数のサイズを追加します(該当する場合)。
- dimensions
- Alias for size.
- sha1
- Adds SHA-1 hash for the file. If the file has been revision deleted, a filehidden property will be returned.
- mime
- ファイルのMIMEタイプを追加します。
- thumbmime
- 画像サムネイルのMIMEタイプを追加します(url と siiurlwidth パラメータが必須です)。
- metadata
- ファイルのバージョンの Exif メタデータを一覧表示します。
- commonmetadata
- Lists file format generic metadata for the version of the file. If the file has been revision deleted, a filehidden property will be returned.
- extmetadata
- Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a filehidden property will be returned.
- bitdepth
- バージョンのビット深度を追加します。
- badfile
- Adds whether the file is on the MediaWiki:Bad image list
- 値 (|もしくは別の文字列で区切る): badfile、bitdepth、canonicaltitle、commonmetadata、dimensions、extmetadata、metadata、mime、sha1、size、thumbmime、timestamp、url
- Default: timestamp|url
- siiurlwidth
If siiprop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than 50 scaled images will be returned.
- 型: 整数
- Default: -1
- siiurlheight
Similar to siiurlwidth.
- 型: 整数
- Default: -1
- siiurlparam
A handler specific parameter string. For example, PDFs might use page15-100px. siiurlwidth must be used and be consistent with siiurlparam.
- 既定値: (空)
- Returns information for a stashed file.
- api.php?action=query&prop=stashimageinfo&siifilekey=124sd34rsdf567 [サンドボックスで開く]
- Returns thumbnails for two stashed files.
- api.php?action=query&prop=stashimageinfo&siifilekey=b34edoe3|bceffd4&siiurlwidth=120&siiprop=url [サンドボックスで開く]
prop=templates (tl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたページで参照読み込みされているすべてのページを返します。
- tlnamespace
この名前空間のテンプレートのみ表示する。
- 値 (|もしくは別の文字列で区切る): -1、-2、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- tllimit
返すテンプレートの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- tlcontinue
When more results are available, use this to continue.
- tltemplates
Only list these templates. Useful for checking whether a certain page uses a certain template.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- tldir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- Main Page で使用されているテンプレートを取得する。
- api.php?action=query&prop=templates&titles=Main%20Page [サンドボックスで開く]
- Main Page で使用されているテンプレートに関する情報を取得する。
- api.php?action=query&generator=templates&titles=Main%20Page&prop=info [サンドボックスで開く]
- Main Page で参照読み込みされている 利用者 および テンプレート 名前空間のページを取得する。
- api.php?action=query&prop=templates&titles=Main%20Page&tlnamespace=2|10 [サンドボックスで開く]
prop=transcludedin (ti)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたページを参照読み込みしているすべてのページを検索します。
- tiprop
取得するプロパティ:
- pageid
- 各ページのページID。
- title
- 各ページのページ名。
- redirect
- ページがリダイレクトである場合マークします。
- 値 (|もしくは別の文字列で区切る): pageid、redirect、title
- Default: pageid|title|redirect
- tinamespace
この名前空間に含まれるページのみを一覧表示します。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- tishow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- 値 (|もしくは別の文字列で区切る): !redirect、redirect
- tilimit
返す数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- ticontinue
When more results are available, use this to continue.
- Main Page を参照読み込みしているページの一覧を取得する。
- api.php?action=query&prop=transcludedin&titles=Main%20Page [サンドボックスで開く]
- Main Page を参照読み込みしているページに関する情報を取得する。
- api.php?action=query&generator=transcludedin&titles=Main%20Page&prop=info [サンドボックスで開く]
list=allcategories (ac)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
すべてのカテゴリを一覧表示します。
- acfrom
列挙を開始するカテゴリ。
- accontinue
When more results are available, use this to continue.
- acto
列挙を終了するカテゴリ。
- acprefix
この値で始まるページ名のカテゴリを検索します。
- acdir
並べ替えの方向。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- acmin
Only return categories with at least this many members.
- 型: 整数
- acmax
Only return categories with at most this many members.
- 型: 整数
- aclimit
返すカテゴリの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- acprop
取得するプロパティ:
- size
- カテゴリ内のページ数を追加します。
- hidden
__HIDDENCAT__
に隠されているタグカテゴリ。
- 値 (|もしくは別の文字列で区切る): hidden、size
- 既定値: (空)
- カテゴリを、内包するページ数の情報と共に、一覧表示する。
- api.php?action=query&list=allcategories&acprop=size [サンドボックスで開く]
- List で始まるカテゴリページに関する情報を取得する。
- api.php?action=query&generator=allcategories&gacprefix=List&prop=info [サンドボックスで開く]
list=alldeletedrevisions (adr)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
利用者によって削除された、または名前空間内の削除されたすべての版を一覧表示する。
- adrprop
Which properties to get for each revision:
- ids
- 版のID。
- flags
- Revision flags (minor).
- timestamp
- 版のタイムスタンプ。
- user
- その版を作成した利用者。
- userid
- その版の作成者の利用者ID。
- size
- その版の長さ (バイト) 。
- slotsize
- Length (bytes) of each revision slot.
- sha1
- SHA-1 (base 16) of the revision. If the content has been revision deleted, a sha1hidden property will be returned.
- slotsha1
- SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a sha1hidden property will be returned.
- contentmodel
- Content model ID of each revision slot.
- comment
- その版の利用者によるコメント。
- parsedcomment
- その版の利用者による、構文解析されたコメント。
- content
- 各リビジョンスロットの内容。
- tags
- その版のタグ。
- roles
- List content slot roles that exist in the revision.
- parsetree
- 廃止予定です。 Use action=expandtemplates or action=parse instead. The XML parse tree of revision content (requires content model
wikitext
).
- 値 (|もしくは別の文字列で区切る): comment、content、contentmodel、flags、ids、parsedcomment、roles、sha1、size、slotsha1、slotsize、tags、timestamp、user、userid、parsetree
- Default: ids|timestamp|flags|comment|user
- adrslots
Which revision slots to return data for, when slot-related properties are included in adrprops. If omitted, data from the main slot will be returned in a backwards-compatible format.
- 値 (|もしくは別の文字列で区切る): main
- すべての値を指定するには、*を用いてください。
- adrlimit
返す版の数を制限する。
- 型: 整数または max
- The value must be between 1 and 500.
- adrexpandtemplates
- 廃止予定です。
Use action=expandtemplates instead. Expand templates in revision content (requires adrprop=content).
- 型: 真偽値 (詳細)
- adrgeneratexml
- 廃止予定です。
Use action=expandtemplates or action=parse instead. Generate XML parse tree for revision content (requires adrprop=content).
- 型: 真偽値 (詳細)
- adrparse
- 廃止予定です。
Use action=parse instead. Parse revision content (requires adrprop=content). For performance reasons, if this option is used, adrlimit is enforced to 1.
- 型: 真偽値 (詳細)
- adrsection
Only retrieve the content of this section number.
- adrdiffto
- 廃止予定です。
Use action=compare instead. Revision ID to diff each revision to. Use prev, next and cur for the previous, next and current revision respectively.
- adrdifftotext
- 廃止予定です。
Use action=compare instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides adrdiffto. If adrsection is set, only that section will be diffed against this text.
- adrdifftotextpst
- 廃止予定です。
Use action=compare instead. Perform a pre-save transform on the text before diffing it. Only valid when used with adrdifftotext.
- 型: 真偽値 (詳細)
- adrcontentformat
- 廃止予定です。
Serialization format used for adrdifftotext and expected for output of content.
- 値 (次の値のいずれか1つ): application/json、text/css、text/javascript、text/plain、text/x-wiki
- adruser
この利用者による版のみを一覧表示する。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- adrnamespace
この名前空間に含まれるページのみを一覧表示します。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- adrstart
列挙の始点となるタイムスタンプ。
- adruser と同時に使用します。
- Type: timestamp (allowed formats)
- adrend
列挙の終点となるタイムスタンプ。
- adruser と同時に使用します。
- Type: timestamp (allowed formats)
- adrdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: adrstart は adrend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: adrstart は adrend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- adrfrom
列挙の始点となるページ名。
- adruser と同時に使用できません。
- adrto
列挙の終点となるページ名。
- adruser と同時に使用できません。
- adrprefix
この値で始まるすべてのページ名を検索する。
- adruser と同時に使用できません。
- adrexcludeuser
この利用者による版を一覧表示しない。
- adruser と同時に使用できません。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- adrtag
このタグが付与された版のみを一覧表示する。
- adrcontinue
When more results are available, use this to continue.
- adrgeneratetitles
ジェネレーターとして使用する場合、版IDではなくページ名を生成します。
- 型: 真偽値 (詳細)
- 利用者 Example による削除された直近の50版を一覧表示する。
- api.php?action=query&list=alldeletedrevisions&adruser=Example&adrlimit=50 [サンドボックスで開く]
- 標準名前空間にある削除された最初の50版を一覧表示する。
- api.php?action=query&list=alldeletedrevisions&adrdir=newer&adrnamespace=0&adrlimit=50 [サンドボックスで開く]
list=allfileusages (af)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
存在しないものを含め、すべてのファイルの使用状況を一覧表示する。
- afcontinue
When more results are available, use this to continue.
- affrom
列挙を開始するファイルのページ名。
- afto
列挙を終了するファイルのページ名。
- afprefix
この値で始まるページ名のすべてのファイルを検索する。
- afunique
ファイル名を一度だけ表示します。afprop=ids とは同時に使用できません。ジェネレーターとして使用される場合、リンク元ではなくリンク先のページを生成します。
- 型: 真偽値 (詳細)
- afprop
どの情報を結果に含めるか:
- ids
- 使用しているページのページIDを追加します (afunique とは同時に使用できません)。
- title
- ファイルのページ名を追加します。
- 値 (|もしくは別の文字列で区切る): ids、title
- Default: title
- aflimit
返す項目の総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- afdir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- List file titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=allfileusages&affrom=B&afprop=ids|title [サンドボックスで開く]
- ユニークなファイルを一覧表示する。
- api.php?action=query&list=allfileusages&afunique=&affrom=B [サンドボックスで開く]
- ファイル名を、存在しないものに印をつけて、すべて取得する。
- api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B [サンドボックスで開く]
- ファイルを含むページを取得します。
- api.php?action=query&generator=allfileusages&gaffrom=B [サンドボックスで開く]
list=allimages (ai)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
順次すべての画像を列挙します。
- aisort
並べ替えに使用するプロパティ。
- 値 (次の値のいずれか1つ): name、timestamp
- Default: name
- aidir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending、newer、older
- Default: ascending
- aifrom
列挙の始点となる画像タイトル。aisort=name を指定した場合のみ使用できます。
- aito
列挙の終点となる画像のページ名。aisort=name を指定した場合のみ使用できます。
- aicontinue
When more results are available, use this to continue.
- aistart
列挙の始点となるタイムスタンプ。aisort=timestamp を指定した場合のみ使用できます。
- Type: timestamp (allowed formats)
- aiend
列挙の終点となるタイムスタンプ。aisort=timestamp を指定した場合のみ使用できます。
- Type: timestamp (allowed formats)
- aiprop
取得するファイル情報:
- timestamp
- Adds timestamp for the uploaded version.
- user
- Adds the user who uploaded each file version. If the user has been revision deleted, a userhidden property will be returned.
- userid
- Add the ID of the user that uploaded each file version. If the user has been revision deleted, a userhidden property will be returned.
- comment
- Comment on the version. If the comment has been revision deleted, a commenthidden property will be returned.
- parsedcomment
- Parse the comment on the version. If the comment has been revision deleted, a commenthidden property will be returned.
- canonicaltitle
- Adds the canonical title of the file. If the file has been revision deleted, a filehidden property will be returned.
- url
- ファイルと説明ページへのURLを提供します。
- size
- バイト単位でファイルや高さ、幅、ページ数のサイズを追加します(該当する場合)。
- dimensions
- Alias for size.
- sha1
- Adds SHA-1 hash for the file. If the file has been revision deleted, a filehidden property will be returned.
- mime
- ファイルのMIMEタイプを追加します。
- mediatype
- ファイルのメディアタイプを追加します。
- metadata
- ファイルのバージョンの Exif メタデータを一覧表示します。
- commonmetadata
- Lists file format generic metadata for the version of the file. If the file has been revision deleted, a filehidden property will be returned.
- extmetadata
- Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a filehidden property will be returned.
- bitdepth
- バージョンのビット深度を追加します。
- badfile
- Adds whether the file is on the MediaWiki:Bad image list
- 値 (|もしくは別の文字列で区切る): badfile、bitdepth、canonicaltitle、comment、commonmetadata、dimensions、extmetadata、mediatype、metadata、mime、parsedcomment、sha1、size、timestamp、url、user、userid
- Default: timestamp|url
- aiprefix
この値で始まるすべての画像タイトルを検索する。aisort=name を指定した場合のみ使用できます。
- aiminsize
画像の最小バイト数を制限する。
- 型: 整数
- aimaxsize
画像の最大バイト数を制限する。
- 型: 整数
- aisha1
画像の SHA1 ハッシュ値。aisha1base36 をオーバーライドします。
- aisha1base36
SHA1 hash of image in base 36 (used in MediaWiki).
- aiuser
この利用者によりアップロードされたファイルのみを返す。aisort=timestamp を指定した場合のみ使用できます。 aifilterbots とは同時に使用できません。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- aifilterbots
ボットによりアップロードされたファイルを絞り込む方法。aisort=timestamp を指定した場合のみ使用できます。aiuser とは同時に使用できません。
- 値 (次の値のいずれか1つ): all、bots、nobots
- Default: all
- aimime
検索対象のMIMEタイプ、たとえば image/jpeg。
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- ailimit
返す画像の総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- B で始まるファイルの一覧を表示する。
- api.php?action=query&list=allimages&aifrom=B [サンドボックスで開く]
- Special:NewFiles のように、最近アップロードされたファイルの一覧を表示する。
- api.php?action=query&list=allimages&aiprop=user|timestamp|url&aisort=timestamp&aidir=older [サンドボックスで開く]
- MIMEタイプが image/png または image/gif であるファイルの一覧を表示する
- api.php?action=query&list=allimages&aimime=image/png|image/gif [サンドボックスで開く]
- T で始まる4つのファイルに関する情報を表示する。
- api.php?action=query&generator=allimages&gailimit=4&gaifrom=T&prop=imageinfo [サンドボックスで開く]
list=alllinks (al)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられた名前空間へのすべてのリンクを一覧表示します。
- alcontinue
When more results are available, use this to continue.
- alfrom
列挙を開始するリンクのページ名。
- alto
列挙を終了するリンクのページ名。
- alprefix
この値で始まるすべてのリンクされたページを検索する。
- alunique
リンクされたページ名を一度だけ表示します。alprop=ids とは同時に使用できません。ジェネレーターとして使用される場合、リンク元ではなくリンク先のページを生成します。
- 型: 真偽値 (詳細)
- alprop
どの情報を結果に含めるか:
- ids
- リンクしているページのページIDを追加します (alunique とは同時に使用できません)。
- title
- リンクのページ名を追加します。
- 値 (|もしくは別の文字列で区切る): ids、title
- Default: title
- alnamespace
列挙する名前空間。
- 値 (次の値のいずれか1つ): -1、-2、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- Default: 0
- allimit
返す項目の総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- aldir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- B で始まるリンクされたページ (存在しないページも含む)を、リンク元のページIDとともに表示する。
- api.php?action=query&list=alllinks&alfrom=B&alprop=ids|title [サンドボックスで開く]
- ユニークなリンクのタイトルを一覧。
- api.php?action=query&list=alllinks&alunique=&alfrom=B [サンドボックスで開く]
- リンクされているページを、存在しないものに印をつけて、すべて取得する。
- api.php?action=query&generator=alllinks&galunique=&galfrom=B [サンドボックスで開く]
- リンクを含むページを取得します。
- api.php?action=query&generator=alllinks&galfrom=B [サンドボックスで開く]
list=allpages (ap)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Enumerate all pages sequentially in a given namespace.
- apfrom
列挙を開始するページ名。
- apcontinue
When more results are available, use this to continue.
- apto
列挙を終了するページ名。
- apprefix
この値で始まるすべてのページ名を検索します。
- apnamespace
列挙する名前空間。
- 値 (次の値のいずれか1つ): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- Default: 0
- apfilterredir
リストするページ
- 値 (次の値のいずれか1つ): all、nonredirects、redirects
- Default: all
- apminsize
ページの最低バイト数を制限する。
- 型: 整数
- apmaxsize
ページの最大バイト数を制限する。
- 型: 整数
- apprtype
保護されているページに絞り込む。
- 値 (|もしくは別の文字列で区切る): edit、move、upload
- apprlevel
保護レベルで絞り込む (aptype= パラメーターと同時に使用しなければなりません)。
- 値 (|もしくは別の文字列で区切る): Can be empty, or autoconfirmed、sysop
- apprfiltercascade
Filter protections based on cascadingness (ignored when apprtype isn't set).
- 値 (次の値のいずれか1つ): all、cascading、noncascading
- Default: all
- aplimit
返すページの総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- apdir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- apfilterlanglinks
Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.
- 値 (次の値のいずれか1つ): all、withlanglinks、withoutlanglinks
- Default: all
- apprexpiry
Which protection expiry to filter the page on:
- indefinite
- Get only pages with indefinite protection expiry.
- definite
- Get only pages with a definite (specific) protection expiry.
- all
- Get pages with any protections expiry.
- 値 (次の値のいずれか1つ): all、definite、indefinite
- Default: all
- B で始まるページの一覧を表示する。
- api.php?action=query&list=allpages&apfrom=B [サンドボックスで開く]
- T で始まる4つのページに関する情報を表示する。
- api.php?action=query&generator=allpages&gaplimit=4&gapfrom=T&prop=info [サンドボックスで開く]
- Re で始まる最初の非リダイレクトの2ページの内容を表示する。
- api.php?action=query&generator=allpages&gaplimit=2&gapfilterredir=nonredirects&gapfrom=Re&prop=revisions&rvprop=content [サンドボックスで開く]
list=allredirects (ar)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ある名前空間へのすべての転送を一覧表示する。
- arcontinue
When more results are available, use this to continue.
- arfrom
列挙を開始するリダイレクトのページ名。
- arto
列挙を終了するリダイレクトのページ名。
- arprefix
この値で始まるすべてのページを検索する。
- arunique
転送先ページ名を一度だけ表示します。arprop=ids|fragment|interwiki とは同時に使用できません。ジェネレーターとして使用される場合、転送元ではなく転送先のページを生成します。
- 型: 真偽値 (詳細)
- arprop
どの情報を結果に含めるか:
- ids
- 転送ページのページIDを追加します (arunique とは同時に使用できません)。
- title
- 転送ページのページ名を追加します。
- fragment
- Adds the fragment from the redirect, if any (cannot be used with arunique).
- interwiki
- Adds the interwiki prefix from the redirect, if any (cannot be used with arunique).
- 値 (|もしくは別の文字列で区切る): fragment、ids、interwiki、title
- Default: title
- arnamespace
列挙する名前空間。
- 値 (次の値のいずれか1つ): -1、-2、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- Default: 0
- arlimit
返す項目の総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- ardir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- B で始まる転送先ページ (存在しないページも含む)を、転送元のページIDとともに表示する。
- api.php?action=query&list=allredirects&arfrom=B&arprop=ids|title [サンドボックスで開く]
- 一意のターゲットページを一覧表示します。
- api.php?action=query&list=allredirects&arunique=&arfrom=B [サンドボックスで開く]
- 存在しないものに印をつけて、すべて取得する。
- api.php?action=query&generator=allredirects&garunique=&garfrom=B [サンドボックスで開く]
- リダイレクトを含むページを取得します。
- api.php?action=query&generator=allredirects&garfrom=B [サンドボックスで開く]
list=allrevisions (arv)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
すべての版を一覧表示する。
- arvprop
Which properties to get for each revision:
- ids
- 版のID。
- flags
- Revision flags (minor).
- timestamp
- 版のタイムスタンプ。
- user
- その版を作成した利用者。
- userid
- その版の作成者の利用者ID。
- size
- その版の長さ (バイト) 。
- slotsize
- Length (bytes) of each revision slot.
- sha1
- SHA-1 (base 16) of the revision. If the content has been revision deleted, a sha1hidden property will be returned.
- slotsha1
- SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a sha1hidden property will be returned.
- contentmodel
- Content model ID of each revision slot.
- comment
- その版の利用者によるコメント。
- parsedcomment
- その版の利用者による、構文解析されたコメント。
- content
- 各リビジョンスロットの内容。
- tags
- その版のタグ。
- roles
- List content slot roles that exist in the revision.
- parsetree
- 廃止予定です。 Use action=expandtemplates or action=parse instead. The XML parse tree of revision content (requires content model
wikitext
).
- 値 (|もしくは別の文字列で区切る): comment、content、contentmodel、flags、ids、parsedcomment、roles、sha1、size、slotsha1、slotsize、tags、timestamp、user、userid、parsetree
- Default: ids|timestamp|flags|comment|user
- arvslots
Which revision slots to return data for, when slot-related properties are included in arvprops. If omitted, data from the main slot will be returned in a backwards-compatible format.
- 値 (|もしくは別の文字列で区切る): main
- すべての値を指定するには、*を用いてください。
- arvlimit
返す版の数を制限する。
- 型: 整数または max
- The value must be between 1 and 500.
- arvexpandtemplates
- 廃止予定です。
Use action=expandtemplates instead. Expand templates in revision content (requires arvprop=content).
- 型: 真偽値 (詳細)
- arvgeneratexml
- 廃止予定です。
Use action=expandtemplates or action=parse instead. Generate XML parse tree for revision content (requires arvprop=content).
- 型: 真偽値 (詳細)
- arvparse
- 廃止予定です。
Use action=parse instead. Parse revision content (requires arvprop=content). For performance reasons, if this option is used, arvlimit is enforced to 1.
- 型: 真偽値 (詳細)
- arvsection
Only retrieve the content of this section number.
- arvdiffto
- 廃止予定です。
Use action=compare instead. Revision ID to diff each revision to. Use prev, next and cur for the previous, next and current revision respectively.
- arvdifftotext
- 廃止予定です。
Use action=compare instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides arvdiffto. If arvsection is set, only that section will be diffed against this text.
- arvdifftotextpst
- 廃止予定です。
Use action=compare instead. Perform a pre-save transform on the text before diffing it. Only valid when used with arvdifftotext.
- 型: 真偽値 (詳細)
- arvcontentformat
- 廃止予定です。
Serialization format used for arvdifftotext and expected for output of content.
- 値 (次の値のいずれか1つ): application/json、text/css、text/javascript、text/plain、text/x-wiki
- arvuser
この利用者による版のみを一覧表示する。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- arvnamespace
この名前空間に含まれるページのみを一覧表示します。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- arvstart
列挙の始点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- arvend
列挙の終点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- arvdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: arvstart は arvend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: arvstart は arvend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- arvexcludeuser
この利用者による版を一覧表示しない。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- arvcontinue
When more results are available, use this to continue.
- arvgeneratetitles
ジェネレーターとして使用する場合、版IDではなくページ名を生成します。
- 型: 真偽値 (詳細)
- 利用者 Example による直近の50版を一覧表示する。
- api.php?action=query&list=allrevisions&arvuser=Example&arvlimit=50 [サンドボックスで開く]
- List the first 50 revisions in any namespace.
- api.php?action=query&list=allrevisions&arvdir=newer&arvlimit=50 [サンドボックスで開く]
list=alltransclusions (at)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
存在しないものも含めて、すべての参照読み込み ({{x}} で埋め込まれたページ) を一覧表示します。
- atcontinue
When more results are available, use this to continue.
- atfrom
列挙を開始する参照読み込みのページ名。
- atto
列挙を終了する参照読み込みのページ名。
- atprefix
この値で始まるすべての参照読み込みされているページを検索する。
- atunique
Only show distinct transcluded titles. Cannot be used with atprop=ids. When used as a generator, yields target pages instead of source pages.
- 型: 真偽値 (詳細)
- atprop
どの情報を結果に含めるか:
- ids
- 参照元のページIDを追加します (atunique とは同時に使用できません)。
- title
- 参照読み込みのページ名を追加します。
- 値 (|もしくは別の文字列で区切る): ids、title
- Default: title
- atnamespace
列挙する名前空間。
- 値 (次の値のいずれか1つ): -1、-2、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- Default: 10
- atlimit
返す項目の総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- atdir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- 参照読み込みされているページ (存在しないページも含む) を、参照元のページIDとともに、B で始まるものから一覧表示する。
- api.php?action=query&list=alltransclusions&atfrom=B&atprop=ids|title [サンドボックスで開く]
- List unique transcluded titles.
- api.php?action=query&list=alltransclusions&atunique=&atfrom=B [サンドボックスで開く]
- 参照読み込みされたページを、存在しないものに印をつけて、すべて取得する。
- api.php?action=query&generator=alltransclusions&gatunique=&gatfrom=B [サンドボックスで開く]
- 参照読み込みを含んでいるページを取得する。
- api.php?action=query&generator=alltransclusions&gatfrom=B [サンドボックスで開く]
list=allusers (au)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
すべての登録利用者を一覧表示します。
- aufrom
列挙を開始する利用者名。
- auto
列挙を終了する利用者名。
- auprefix
この値で始まるすべての利用者を検索する。
- audir
並べ替えの方向。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- augroup
このグループに所属する利用者のみを結果に含める。
- 値 (|もしくは別の文字列で区切る): bot、bureaucrat、emailconfirmed、interface-admin、suppress、sysop
- auexcludegroup
このグループに所属する利用者を結果から除外する。
- 値 (|もしくは別の文字列で区切る): bot、bureaucrat、emailconfirmed、interface-admin、suppress、sysop
- aurights
Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
- 値 (|もしくは別の文字列で区切る): apihighlimits、applychangetags、autoconfirmed、autocreateaccount、autopatrol、bigdelete、block、blockemail、bot、browsearchive、changetags、confirmaccount、confirmaccount-notify、createaccount、createpage、createtalk、delete、deletebatch、deletebatch-spoof、deletechangetags、deletedhistory、deletedtext、deletelogentry、deleterevision、edit、editcontentmodel、editinterface、editmyoptions、editmyprivateinfo、editmyusercss、editmyuserjs、editmyuserjson、editmyuserjsredirect、editmywatchlist、editprotected、editsemiprotected、editsitecss、editsitejs、editsitejson、editusercss、edituserjs、edituserjson、hideuser、import、importupload、ipblock-exempt、lookupcredentials、managechangetags、markbotedits、mergehistory、minoredit、move、move-categorypages、move-rootuserpages、move-subpages、movefile、nominornewtalk、noratelimit、override-export-depth、pagelang、patrol、patrolmarks、protect、purge、read、requestips、reupload、reupload-own、reupload-shared、rollback、sendemail、siteadmin、skipcaptcha、suppressionlog、suppressredirect、suppressrevision、unblockself、undelete、unwatchedpages、upload、upload_by_url、usermerge、userrights、userrights-interwiki、viewmyprivateinfo、viewmywatchlist、viewsuppressed、writeapi
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- auprop
どの情報を結果に含めるか:
- blockinfo
- 利用者に対する現在のブロックに関する情報を追加します。
- groups
- 利用者が所属する利用者グループを一覧表示します。これはサーバー資源を多めに使用するので、返る結果が制限値より少なくなります。
- implicitgroups
- Lists all the groups the user is automatically in.
- rights
- 利用者が持っている権限を一覧表示します。
- editcount
- 利用者の編集回数を追加します。
- registration
- 可能な場合、利用者の登録日時のタイムスタンプを追加します (空白になるかもしれません)。
- centralids
- Adds the central IDs and attachment status for the user.
- 値 (|もしくは別の文字列で区切る): blockinfo、centralids、editcount、groups、implicitgroups、registration、rights
- aulimit
返す利用者名の総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- auwitheditsonly
編集履歴のある利用者のみ一覧表示する。
- 型: 真偽値 (詳細)
- auactiveusers
最近 30 日間のアクティブな利用者のみを一覧表示する。
- 型: 真偽値 (詳細)
- auattachedwiki
With auprop=centralids, also indicate whether the user is attached with the wiki identified by this ID.
- Y で始まる利用者を一覧表示する。
- api.php?action=query&list=allusers&aufrom=Y [サンドボックスで開く]
list=backlinks (bl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたページにリンクしているすべてのページを検索します。
- bltitle
検索するページ名。blpageid とは同時に使用できません。
- blpageid
検索するページID。bltitleとは同時に使用できません。
- 型: 整数
- blcontinue
When more results are available, use this to continue.
- blnamespace
列挙する名前空間。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- bldir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- blfilterredir
How to filter for redirects. If set to nonredirects when blredirect is enabled, this is only applied to the second level.
- 値 (次の値のいずれか1つ): all、nonredirects、redirects
- Default: all
- bllimit
返すページの総数。blredirect を有効化した場合は、各レベルに対し個別にlimitが適用されます (つまり、最大で 2 * bllimit 件の結果が返されます)。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- blredirect
If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.
- 型: 真偽値 (詳細)
- Main page へのリンクを表示する。
- api.php?action=query&list=backlinks&bltitle=Main%20Page [サンドボックスで開く]
- Main page にリンクしているページの情報を取得する。
- api.php?action=query&generator=backlinks&gbltitle=Main%20Page&prop=info [サンドボックスで開く]
list=blocks (bk)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ブロックされた利用者とIPアドレスを一覧表示します。
- bkstart
列挙の始点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- bkend
列挙の終点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- bkdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: bkstart は bkend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: bkstart は bkend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- bkids
一覧表示するブロックIDのリスト (任意)。
- 型: 整数のリスト
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- bkusers
検索対象の利用者のリスト (任意)。
- 型: 利用者名、IP および IP範囲のいずれかを使った利用者のリスト
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- bkip
Get all blocks applying to this IP address or CIDR range, including range blocks. Cannot be used together with bkusers. CIDR ranges broader than IPv4/16 or IPv6/19 are not accepted.
- bklimit
一覧表示するブロックの最大数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- bkprop
取得するプロパティ:
- id
- ブロックのIDを追加します。
- user
- ブロックされた利用者の利用者名を追加します。
- userid
- ブロックされた利用者の利用者IDを追加します。
- by
- ブロック実行者の利用者名を追加します。
- byid
- ブロック実行者の利用者IDを追加します。
- timestamp
- ブロックが与えられたときのタイムスタンプを追加します。
- expiry
- ブロックの有効期限が切れたときのタイムスタンプを追加します。
- reason
- ブロックに指定された理由を追加します。
- range
- ブロックの影響を受けたIPアドレスの範囲を追加します。
- flags
- (autoblock, anononly, などとの) ban をタグ付けします。
- restrictions
- Adds the partial block restrictions if the block is not sitewide.
- 値 (|もしくは別の文字列で区切る): by、byid、expiry、flags、id、range、reason、restrictions、timestamp、user、userid
- Default: id|user|by|timestamp|expiry|reason|flags
- bkshow
これらの基準を満たす項目のみを表示します。 たとえば、IPアドレスの無期限ブロックのみを表示するには、bkshow=ip|!temp を設定します。
- 値 (|もしくは別の文字列で区切る): !account、!ip、!range、!temp、account、ip、range、temp
- bkcontinue
When more results are available, use this to continue.
- ブロックを一覧表示する。
- api.php?action=query&list=blocks [サンドボックスで開く]
- 利用者Alice および Bob のブロックを一覧表示する。
- api.php?action=query&list=blocks&bkusers=Alice|Bob [サンドボックスで開く]
list=categorymembers (cm)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたカテゴリ内のすべてのページを一覧表示します。
- cmtitle
一覧表示するカテゴリ (必須)。カテゴリ: 接頭辞を含まなければなりません。cmpageid とは同時に使用できません。
- cmpageid
一覧表示するカテゴリのページID. cmtitle とは同時に使用できません。
- 型: 整数
- cmprop
どの情報を結果に含めるか:
- ids
- ページIDを追加します。
- title
- ページ名と名前空間IDを追加します。
- sortkey
- カテゴリでの並べ替えに使用するソートキーを追加します (16進数文字列)。
- sortkeyprefix
- Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).
- type
- Adds the type that the page has been categorised as (page, subcat or file).
- timestamp
- ページが含まれていたときのタイムスタンプを追加します。
- 値 (|もしくは別の文字列で区切る): ids、sortkey、sortkeyprefix、timestamp、title、type
- Default: ids|title
- cmnamespace
Only include pages in these namespaces. Note that cmtype=subcat or cmtype=file may be used instead of cmnamespace=14 or 6.
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- cmtype
Which type of category members to include. Ignored when cmsort=timestamp is set.
- 値 (|もしくは別の文字列で区切る): file、page、subcat
- Default: page|subcat|file
- cmcontinue
When more results are available, use this to continue.
- cmlimit
返すページの最大数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- cmsort
並べ替えに使用するプロパティ。
- 値 (次の値のいずれか1つ): sortkey、timestamp
- Default: sortkey
- cmdir
In which direction to sort.
- 値 (次の値のいずれか1つ): asc、ascending、desc、descending、newer、older
- Default: ascending
- cmstart
列挙の始点となるタイムスタンプ。cmsort=timestampを指定した場合のみ使用できます。
- Type: timestamp (allowed formats)
- cmend
列挙の終点となるタイムスタンプ。cmsort=timestampを指定した場合のみ使用できます。
- Type: timestamp (allowed formats)
- cmstarthexsortkey
Sortkey to start listing from, as returned by cmprop=sortkey. Can only be used with cmsort=sortkey.
- cmendhexsortkey
Sortkey to end listing at, as returned by cmprop=sortkey. Can only be used with cmsort=sortkey.
- cmstartsortkeyprefix
列挙の始点となるソートキーの接頭辞。cmsort=sortkeyを指定した場合のみ使用できます。cmstarthexsortkeyをオーバーライドします。
- cmendsortkeyprefix
Sortkey prefix to end listing before (not at; if this value occurs it will not be included!). Can only be used with cmsort=sortkey. Overrides cmendhexsortkey.
- cmstartsortkey
- 廃止予定です。
代わりに cmstarthexsortkey を使用してください。
- cmendsortkey
- 廃止予定です。
代わりに cmendhexsortkey を使用してください。
- Category:Physics に含まれる最初の10ページを取得する。
- api.php?action=query&list=categorymembers&cmtitle=Category:Physics [サンドボックスで開く]
- Category:Physics に含まれる最初の10ページのページ情報を取得する。
- api.php?action=query&generator=categorymembers&gcmtitle=Category:Physics&prop=info [サンドボックスで開く]
list=deletedrevs (dr)
- このモジュールは廃止予定です。
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
削除された版を一覧表示します。
Operates in three modes:
- List deleted revisions for the given titles, sorted by timestamp.
- List deleted contributions for the given user, sorted by timestamp (no titles specified).
- List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, druser not set).
Certain parameters only apply to some modes and are ignored in others.
- drstart
列挙の始点となるタイムスタンプ。
- モード: 1、2
- Type: timestamp (allowed formats)
- drend
列挙の終点となるタイムスタンプ。
- モード: 1、2
- Type: timestamp (allowed formats)
- drdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: drstart は drend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: drstart は drend 以降でなければなりません。
- モード: 1、3
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- drfrom
列挙の始点となるページ名。
- モード: 3
- drto
列挙の終点となるページ名。
- モード: 3
- drprefix
Search for all page titles that begin with this value.
- モード: 3
- drunique
List only one revision for each page.
- モード: 3
- 型: 真偽値 (詳細)
- drnamespace
この名前空間に含まれるページのみを一覧表示します。
- モード: 3
- 値 (次の値のいずれか1つ): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- Default: 0
- drtag
このタグが付与された版のみを一覧表示する。
- druser
この利用者による版のみを一覧表示する。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- drexcludeuser
この利用者による版を一覧表示しない。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- drprop
どの情報を取得するか:
- revid
- 削除された版の版IDを追加します。
- parentid
- ページの前の版の版IDを追加します。
- user
- 版を作成した利用者を追加します。
- userid
- 版を作成した利用者のIDを追加します。
- comment
- 版のコメントを追加します。
- parsedcomment
- 版のコメントを構文解析して追加します。
- minor
- 版が細部の編集かどうか印をつけます。
- len
- 版の長さ (バイト) を追加します。
- sha1
- 版のSHA-1 (base 16) を追加します。
- content
- 版の内容を追加します。
- token
- 廃止予定です。編集トークンを返します。
- tags
- 版のタグです。
- 値 (|もしくは別の文字列で区切る): comment、content、len、minor、parentid、parsedcomment、revid、sha1、tags、token、user、userid
- Default: user|comment
- drlimit
一覧表示する版の最大量。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- drcontinue
When more results are available, use this to continue.
- ページ Main Page および Talk:Main Page の最後に削除された版を内容と共に一覧表示する(モード 1)。
- api.php?action=query&list=deletedrevs&titles=Main%20Page|Talk:Main%20Page&drprop=user|comment|content [サンドボックスで開く]
- Bob による、削除された最後の50投稿を一覧表示する(モード 2)。
- api.php?action=query&list=deletedrevs&druser=Bob&drlimit=50 [サンドボックスで開く]
- 標準名前空間にある削除された最初の50版を一覧表示する(モード 3)。
- api.php?action=query&list=deletedrevs&drdir=newer&drlimit=50 [サンドボックスで開く]
- トーク名前空間にある削除された最初の50版を一覧表示する(モード 3)。
- api.php?action=query&list=deletedrevs&drdir=newer&drlimit=50&drnamespace=1&drunique= [サンドボックスで開く]
list=embeddedin (ei)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Find all pages that embed (transclude) the given title.
- eititle
検索するページ名。eipageid とは同時に使用できません。
- eipageid
検索するページID. eititleとは同時に使用できません。
- 型: 整数
- eicontinue
When more results are available, use this to continue.
- einamespace
列挙する名前空間。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- eidir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- eifilterredir
転送ページを絞り込む方法。
- 値 (次の値のいずれか1つ): all、nonredirects、redirects
- Default: all
- eilimit
返すページの総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- Template:Stub を参照読み込みしているページを表示する。
- api.php?action=query&list=embeddedin&eititle=Template:Stub [サンドボックスで開く]
- Template:Stub を参照読み込みしているページに関する情報を取得する。
- api.php?action=query&generator=embeddedin&geititle=Template:Stub&prop=info [サンドボックスで開く]
list=exturlusage (eu)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたURLを含むページを一覧表示します。
- euprop
どの情報を結果に含めるか:
- ids
- ページのIDを追加します。
- title
- ページ名と名前空間IDを追加します。
- url
- ページ内で使用されているURLを追加します。
- 値 (|もしくは別の文字列で区切る): ids、title、url
- Default: ids|title|url
- eucontinue
When more results are available, use this to continue.
- euprotocol
URLのプロトコル。このパラメーターが空であり、かつeuquery が設定されている場合, protocol は http となります。すべての外部リンクを一覧表示するためにはこのパラメーターと euquery の両方を空にしてください。
- 値 (次の値のいずれか1つ): Can be empty, or bitcoin、ftp、ftps、geo、git、gopher、http、https、irc、ircs、magnet、mailto、mms、news、nntp、redis、sftp、sip、sips、sms、ssh、svn、tel、telnet、urn、worldwind、xmpp
- 既定値: (空)
- euquery
プロトコルを除いた検索文字列。Special:LinkSearch も参照してください。すべての外部リンクを一覧表示するには空欄にしてください。
- eunamespace
列挙するページ名前空間。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- eulimit
返すページの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- euexpandurl
Expand protocol-relative URLs with the canonical protocol.
- 型: 真偽値 (詳細)
list=filearchive (fa)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
削除されたファイルをすべて順に列挙します。
- fafrom
列挙の始点となる画像のページ名。
- fato
列挙の終点となる画像のページ名。
- faprefix
Search for all image titles that begin with this value.
- fadir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- fasha1
画像の SHA1 ハッシュ値。fasha1base36 をオーバーライドします。
- fasha1base36
SHA1 hash of image in base 36 (used in MediaWiki).
- faprop
どの画像情報を取得するか:
- sha1
- Adds SHA-1 hash for the image.
- timestamp
- バージョンがアップロードされたタイムスタンプを追加します。
- user
- 画像のバージョンをアップロードした利用者を追加します。
- size
- バイト単位での画像や高さ、幅、ページ数のサイズを追加します(該当する場合)。
- dimensions
- Alias for size.
- description
- Adds description of the image version.
- parseddescription
- Parse the description of the version.
- mime
- 画像の MIME を追加します。
- mediatype
- 画像のメディア・タイプを追加します。
- metadata
- 画像のバージョンの Exif メタデータを一覧表示します。
- bitdepth
- バージョンのビット深度を追加します。
- archivename
- 非最新バージョンのアーカイブバージョンのファイル名を追加します。
- 値 (|もしくは別の文字列で区切る): archivename、bitdepth、description、dimensions、mediatype、metadata、mime、parseddescription、sha1、size、timestamp、user
- Default: timestamp
- falimit
How many images to return in total.
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- facontinue
When more results are available, use this to continue.
- 削除されたファイルの一覧を表示する。
- api.php?action=query&list=filearchive [サンドボックスで開く]
list=imageusage (iu)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Find all pages that use the given image title.
- iutitle
検索するページ名。iupageid とは同時に使用できません。
- iupageid
検索するページID. iutitleとは同時に使用できません。
- 型: 整数
- iucontinue
When more results are available, use this to continue.
- iunamespace
列挙する名前空間。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- iudir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- iufilterredir
How to filter for redirects. If set to nonredirects when iuredirect is enabled, this is only applied to the second level.
- 値 (次の値のいずれか1つ): all、nonredirects、redirects
- Default: all
- iulimit
How many total pages to return. If iuredirect is enabled, the limit applies to each level separately (which means up to 2 * iulimit results may be returned).
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- iuredirect
If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.
- 型: 真偽値 (詳細)
list=iwbacklinks (iwbl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Find all pages that link to the given interwiki link.
Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively "all interwiki links".
- iwblprefix
インターウィキ接頭辞。
- iwbltitle
検索するウィキ間リンク。iwblblprefixと同時に使用しなければなりません。
- iwblcontinue
When more results are available, use this to continue.
- iwbllimit
返すページの総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- iwblprop
取得するプロパティ:
- iwprefix
- インターウィキ接頭辞を追加します。
- iwtitle
- ウィキ間リンクのページ名を追加します。
- 値 (|もしくは別の文字列で区切る): iwprefix、iwtitle
- 既定値: (空)
- iwbldir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
list=langbacklinks (lbl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられた言語間リンクにリンクしているすべてのページを返します。
Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively "all language links".
Note that this may not consider language links added by extensions.
- lbllang
言語間リンクの言語。
- lbltitle
検索する言語間リンク。lbllang と同時に使用しなければなりません。
- lblcontinue
When more results are available, use this to continue.
- lbllimit
返すページの総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- lblprop
取得するプロパティ:
- lllang
- 言語間リンクの言語コードを追加します。
- lltitle
- 言語間リンクのページ名を追加します。
- 値 (|もしくは別の文字列で区切る): lllang、lltitle
- 既定値: (空)
- lbldir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
list=logevents (le)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Get events from logs.
- leprop
取得するプロパティ:
- ids
- 記録イベントのIDを追加します。
- title
- 記録イベントにページ名を追加します。
- type
- 記録イベントのタイプを追加します。
- user
- Adds the user responsible for the log event.
- userid
- Adds the user ID who was responsible for the log event.
- timestamp
- Adds the timestamp for the log event.
- comment
- 記録イベントのコメントを追加します。
- parsedcomment
- 記録イベントの構文解析されたコメントを追加します。
- details
- 記録イベントに関する追加の詳細を一覧表示します。
- tags
- 記録イベントのタグを一覧表示します。
- 値 (|もしくは別の文字列で区切る): comment、details、ids、parsedcomment、tags、timestamp、title、type、user、userid
- Default: ids|title|type|user|timestamp|comment|details
- letype
このタイプの記録項目のみに絞り込む。
- 値 (次の値のいずれか1つ): Can be empty, or block、contentmodel、create、delete、import、managetags、merge、move、newusers、patrol、protect、rights、suppress、tag、upload、usermerge
- leaction
Filter log actions to only this action. Overrides letype. In the list of possible values, values with the asterisk wildcard such as action/* can have different strings after the slash (/).
- 値 (次の値のいずれか1つ): block/block、block/reblock、block/unblock、contentmodel/change、contentmodel/new、create/create、delete/delete、delete/delete_redir、delete/event、delete/restore、delete/revision、import/interwiki、import/upload、managetags/activate、managetags/create、managetags/deactivate、managetags/delete、merge/merge、move/move、move/move_redir、newusers/autocreate、newusers/byemail、newusers/create、newusers/create2、newusers/newusers、patrol/autopatrol、patrol/patrol、protect/modify、protect/move_prot、protect/protect、protect/unprotect、rights/autopromote、rights/rights、suppress/block、suppress/delete、suppress/event、suppress/reblock、suppress/revision、tag/update、upload/overwrite、upload/revert、upload/upload、usermerge/*
- lestart
列挙の始点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- leend
列挙の終点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- ledir
列挙の方向:
- newer
- 古いものを先に表示します。注意: lestart は leend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: lestart は leend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- leuser
与えられた利用者による記録項目に絞り込む。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- letitle
そのページに関連する記録項目に絞り込む。
- lenamespace
与えられた名前空間内の記録項目に絞り込む。
- 値 (次の値のいずれか1つ): -1、-2、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- leprefix
この接頭辞ではじまる記録項目に絞り込む。
- letag
このタグが付与された記録項目のみ表示する。
- lelimit
返す記録項目の総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- lecontinue
When more results are available, use this to continue.
- 最近の記録項目を一覧表示する。
- api.php?action=query&list=logevents [サンドボックスで開く]
list=mystashedfiles (msf)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Get a list of files in the current user's upload stash.
- msfprop
ファイルのどのプロパティを取得するか。
- size
- ファイルサイズと画像の大きさを取得します。
- type
- ファイルの MIME タイプとメディアタイプを取得します。
- 値 (|もしくは別の文字列で区切る): size、type
- 既定値: (空)
- msflimit
取得するファイルの数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- msfcontinue
When more results are available, use this to continue.
- Get the filekey, file size, and pixel size of files in the current user's upload stash.
- api.php?action=query&list=mystashedfiles&msfprop=size [サンドボックスで開く]
list=pagepropnames (ppn)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Wiki内で使用されているすべてのページプロパティ名を一覧表示します。
- ppncontinue
When more results are available, use this to continue.
- ppnlimit
返す名前の最大数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- 最初の10個のプロパティ名を取得する。
- api.php?action=query&list=pagepropnames [サンドボックスで開く]
list=pageswithprop (pwp)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたページプロパティが使用されているすべてのページを一覧表示します。
- pwppropname
Page property for which to enumerate pages (action=query&list=pagepropnames returns page property names in use).
- このパラメーターは必須です。
- pwpprop
どの情報を結果に含めるか:
- ids
- ページIDを追加します。
- title
- ページ名と名前空間IDを追加します。
- value
- ページプロパティの値を追加。
- 値 (|もしくは別の文字列で区切る): ids、title、value
- Default: ids|title
- pwpcontinue
When more results are available, use this to continue.
- pwplimit
返すページの最大数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- pwpdir
In which direction to sort.
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
{{DISPLAYTITLE:}}
を使用している最初の10ページを一覧表示する。- api.php?action=query&list=pageswithprop&pwppropname=displaytitle&pwpprop=ids|title|value [サンドボックスで開く]
__NOTOC__
を使用している最初の10ページについての追加情報を取得する。- api.php?action=query&generator=pageswithprop&gpwppropname=notoc&prop=info [サンドボックスで開く]
list=prefixsearch (ps)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ページ名の先頭一致検索を行います。
名前が似ていますが、このモジュールはSpecial:PrefixIndexと等価であることを意図しません。そのような目的ではaction=query&list=allpages を apprefix パラメーターと共に使用してください。このモジュールの目的は action=opensearch と似ています: 利用者から入力を受け取り、最も適合するページ名を提供するというものです。検索エンジンのバックエンドによっては、誤入力の訂正や、転送の回避、その他のヒューリスティクスが適用されることがあります。
- pssearch
検索文字列。
- このパラメーターは必須です。
- psnamespace
検索する名前空間。pssearchが有効な名前空間接頭辞で始まる場合は無視されます。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- Default: 0
- pslimit
返す結果の最大数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- psoffset
When more results are available, use this to continue.
- 型: 整数
- Default: 0
- meaning で始まるページ名を検索する。
- api.php?action=query&list=prefixsearch&pssearch=meaning [サンドボックスで開く]
list=protectedtitles (pt)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
作成保護が掛けられているページを一覧表示します。
- ptnamespace
この名前空間に含まれるページのみを一覧表示します。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- ptlevel
この保護レベルのページのみを一覧表示します。
- 値 (|もしくは別の文字列で区切る): autoconfirmed、sysop
- ptlimit
返すページの総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- ptdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: ptstart は ptend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: ptstart は ptend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- ptstart
一覧表示の始点となる保護タイムスタンプ。
- Type: timestamp (allowed formats)
- ptend
一覧表示の終点となる保護タイムスタンプ。
- Type: timestamp (allowed formats)
- ptprop
取得するプロパティ:
- timestamp
- Adds the timestamp of when protection was added.
- user
- Adds the user that added the protection.
- userid
- Adds the user ID that added the protection.
- comment
- Adds the comment for the protection.
- parsedcomment
- Adds the parsed comment for the protection.
- expiry
- Adds the timestamp of when the protection will be lifted.
- level
- 保護レベルを追加します。
- 値 (|もしくは別の文字列で区切る): comment、expiry、level、parsedcomment、timestamp、user、userid
- Default: timestamp|level
- ptcontinue
When more results are available, use this to continue.
- 保護されているページを一覧表示する。
- api.php?action=query&list=protectedtitles [サンドボックスで開く]
- 標準名前空間にある保護されたページへのリンクを検索する。
- api.php?action=query&generator=protectedtitles&gptnamespace=0&prop=linkshere [サンドボックスで開く]
list=querypage (qp)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Get a list provided by a QueryPage-based special page.
- qppage
特別ページの名前です。これは大文字小文字を区別することに注意。
- このパラメーターは必須です。
- 値 (次の値のいずれか1つ): Ancientpages、BrokenRedirects、Deadendpages、DoubleRedirects、Fewestrevisions、ListDuplicatedFiles、Listredirects、Lonelypages、Longpages、MediaStatistics、Mostcategories、Mostimages、Mostinterwikis、Mostlinked、Mostlinkedcategories、Mostlinkedtemplates、Mostrevisions、Shortpages、Uncategorizedcategories、Uncategorizedimages、Uncategorizedpages、Uncategorizedtemplates、Unusedcategories、Unusedimages、Unusedtemplates、Unwatchedpages、Wantedcategories、Wantedfiles、Wantedpages、Wantedtemplates、Withoutinterwiki
- qpoffset
When more results are available, use this to continue.
- 型: 整数
- Default: 0
- qplimit
返す結果の数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
list=random (rn)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
ランダムなページのセットを取得します。
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.
- rnnamespace
この名前空間にあるページのみを返します。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- rnfilterredir
転送ページを絞り込む方法。
- 値 (次の値のいずれか1つ): all、nonredirects、redirects
- Default: nonredirects
- rnredirect
- 廃止予定です。
代わりに rnfilterredir=redirects を使用してください。
- 型: 真偽値 (詳細)
- rnlimit
返す無作為なページの数を制限する。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 1
- rncontinue
When more results are available, use this to continue.
- 標準名前空間から2つのページを無作為に返す。
- api.php?action=query&list=random&rnnamespace=0&rnlimit=2 [サンドボックスで開く]
- 標準名前空間から無作為に選ばれた2つのページのページ情報を返す。
- api.php?action=query&generator=random&grnnamespace=0&grnlimit=2&prop=info [サンドボックスで開く]
list=recentchanges (rc)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
最近の更新を一覧表示します。
- rcstart
列挙の始点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- rcend
列挙の終点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- rcdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: rcstart は rcend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: rcstart は rcend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- rcnamespace
この名前空間の変更のみに絞り込む。
- 値 (|もしくは別の文字列で区切る): -1、-2、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- rcuser
この利用者による変更のみを一覧表示する。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- rcexcludeuser
この利用者による変更を一覧表示しない。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- rctag
このタグが付与された版のみ一覧表示する。
- rcprop
Include additional pieces of information:
- user
- Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a userhidden property will be returned.
- userid
- Adds the user ID responsible for the edit. If the user has been revision deleted, a userhidden property will be returned.
- comment
- Adds the comment for the edit. If the comment has been revision deleted, a commenthidden property will be returned.
- parsedcomment
- 構文解析された編集コメントを追加します。
- flags
- 編集のフラグを追加します。
- timestamp
- 編集のタイムスタンプを追加します。
- title
- 編集のページ名を追加します。
- ids
- ページID、最近の更新IDと新旧の版IDを追加します。
- sizes
- バイト単位の新旧のページの長さを追加します。
- redirect
- 編集されたページが転送ページである場合、印を付けます。
- patrolled
- 巡回可能な編集について、巡回済みかどうか印を付けます。
- loginfo
- 記録項目に記録の情報 (記録ID, 記録タイプなど) を追加します。
- tags
- エントリのタグを一覧表示します。
- sha1
- Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a sha1hidden property will be returned.
- 値 (|もしくは別の文字列で区切る): comment、flags、ids、loginfo、parsedcomment、patrolled、redirect、sha1、sizes、tags、timestamp、title、user、userid
- Default: title|timestamp|ids
- rctoken
- 廃止予定です。
代わりに action=query&meta=tokens を使用してください。
- 値 (|もしくは別の文字列で区切る): patrol
- rcshow
Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set rcshow=minor|!anon.
- 値 (|もしくは別の文字列で区切る): !anon、!autopatrolled、!bot、!minor、!patrolled、!redirect、anon、autopatrolled、bot、minor、patrolled、redirect、unpatrolled
- rclimit
返す変更の総数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- rctype
Which types of changes to show.
- 値 (|もしくは別の文字列で区切る): categorize、edit、external、log、new
- Default: edit|new|log|categorize
- rctoponly
最新の版である変更のみを一覧表示する。
- 型: 真偽値 (詳細)
- rctitle
Filter entries to those related to a page.
- rccontinue
When more results are available, use this to continue.
- rcgeneraterevisions
ジェネレータとして使用される場合、版IDではなくページ名を生成します。関連する版IDのない最近の変更の項目 (例えば、ほとんどの記録項目) は何も生成しません。
- 型: 真偽値 (詳細)
- rcslot
Only list changes that touch the named slot.
- 値 (次の値のいずれか1つ): main
- 最近の更新を一覧表示する。
- api.php?action=query&list=recentchanges [サンドボックスで開く]
- Get page info about recent unpatrolled changes.
- api.php?action=query&generator=recentchanges&grcshow=!patrolled&prop=info [サンドボックスで開く]
list=search (sr)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
全文検索を行います。
- srsearch
この値を含むページ名または本文を検索します。Wikiの検索バックエンド実装に応じて、あなたは特別な検索機能を呼び出すための文字列を検索することができます。
- このパラメーターは必須です。
- srnamespace
この名前空間内のみを検索します。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- Default: 0
- srlimit
返すページの総数です。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- sroffset
When more results are available, use this to continue.
- 型: 整数
- Default: 0
- srwhat
実行する検索の種類です。
- 値 (次の値のいずれか1つ): nearmatch、text、title
- srinfo
どのメタデータを返すか。
- 値 (|もしくは別の文字列で区切る): rewrittenquery、suggestion、totalhits
- Default: totalhits|suggestion|rewrittenquery
- srprop
返すプロパティ:
- size
- バイト単位のページのサイズを追加します。
- wordcount
- ページのワード数を追加します。
- timestamp
- ページが最後に編集されたときのタイムスタンプを追加します。
- snippet
- Adds a parsed snippet of the page.
- titlesnippet
- Adds a parsed snippet of the page title.
- redirecttitle
- Adds the title of the matching redirect.
- redirectsnippet
- Adds a parsed snippet of the redirect title.
- sectiontitle
- 合致するタイトルを追加します。
- sectionsnippet
- Adds a parsed snippet of the matching section title.
- isfilematch
- Adds a boolean indicating if the search matched file content.
- categorysnippet
- Adds a parsed snippet of the matching category.
- score
- 廃止予定です。 Ignored.
- hasrelated
- 廃止予定です。 Ignored.
- extensiondata
- Adds extra data generated by extensions.
- 値 (|もしくは別の文字列で区切る): categorysnippet、extensiondata、isfilematch、redirectsnippet、redirecttitle、sectionsnippet、sectiontitle、size、snippet、timestamp、titlesnippet、wordcount、hasrelated、score
- Default: size|wordcount|timestamp|snippet
- srinterwiki
Include interwiki results in the search, if available.
- 型: 真偽値 (詳細)
- srenablerewrites
Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.
- 型: 真偽値 (詳細)
- srsort
Set the sort order of returned results.
- 値 (次の値のいずれか1つ): relevance
- Default: relevance
- meaning を検索する。
- api.php?action=query&list=search&srsearch=meaning [サンドボックスで開く]
- Search texts for meaning.
- api.php?action=query&list=search&srwhat=text&srsearch=meaning [サンドボックスで開く]
- meaning の検索で返されたページのページ情報を取得する。
- api.php?action=query&generator=search&gsrsearch=meaning&prop=info [サンドボックスで開く]
list=tags (tg)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
変更タグを一覧表示します。
- tgcontinue
When more results are available, use this to continue.
- tglimit
一覧表示するタグの最大数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- tgprop
取得するプロパティ:
- displayname
- タグのためのシステムメッセージを追加します。
- description
- タグの説明を追加します。
- hitcount
- 版の記録項目の数と、このタグを持っている記録項目の数を、追加します。
- defined
- Indicate whether the tag is defined.
- source
- Gets the sources of the tag, which may include extension for extension-defined tags and manual for tags that may be applied manually by users.
- active
- Whether the tag is still being applied.
- 値 (|もしくは別の文字列で区切る): active、defined、description、displayname、hitcount、source
- 既定値: (空)
list=usercontribs (uc)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
利用者によるすべての編集を取得します。
- uclimit
返す投稿記録の最大数。
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- ucstart
The start timestamp to return from.
- Type: timestamp (allowed formats)
- ucend
The end timestamp to return to.
- Type: timestamp (allowed formats)
- uccontinue
When more results are available, use this to continue.
- ucuser
投稿記録を取得する利用者。ucuserids または ucuserprefix とは同時に使用できません。
- 型: 利用者名、IP および インターウィキの名前(例: "prefix>ExampleName")のいずれかを使った利用者のリスト
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- ucuserids
投稿記録を取得する利用者のID。ucuser または ucuserprefix とは同時に使用できません。
- 型: 整数のリスト
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- ucuserprefix
この値で始まる名前のすべての利用者の投稿記録を取得します。ucuser または ucuserids とは同時に使用できません。
- ucdir
列挙の方向:
- newer
- 古いものを先に表示します。注意: ucstart は ucend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: ucstart は ucend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- ucnamespace
この名前空間への投稿記録のみを一覧表示する。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- ucprop
Include additional pieces of information:
- ids
- ページIDと版IDを追加します。
- title
- ページ名と名前空間IDを追加します。
- timestamp
- 編集のタイムスタンプを追加します。
- comment
- 編集のコメントを追加します。
- parsedcomment
- 構文解析された編集コメントを追加します。
- size
- 編集の新しいサイズを追加します。
- sizediff
- Adds the size delta of the edit against its parent.
- flags
- Adds flags of the edit.
- patrolled
- Tags patrolled edits.
- tags
- Lists tags for the edit.
- 値 (|もしくは別の文字列で区切る): comment、flags、ids、parsedcomment、patrolled、size、sizediff、tags、timestamp、title
- Default: ids|title|timestamp|comment|size|flags
- ucshow
Show only items that meet these criteria, e.g. non minor edits only: ucshow=!minor.
If ucshow=patrolled or ucshow=!patrolled is set, revisions older than $wgRCMaxAge (7776000 seconds) won't be shown.
- 値 (|もしくは別の文字列で区切る): !autopatrolled、!minor、!new、!patrolled、!top、autopatrolled、minor、new、patrolled、top
- uctag
このタグが付与された版のみを一覧表示する。
- uctoponly
- 廃止予定です。
最新の版である変更のみを一覧表示する。
- 型: 真偽値 (詳細)
- 利用者 Example の投稿記録を表示する。
- api.php?action=query&list=usercontribs&ucuser=Example [サンドボックスで開く]
- 192.0.2. から始まるすべてのIPアドレスからの投稿記録を表示する。
- api.php?action=query&list=usercontribs&ucuserprefix=192.0.2. [サンドボックスで開く]
list=users (us)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
利用者のリストについての情報を取得します。
- usprop
どの情報を結果に含めるか:
- blockinfo
- Tags if the user is blocked, by whom, and for what reason.
- groups
- Lists all the groups each user belongs to.
- groupmemberships
- Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.
- implicitgroups
- Lists all the groups a user is automatically a member of.
- rights
- Lists all the rights each user has.
- editcount
- Adds the user's edit count.
- registration
- Adds the user's registration timestamp.
- emailable
- Tags if the user can and wants to receive email through Special:Emailuser.
- gender
- Tags the gender of the user. Returns "male", "female", or "unknown".
- centralids
- Adds the central IDs and attachment status for the user.
- cancreate
- Indicates whether an account for valid but unregistered usernames can be created.
- 値 (|もしくは別の文字列で区切る): blockinfo、cancreate、centralids、editcount、emailable、gender、groupmemberships、groups、implicitgroups、registration、rights
- usattachedwiki
With usprop=centralids, indicate whether the user is attached with the wiki identified by this ID.
- ususers
A list of users to obtain information for.
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- ususerids
A list of user IDs to obtain information for.
- 型: 整数のリスト
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- ustoken
- 廃止予定です。
代わりに action=query&meta=tokens を使用してください。
- 値 (|もしくは別の文字列で区切る): userrights
list=watchlist (wl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
現在の利用者のウォッチリストにあるページへの最近の更新を取得します。
- wlallrev
Include multiple revisions of the same page within given timeframe.
- 型: 真偽値 (詳細)
- wlstart
列挙の始点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- wlend
列挙の終点となるタイムスタンプ。
- Type: timestamp (allowed formats)
- wlnamespace
この名前空間の変更のみに絞り込む。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- wluser
この利用者による変更のみを一覧表示する。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- wlexcludeuser
この利用者による変更を一覧表示しない。
- 型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
- wldir
列挙の方向:
- newer
- 古いものを先に表示します。注意: wlstart は wlend 以前でなければなりません。
- older
- 新しいものを先に表示します (既定)。注意: wlstart は wlend 以降でなければなりません。
- 値 (次の値のいずれか1つ): newer、older
- Default: older
- wllimit
How many total results to return per request.
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- wlprop
追加で取得するプロパティ:
- ids
- 版IDとページIDを追加します。
- title
- ページ名を追加します。
- flags
- 編集のフラグを追加します。
- user
- Adds the user who made the edit. If the user has been revision deleted, a userhidden property will be returned.
- userid
- Adds user ID of whoever made the edit. If the user has been revision deleted, a userhidden property will be returned.
- comment
- 編集のコメントを追加します。
- parsedcomment
- 編集の構文解析されたコメントを追加します。
- timestamp
- 編集のタイムスタンプを追加します。
- patrol
- Tags edits that are patrolled.
- sizes
- Adds the old and new lengths of the page.
- notificationtimestamp
- Adds timestamp of when the user was last notified about the edit.
- loginfo
- 適切な場合にログ情報を追加します。
- tags
- Lists tags for the entry.
- 値 (|もしくは別の文字列で区切る): comment、flags、ids、loginfo、notificationtimestamp、parsedcomment、patrol、sizes、tags、timestamp、title、user、userid
- Default: ids|title|flags
- wlshow
Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set wlshow=minor|!anon.
- 値 (|もしくは別の文字列で区切る): !anon、!autopatrolled、!bot、!minor、!patrolled、!unread、anon、autopatrolled、bot、minor、patrolled、unread
- wltype
Which types of changes to show:
- edit
- Regular page edits.
- new
- Page creations.
- log
- Log entries.
- external
- External changes.
- categorize
- Category membership changes.
- 値 (|もしくは別の文字列で区切る): categorize、edit、external、log、new
- Default: edit|new|log|categorize
- wlowner
Used along with wltoken to access a different user's watchlist.
- 型: 利用者名を使った利用者
- wltoken
A security token (available in the user's preferences) to allow access to another user's watchlist.
- wlcontinue
When more results are available, use this to continue.
- 現在の利用者のウォッチリストにある最近変更されたページの最新版を一覧表示します。
- api.php?action=query&list=watchlist [サンドボックスで開く]
- Fetch additional information about the top revision for recently changed pages on the current user's watchlist.
- api.php?action=query&list=watchlist&wlprop=ids|title|timestamp|user|comment [サンドボックスで開く]
- Fetch information about all recent changes to pages on the current user's watchlist.
- api.php?action=query&list=watchlist&wlallrev=&wlprop=ids|title|timestamp|user|comment [サンドボックスで開く]
- 現在の利用者のウォッチリスト上の最近更新されたページに関する情報を取得する。
- api.php?action=query&generator=watchlist&prop=info [サンドボックスで開く]
- Fetch revision info for recent changes to pages on the current user's watchlist.
- api.php?action=query&generator=watchlist&gwlallrev=&prop=revisions&rvprop=timestamp|user [サンドボックスで開く]
- List the top revision for recently changed pages on the watchlist of user Example.
- api.php?action=query&list=watchlist&wlowner=Example&wltoken=123ABC [サンドボックスで開く]
list=watchlistraw (wr)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
現在の利用者のウォッチリストにあるすべてのページを取得します。
- wrcontinue
When more results are available, use this to continue.
- wrnamespace
この名前空間に含まれるページのみを一覧表示します。
- 値 (|もしくは別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- すべての値を指定するには、*を用いてください。
- wrlimit
How many total results to return per request.
- 型: 整数または max
- The value must be between 1 and 500.
- Default: 10
- wrprop
追加で取得するプロパティ:
- changed
- Adds timestamp of when the user was last notified about the edit.
- 値 (|もしくは別の文字列で区切る): changed
- wrshow
Only list items that meet these criteria.
- 値 (|もしくは別の文字列で区切る): !changed、changed
- wrowner
Used along with wrtoken to access a different user's watchlist.
- 型: 利用者名を使った利用者
- wrtoken
A security token (available in the user's preferences) to allow access to another user's watchlist.
- wrdir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- Default: ascending
- wrfromtitle
Title (with namespace prefix) to begin enumerating from.
- wrtotitle
Title (with namespace prefix) to stop enumerating at.
- List pages on the current user's watchlist.
- api.php?action=query&list=watchlistraw [サンドボックスで開く]
- 現在の利用者のウォッチリスト上のページに関する情報を取得する。
- api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=info [サンドボックスで開く]
meta=allmessages (am)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Return messages from this site.
- ammessages
出力するメッセージ。 * (既定値) は、すべてのメッセージを意味します。
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- Default: *
- amprop
取得するプロパティ:
- 値 (|もしくは別の文字列で区切る): default
- amenableparser
Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).
- 型: 真偽値 (詳細)
- amnocontent
設定した場合、出力内のメッセージの内容が含まれていません。
- 型: 真偽値 (詳細)
- amincludelocal
Also include local messages, i.e. messages that don't exist in the software but do exist as in the MediaWiki namespace. This lists all MediaWiki-namespace pages, so it will also list those that aren't really messages such as Common.js.
- 型: 真偽値 (詳細)
- amargs
メッセージ中に展開される引数。
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- amfilter
この文字列を含んだ名前のメッセージのみを返す。
- amcustomised
変更された状態のメッセージのみを返す。
- 値 (次の値のいずれか1つ): all、modified、unmodified
- Default: all
- amlang
返すメッセージの言語。
- amfrom
Return messages starting at this message.
- amto
Return messages ending at this message.
- amtitle
Page name to use as context when parsing message (for amenableparser option).
- amprefix
この接頭辞を持つメッセージを返す。
- ipb- で始まるメッセージを表示する。
- api.php?action=query&meta=allmessages&refix=ipb- [サンドボックスで開く]
- ドイツ語のメッセージ august および mainpage を表示する。
- api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de [サンドボックスで開く]
meta=authmanagerinfo (ami)
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Retrieve information about the current authentication status.
- amisecuritysensitiveoperation
Test whether the user's current authentication status is sufficient for the specified security-sensitive operation.
- amirequestsfor
Fetch information about the authentication requests needed for the specified authentication action.
- 値 (次の値のいずれか1つ): change、create、create-continue、link、link-continue、login、login-continue、remove、unlink
- amimergerequestfields
Merge field information for all authentication requests into one array.
- 型: 真偽値 (詳細)
- amimessageformat
Format to use for returning messages.
- 値 (次の値のいずれか1つ): html、none、raw、wikitext
- Default: wikitext
- Fetch the requests that may be used when beginning a login.
- api.php?action=query&meta=authmanagerinfo&amirequestsfor=login [サンドボックスで開く]
- Fetch the requests that may be used when beginning a login, with form fields merged.
- api.php?action=query&meta=authmanagerinfo&amirequestsfor=login&amimergerequestfields=1 [サンドボックスで開く]
- Test whether authentication is sufficient for action foo.
- api.php?action=query&meta=authmanagerinfo&amisecuritysensitiveoperation=foo [サンドボックスで開く]
meta=filerepoinfo (fri)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Return meta information about image repositories configured on the wiki.
- friprop
Which repository properties to get (properties available may vary on other wikis).
- canUpload
- Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.
- displayname
- The human-readable name of the repository wiki.
- favicon
- Repository wiki's favicon URL, from $wgFavicon.
- initialCapital
- Whether file names implicitly start with a capital letter.
- local
- Whether that repository is the local one or not.
- name
- The key of the repository - used in e.g. $wgForeignFileRepos and imageinfo return values.
- rootUrl
- Root URL path for image paths.
- scriptDirUrl
- Root URL path for the repository wiki's MediaWiki installation.
- thumbUrl
- Root URL path for thumbnail paths.
- url
- Public zone URL path.
- 値 (|もしくは別の文字列で区切る): canUpload、displayname、favicon、initialCapital、local、name、rootUrl、scriptDirUrl、thumbUrl、url
- Default: canUpload|displayname|favicon|initialCapital|local|name|rootUrl|scriptDirUrl|thumbUrl|url
- ファイルリポジトリについての情報を取得します。
- api.php?action=query&meta=filerepoinfo&friprop=name|displayname [サンドボックスで開く]
meta=languageinfo (li)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Return information about available languages.
Continuation may be applied if retrieving the information takes too long for one request.
- liprop
Which information to get for each language.
- code
- The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)
- bcp47
- The BCP-47 language code.
- dir
- The writing direction of the language (either
ltr
orrtl
). - autonym
- The autonym of the language, that is, the name in that language.
- name
- The name of the language in the language specified by the uselang parameter, with language fallbacks applied if necessary.
- fallbacks
- The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly).
- variants
- The language codes of the variants supported by this language.
- 値 (|もしくは別の文字列で区切る): autonym、bcp47、code、dir、fallbacks、name、variants
- Default: code
- licode
Language codes of the languages that should be returned, or
*
for all languages.- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- Default: *
- licontinue
When more results are available, use this to continue.
- Get the language codes of all supported languages.
- api.php?action=query&meta=languageinfo [サンドボックスで開く]
- Get the autonyms and German names of all supported languages.
- api.php?action=query&meta=languageinfo&liprop=autonym|name&uselang=de [サンドボックスで開く]
- Get the fallback languages and variants of Occitan.
- api.php?action=query&meta=languageinfo&liprop=fallbacks|variants&licode=oc [サンドボックスで開く]
- Get the BCP-47 language code and direction of all supported languages.
- api.php?action=query&meta=languageinfo&liprop=bcp47|dir [サンドボックスで開く]
meta=siteinfo (si)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Return general information about the site.
- siprop
どの情報を取得するか:
- general
- システム全体の情報。
- namespaces
- List of registered namespaces and their canonical names.
- namespacealiases
- List of registered namespace aliases.
- specialpagealiases
- 特別ページの別名の一覧。
- magicwords
- マジックワードとこれらの別名の一覧。
- interwikimap
- Returns interwiki map (optionally filtered, optionally localised by using siinlanguagecode).
- dbrepllag
- Returns database server with the highest replication lag.
- statistics
- Returns site statistics.
- usergroups
- Returns user groups and the associated permissions.
- libraries
- Returns libraries installed on the wiki.
- extensions
- Returns extensions installed on the wiki.
- fileextensions
- アップロードが許可されているファイル拡張子の一覧を返します。
- rightsinfo
- Returns wiki rights (license) information if available.
- restrictions
- Returns information on available restriction (protection) types.
- languages
- Returns a list of languages MediaWiki supports (optionally localised by using siinlanguagecode).
- languagevariants
- Returns a list of language codes for which LanguageConverter is enabled, and the variants supported for each.
- skins
- Returns a list of all enabled skins (optionally localised by using siinlanguagecode, otherwise in the content language).
- extensiontags
- Returns a list of parser extension tags.
- functionhooks
- Returns a list of parser function hooks.
- showhooks
- Returns a list of all subscribed hooks (contents of $wgHooks).
- variables
- Returns a list of variable IDs.
- protocols
- Returns a list of protocols that are allowed in external links.
- defaultoptions
- Returns the default values for user preferences.
- uploaddialog
- Returns the upload dialog configuration.
- 値 (|もしくは別の文字列で区切る): dbrepllag、defaultoptions、extensions、extensiontags、fileextensions、functionhooks、general、interwikimap、languages、languagevariants、libraries、magicwords、namespacealiases、namespaces、protocols、restrictions、rightsinfo、showhooks、skins、specialpagealiases、statistics、uploaddialog、usergroups、variables
- Default: general
- sifilteriw
Return only local or only nonlocal entries of the interwiki map.
- 値 (次の値のいずれか1つ): !local、local
- sishowalldb
List all database servers, not just the one lagging the most.
- 型: 真偽値 (詳細)
- sinumberingroup
利用者グループに属する利用者の数を一覧表示します。
- 型: 真偽値 (詳細)
- siinlanguagecode
Language code for localised language names (best effort) and skin names.
- サイト情報を取得する。
- api.php?action=query&meta=siteinfo&siprop=general|namespaces|namespacealiases|statistics [サンドボックスで開く]
- Fetch a list of local interwiki prefixes.
- api.php?action=query&meta=siteinfo&siprop=interwikimap&sifilteriw=local [サンドボックスで開く]
- Check the current replication lag.
- api.php?action=query&meta=siteinfo&siprop=dbrepllag&sishowalldb= [サンドボックスで開く]
meta=tokens
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
データ変更操作用のトークンを取得します。
- type
リクエストするトークンの種類。
- 値 (|もしくは別の文字列で区切る): createaccount、csrf、login、patrol、rollback、userrights、watch
- Default: csrf
- csrfトークンを取得する (既定)。
- api.php?action=query&meta=tokens [サンドボックスで開く]
- ウォッチトークンおよび巡回トークンを取得する。
- api.php?action=query&meta=tokens&type=watch|patrol [サンドボックスで開く]
meta=userinfo (ui)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
現在の利用者に関する情報を取得します。
- uiprop
どの情報を結果に含めるか:
- blockinfo
- Tags if the current user is blocked, by whom, and for what reason.
- hasmsg
- Adds a tag messages if the current user has pending messages.
- groups
- Lists all the groups the current user belongs to.
- groupmemberships
- Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.
- implicitgroups
- Lists all the groups the current user is automatically a member of.
- rights
- Lists all the rights the current user has.
- changeablegroups
- Lists the groups the current user can add to and remove from.
- options
- Lists all preferences the current user has set.
- editcount
- Adds the current user's edit count.
- ratelimits
- Lists all rate limits applying to the current user.
- Adds the user's email address and email authentication date.
- realname
- 利用者の本名を追加します。
- acceptlang
- Echoes the
Accept-Language
header sent by the client in a structured format. - registrationdate
- Adds the user's registration date.
- unreadcount
- Adds the count of unread pages on the user's watchlist (maximum 999; returns 1000+ if more).
- centralids
- Adds the central IDs and attachment status for the user.
- preferencestoken
- 廃止予定です。 Get a token to change current user's preferences.
- latestcontrib
- Adds the date of user's latest contribution.
- 値 (|もしくは別の文字列で区切る): acceptlang、blockinfo、centralids、changeablegroups、editcount、email、groupmemberships、groups、hasmsg、implicitgroups、latestcontrib、options、ratelimits、realname、registrationdate、rights、unreadcount、preferencestoken
- すべての値を指定するには、*を用いてください。
- uiattachedwiki
With uiprop=centralids, indicate whether the user is attached with the wiki identified by this ID.
- 現在の利用者に関する情報を取得します。
- api.php?action=query&meta=userinfo [サンドボックスで開く]
- 現在の利用者に関する追加情報を取得します。
- api.php?action=query&meta=userinfo&uiprop=blockinfo|groups|rights|hasmsg [サンドボックスで開く]