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)

Enumerate all deleted files sequentially.

Paramètres :
fafrom

The image title to start enumerating from.

fato

The image title to stop enumerating at.

faprefix

Search for all image titles that begin with this value.

fadir

The direction in which to list.

One of the following values: ascending, descending
Per defecte: ascending
fasha1

SHA1 hash of image. Overrides fasha1base36.

fasha1base36

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

faprop

Which image information to get:

sha1
Apond lo hash SHA-1 per l'imatge.
timestamp
Adds timestamp for the uploaded version.
user
Apond l’utilizaire qu'a telecargat la version de l’imatge.
size
Adds the size of the image in bytes and the height, width and page count (if applicable).
dimensions
Alias for size.
description
Apond la descripcion de la version de l'imatge.
parseddescription
Parse the description of the version.
mime
Apond lo MIME de l'imatge.
mediatype
Adds the media type of the image.
metadata
Lists Exif metadata for the version of the image.
bitdepth
Apond la prigondor de bit de la 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
Per defecte: timestamp
falimit

How many images to return in total.

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

When more results are available, use this to continue.

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