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
prop=duplicatefiles (df)
- This module requires read rights.
 - This module can be used as a generator.
 - Source: MediaWiki
 - License: GPL-2.0-or-later
 
List all files that are duplicates of the given files based on hash values.
Specific parameters:
Other general parameters are available.
- dflimit
 Kui palju duplikaatfaile tagastada.
- Type: integer or max
 - The value must be between 1 and 500.
 - Default: 10
 - dfcontinue
 Kui saadaval on rohkem tulemusi, kasuta seda jätkamiseks. Täpsema teabe päringute jätkamise kohta leiad mediawiki.org-ist
- dfdir
 Järjestuse suund.
- One of the following values: ascending, descending
 - Default: ascending
 - dflocalonly
 Look only for files in the local repository.
- Type: boolean (details)
 
Examples:
- Look for duplicates of File:Albert Einstein Head.jpg.
 - api.php?action=query&titles=File:Albert_Einstein_Head.jpg&prop=duplicatefiles [open in sandbox]
 - Look for duplicates of all files.
 - api.php?action=query&generator=allimages&prop=duplicatefiles [open in sandbox]