MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=tdbtitles

(main | query | tdbtitles)
  • This module requires read rights.
  • Source: TouhouThemeDB
  • License: Unlicense

Lists all existing title translations for Touhou music themes in a given language.

The returned object uses theme IDs ("<release ID>_<two-digit track number within release>") as its keys. Their values are either

  • strings, for the title of a theme
  • or, for themes with duplicated titles, one-element arrays with the theme ID of the original title. This referenced ID is always part of the returned list.
Parameter:
language

MediaWiki language code.

This parameter is required.
Examples:
Get the original Japanese theme titles of the entire series, in a compact raw UTF-8 JSON format, and without MediaWiki's dumb "batchcomplete" value.
api.php?action=query&list=tdbtitles&language=ja&format=json&utf8&rawcontinue [open in sandbox]
Get all existing theme title translations into Esperanto across the entire series, in a compact raw UTF-8 JSON format, and without MediaWiki's dumb "batchcomplete" value.
api.php?action=query&list=tdbtitles&language=eo&format=json&utf8&rawcontinue [open in sandbox]