MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=wblinktitles
- This module requires read rights.
 - This module requires write rights.
 - This module only accepts POST requests.
 - Source: WikibaseClient
 - License: GPL-2.0-or-later
 
Associates two pages on two different wikis with a Wikibase item.
- returnto
 Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited.
- Type: page title
 - Accepts non-existent pages.
 - returntoquery
 URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.
- Default: (empty)
 - returntoanchor
 URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.
- Default: (empty)
 - tosite
 An identifier for the site on which the page resides. Use together with totitle to make a complete sitelink.
- This parameter is required.
 - One of the following values:
 - totitle
 Title of the page to associate. Use together with tosite to make a complete sitelink.
- This parameter is required.
 - fromsite
 An identifier for the site on which the page resides. Use together with fromtitle to make a complete sitelink.
- This parameter is required.
 - One of the following values:
 - fromtitle
 Title of the page to associate. Use together with fromsite to make a complete sitelink.
- This parameter is required.
 - token
 A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
 - bot
 Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "bot".
- Type: boolean (details)
 
- Add a link "Hydrogen" from the English page to "Wasserstoff" at the German page
 - api.php?action=wblinktitles&fromsite=enwiki&fromtitle=Hydrogen&tosite=dewiki&totitle=Wasserstoff [open in sandbox]