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=filearchive (fa)

(main | query | filearchive)

Loetle kõik kustutatud failid järjestatult.

Parameters:
fafrom

Pildi pealkiri, millest alates loetleda.

fato

Pildi pealkiri, milleni loetleda.

faprefix

Search for all image titles that begin with this value.

fadir

Järjestuse suund.

One of the following values: ascending, descending
Default: ascending
fasha1

SHA1 hash of image. Overrides fasha1base36.

fasha1base36

SHA1 hash of image in base 36 (used in MediaWiki).

faprop

Milline pilditeave hankida:

sha1
Adds SHA-1 hash for the image.
timestamp
Adds timestamp for the uploaded version.
user
Adds user who uploaded the image version.
size
Adds the size of the image in bytes and the height, width and page count (if applicable).
dimensions
Alias for size.
description
Adds description of the image version.
parseddescription
Parse the description of the version.
mime
Adds MIME of the image.
mediatype
Adds the media type of the image.
metadata
Lists Exif metadata for the version of the image.
bitdepth
Adds the bit depth of the version.
archivename
Adds the filename of the archive version for non-latest versions.
Values (separate with | or alternative): archivename, bitdepth, description, dimensions, mediatype, metadata, mime, parseddescription, sha1, size, timestamp, user
Default: timestamp
falimit

Kui palju pilte kokku tagastada.

Type: integer or max
The value must be between 1 and 500.
Default: 10
facontinue

Kui saadaval on rohkem tulemusi, kasuta seda jätkamiseks.

Example:
Show a list of all deleted files.
api.php?action=query&list=filearchive [open in sandbox]