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

meta=cxdeletedtranslations (dt)

(main | query | cxdeletedtranslations)
  • This module is internal or unstable, and you should not use it. Its operation may change without notice.
  • This module requires read rights.
  • Source: ContentTranslation
  • License: GPL-2.0-or-later

Get the number of your published translations that were deleted.

Specific parameters:
Other general parameters are available.
dtafter

Timestamp to get only newer deletions.

Type: timestamp (allowed formats)
dtnamespace

Namespace in which the deleted translations were published. Defaults to the main namespace.

One of the following values: 0 i 1 i 2 i 3 i 4 i 5 i 6 i 7 i 8 i 9 i 10 i 11 i 12 i 13 i 14 i 15
Example:
Get the number of your deleted translations, which were published to main namespace and deleted after 2019-04-07 16:24:44
api.php?action=query&meta=cxdeletedtranslations&dtafter=2019-04-07T16%3A24%3A44.000Z&dtnamespace=0 [open in sandbox]