Jump to content

API:Imageinfo/cs: Difference between revisions

From mediawiki.org
Content deleted Content added
Created page with "== Historie parametrů =="
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
(25 intermediate revisions by 2 users not shown)
Line 8: Line 8:
<span id="API_documentation"></span>
<span id="API_documentation"></span>
== Dokumentace API ==
== Dokumentace API ==
{{Api help|query+imageinfo|frame=yes}}
{| style="color: black; background-color: #f8f8f8; border-spacing: 20px; border: 1px solid darkgray;"
| {{Api help|query+imageinfo}}
|}


<span id="Example"></span>
<span id="Example"></span>
Line 63: Line 61:
<span id="Sample_code"></span>
<span id="Sample_code"></span>
=== Ukázkový kód ===
=== Ukázkový kód ===

<!-- Transclude Sample code -->
<!-- Transclude Sample code -->
{{:{{translatable}}/Sample code 1}}
{{:{{translatable}}/Sample code 1}}
Line 75: Line 72:
{| class="wikitable"
{| class="wikitable"
|+
|+
!Kód!!Popis
! Kód !! Popis
|-
|-
| invalid-title || {{int|apierror-bad-badfilecontexttitle|ii}}
| invalid-title || {{int|apierror-bad-badfilecontexttitle|ii}}
Line 86: Line 83:
<span id="Parameter_history"></span>
<span id="Parameter_history"></span>
== Historie parametrů ==
== Historie parametrů ==
* v1.23: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>canonicaltitle</code>, <code>commonmetadata</code>, <code>iiextmetadatalanguage</code>, <code>iiextmetadatamultilang</code>, <code>iiextmetadatafilter</code></span>
* v1.47: Introduced <code>thumburls</code> ([[phab:T426246]])
* v1.23: Představeno <code>canonicaltitle</code>, <code>commonmetadata</code>, <code>iiextmetadatalanguage</code>, <code>iiextmetadatamultilang</code>, <code>iiextmetadatafilter</code>
* v1.22: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>uploadwarning</code></span>
* v1.22: Představeno <code>uploadwarning</code>
* v1.20: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>iilocalonly</code></span>
* v1.20: Představeno <code>iilocalonly</code>
* v1.18: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>iimetadataversion</code>, <code>iiurlparam</code></span>
* v1.18: Představeno <code>iimetadataversion</code>, <code>iiurlparam</code>
* v1.17: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>userid</code>, <code>parsedcomment</code>, <code>thumbmime</code>, <code>extmetadata</code></span>
* v1.17: Představeno <code>userid</code>, <code>parsedcomment</code>, <code>thumbmime</code>, <code>extmetadata</code>
* v1.16: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>dimensions</code></span>
* v1.16: Představeno <code>dimensions</code>
* v1.15: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>iicontinue</code></span>
* v1.15: Představeno <code>iicontinue</code>
* v1.14: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>bitdepth</code></span>
* v1.14: Představeno <code>bitdepth</code>
* v1.13: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>mime</code>, <code>archivename</code></span>
* v1.13: Představeno <code>mime</code>, <code>archivename</code>
* v1.12: <span lang="en" dir="ltr" class="mw-content-ltr">Deprecated <code>iihistory</code></span>
* v1.12: Zastaralé <code>iihistory</code>
* v1.12: <span lang="en" dir="ltr" class="mw-content-ltr">Introduced <code>iilimit</code>, <code>iistart</code>, <code>iiend</code>, <code>iiurlwidth</code>, <code>iiurlheight</code></span>
* v1.12: Představeno <code>iilimit</code>, <code>iistart</code>, <code>iiend</code>, <code>iiurlwidth</code>, <code>iiurlheight</code>


<span id="Additional_notes"></span>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Additional notes ==
== Další poznámky ==
</div>


* Soubory nahrané na [[commons:|Wikimedia Commons]] budou při přístupu z jiných {{ll|MediaWiki}} wikin pravděpodobně chybět.
<div lang="en" dir="ltr" class="mw-content-ltr">
* Časové razítko z tohoto modulu označuje, kdy byl obrázek naposledy upraven.
* Files uploaded to the [[commons:|Wikimedia Commons]] will appear to be missing when accessed from other {{ll|MediaWiki}} wikis.
* Since {{Phabricator|T360589}}, it is no longer guaranteed that the thumbnail URL returned by the API matches the requested thumbnail width (<code>iiurlwidth</code>). The thumbnail, which will be fetched from a pregenerated list, is either of the same width or larger.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
* The timestamp from this module indicates the last time the image was modified.
</div>


<span id="See_also"></span>
<div lang="en" dir="ltr" class="mw-content-ltr">
== See also ==
== Související odkazy ==
* {{ll|API:Fileinfo}} - nahradí tento <code>{{ll|API:Properties|prop}}</code> v budoucích verzích MediaWiki Action API.
</div>
* {{ll|API:Stashimageinfo}} - načte informace o {{ll|Manual:UploadStash|schovaných}} obrázcích.
* {{ll|API:Fileinfo}} - <span lang="en" dir="ltr" class="mw-content-ltr">to supersede this <code>{{ll|API:Properties|prop}}</code> in future versions of the MediaWiki Action API</span>
* {{ll|API:Images}} - načte všechny obrázky vložené na stránku
* {{ll|API:Stashimageinfo}} - <span lang="en" dir="ltr" class="mw-content-ltr">retrieves information about {{ll|Manual:UploadStash|stashed}} images</span>
* {{ll|API:Info}} - načte základní informace o seznamu stránek
* {{ll|API:Images}} - <span lang="en" dir="ltr" class="mw-content-ltr">retrieves all images embedded on a page</span>
* {{ll|API:Imageusage}} - najde všechny stránky, které používají daný obrázek nebo obrázky
* {{ll|API:Info}} - <span lang="en" dir="ltr" class="mw-content-ltr">retrieves basic information about a list of pages</span>
* {{ll|API:Duplicatefiles}} - najde všechny duplikáty daného souboru nebo souborů
* {{ll|API:Imageusage}} - <span lang="en" dir="ltr" class="mw-content-ltr">finds all pages that use the given image or images</span>
* {{ll|API:Duplicatefiles}} - <span lang="en" dir="ltr" class="mw-content-ltr">finds any duplicates of the given file or files</span>

Latest revision as of 01:10, 21 June 2026

Verze MediaWiki:
1.11

Požadavek GET k načtení informací o souboru nebo souborech obrázku.

Tento modul lze použít jako zdroj .

Dokumentace API

prop=imageinfo (ii)

(main | query | imageinfo)

Returns file information and upload history.

Specific parameters:
Other general parameters are available.
iiprop

Which file information to get:

timestamp
Adds timestamp for the uploaded version.
user
Adds the user who uploaded each file version. If the user has been revision deleted, a userhidden property will be returned.
userid
Add the ID of the user that uploaded each file version. If the user has been revision deleted, a userhidden property will be returned.
comment
Comment on the version. If the comment has been revision deleted, a commenthidden property will be returned.
parsedcomment
Parse the comment on the version. If the comment has been revision deleted, a commenthidden property will be returned.
canonicaltitle
Adds the canonical title of the file. If the file has been revision deleted, a filehidden property will be returned.
url
Gives URL to the file and the description page. If the file has been revision deleted, a filehidden property will be returned.
size
Adds the size of the file in bytes and the height, width and page count (if applicable).
dimensions
Alias for size.
sha1
Adds SHA-1 hash for the file. If the file has been revision deleted, a filehidden property will be returned.
mime
Adds MIME type of the file. If the file has been revision deleted, a filehidden property will be returned.
thumbmime
Adds MIME type of the image thumbnail (requires url and param iiurlwidth). If the file has been revision deleted, a filehidden property will be returned.
thumburls
Adds thumbnail URLs of the file. If the file has been revision deleted, a filehidden property will be returned.
mediatype
Adds the media type of the file. If the file has been revision deleted, a filehidden property will be returned.
metadata
Lists Exif metadata for the version of the file. If the file has been revision deleted, a filehidden property will be returned.
commonmetadata
Lists file format generic metadata for the version of the file. If the file has been revision deleted, a filehidden property will be returned.
extmetadata
Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a filehidden property will be returned.

Note: This is an expensive property to request, and should be avoided unless you need it. When using it, you should request only a few results at a time to avoid too much load.

archivename
Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a filehidden property will be returned.
bitdepth
Adds the bit depth of the version. If the file has been revision deleted, a filehidden property will be returned.
uploadwarning
Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.
badfile
Adds whether the file is on the MediaWiki:Bad image list
Values (separate with | or alternative): archivename, badfile, bitdepth, canonicaltitle, comment, commonmetadata, dimensions, extmetadata, mediatype, metadata, mime, parsedcomment, sha1, size, thumbmime, thumburls, timestamp, uploadwarning, url, user, userid
Default: timestamp|user
iilimit

How many file revisions to return per file.

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

Timestamp to start listing from.

Type: timestamp (allowed formats)
iiend

Timestamp to stop listing at.

Type: timestamp (allowed formats)
iiurlwidth

If iiprop=url is set, a URL to an image scaled to this width will be returned.

For performance reasons if this option is used, no more than 50 scaled images will be returned.

Type: integer
Default: -1
iiurlheight

Similar to iiurlwidth.

Type: integer
Default: -1
iimetadataversion

Version of metadata to use. If latest is specified, use latest version. Defaults to 1 for backwards compatibility.

Default: 1
iiextmetadatalanguage

What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.

Default: en
iiextmetadatamultilang

If translations for extmetadata property are available, fetch all of them.

Type: boolean (details)
iiextmetadatafilter

If specified and non-empty, only these keys will be returned for iiprop=extmetadata.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
iiurlparam

A handler specific parameter string. For example, PDFs might use page15-100px. iiurlwidth must be used and be consistent with iiurlparam.

Default: (empty)
iibadfilecontexttitle

If badfilecontexttitleprop=badfile is set, this is the page title used when evaluating the MediaWiki:Bad image list

iicontinue

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

iilocalonly

Look only for files in the local repository.

Type: boolean (details)

Příklad

Dotazování přes GET

Získejte informace o souboru, File:Billy_Tipton.jpg

Odpověď

Request URL:

{
    "batchcomplete": "",
    "query": {
        "normalized": [
            {
                "from": "File:Billy_Tipton.jpg",
                "to": "File:Billy Tipton.jpg"
            }
        ],
        "pages": {
            "36266497": {
                "pageid": 36266497,
                "ns": 6,
                "title": "File:Billy Tipton.jpg",
                "imagerepository": "local",
                "imageinfo": [
                    {
                        "timestamp": "2012-06-27T21:16:21Z",
                        "user": "Gobonobo"
                    }
                ]
            }
        }
    }
}

Ukázkový kód

Python

#This file is auto-generated. See modules.json and autogenerator.py for details

#!/usr/bin/python3

"""
    get_imageinfo.py

    MediaWiki API Demos
    Demo of `Imageinfo` module: Get information about an image file.

    MIT License
"""

import requests

S = requests.Session()

URL = "https://en.wikipedia.org/w/api.php"

PARAMS = {
    "action": "query",
    "format": "json",
    "prop": "imageinfo",
    "titles": "File:Billy_Tipton.jpg"
}

R = S.get(url=URL, params=PARAMS)
DATA = R.json()

PAGES = DATA["query"]["pages"]

for k, v in PAGES.items():
    print(v["title"] + " is uploaded by User:" + v["imageinfo"][0]["user"])

PHP

<?php

//This file is autogenerated. See modules.json and autogenerator.py for details

/*
    get_imageinfo.php

    MediaWiki API Demos
    Demo of `Imageinfo` module: Get information about an image file.

    MIT License
*/

$endPoint = "https://en.wikipedia.org/w/api.php";
$params = [
    "action" => "query",
    "format" => "json",
    "prop" => "imageinfo",
    "titles" => "File:Billy Tipton.jpg"
];

$url = $endPoint . "?" . http_build_query( $params );

$ch = curl_init( $url );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
$output = curl_exec( $ch );
curl_close( $ch );

$result = json_decode( $output, true );

foreach( $result["query"]["pages"] as $k => $v ) {
    echo( $v["title"] . " is uploaded by User:" . $v["imageinfo"][0]["user"] . "\n" );
}

JavaScript

//This file is autogenerated. See modules.json and autogenerator.py for details

/*
    get_imageinfo.js

    MediaWiki API Demos
    Demo of `Imageinfo` module: Get information about an image file.

    MIT License
*/

var url = "https://en.wikipedia.org/w/api.php"; 

var params = {
    action: "query",
    format: "json",
    prop: "imageinfo",
    titles: "File:Billy Tipton.jpg"
};

url = url + "?origin=*";
Object.keys(params).forEach(function(key){url += "&" + key + "=" + params[key];});

fetch(url)
    .then(function(response){return response.json();})
    .then(function(response) {
        var pages = response.query.pages;
        for (var p in pages) {
            console.log(pages[p].title + " is uploaded by User:" + pages[p].imageinfo[0].user);
        }
    })
    .catch(function(error){console.log(error);});

MediaWiki JS

// This file is autogenerated. See modules.json and autogenerator.py for details

/*
	get_imageinfo.js

	MediaWiki API Demos
	Demo of `Imageinfo` module: Get information about an image file.

	MIT License
*/

var params = {
		action: 'query',
		format: 'json',
		prop: 'imageinfo',
		titles: 'File:Billy Tipton.jpg'
	},
	api = new mw.Api();

api.get( params ).done( function ( data ) {
	var pages = data.query.pages,
		p;
	for ( p in pages ) {
		console.log( pages[ p ].title + ' is uploaded by User:' + pages[ p ].imageinfo[ 0 ].user );
	}
} );

Demo aplikace

Možné chyby

Kód Popis
invalid-title Neplatný názov v parametri iibadfilecontexttitle.
invalidurlparam Neplatná hodnota pre iiurlparam (name=value).
urlparamnormal Nepodarilo sa normalizovať parametre obrázka pre name.

Historie parametrů

  • v1.47: Introduced thumburls (phab:T426246)
  • v1.23: Představeno canonicaltitle, commonmetadata, iiextmetadatalanguage, iiextmetadatamultilang, iiextmetadatafilter
  • v1.22: Představeno uploadwarning
  • v1.20: Představeno iilocalonly
  • v1.18: Představeno iimetadataversion, iiurlparam
  • v1.17: Představeno userid, parsedcomment, thumbmime, extmetadata
  • v1.16: Představeno dimensions
  • v1.15: Představeno iicontinue
  • v1.14: Představeno bitdepth
  • v1.13: Představeno mime, archivename
  • v1.12: Zastaralé iihistory
  • v1.12: Představeno iilimit, iistart, iiend, iiurlwidth, iiurlheight

Další poznámky

  • Soubory nahrané na Wikimedia Commons budou při přístupu z jiných MediaWiki wikin pravděpodobně chybět.
  • Časové razítko z tohoto modulu označuje, kdy byl obrázek naposledy upraven.
  • Since T360589, it is no longer guaranteed that the thumbnail URL returned by the API matches the requested thumbnail width (iiurlwidth). The thumbnail, which will be fetched from a pregenerated list, is either of the same width or larger.

Související odkazy