API:Imageinfo/es: Difference between revisions
Appearance
Content deleted Content added
Pythoncoder (talk | contribs) Created page with "Código" |
Updating to match new version of source page |
||
| (43 intermediate revisions by 4 users not shown) | |||
| Line 2: | Line 2: | ||
{{API}} |
{{API}} |
||
{{MW 1.11|and after}} |
{{MW 1.11|and after}} |
||
'''Solicitud GET''' para ver información sobre un archivo o archivos de imagen. |
|||
'''GET request''' to retrieve information about an image file or files. |
|||
Este módulo puede ser utilizado como {{ll|API:Query#Generators|generator}}. |
|||
<span id="API_documentation"></span> |
|||
== API |
== API Documentación == |
||
{| style="color: black; background-color: #f8f8f8; border-spacing: 20px; border: 1px solid darkgray;" |
|||
{{Api help|query+imageinfo|frame=yes}} |
|||
|} |
|||
= |
<span id="Example"></span> |
||
| ⚫ | |||
<span id="GET_request"></span> |
|||
=== GET Request === |
|||
| ⚫ | |||
{{ApiEx |
{{ApiEx |
||
|desc = |
|desc = Consigue información sobre el archivo, "File:Billy_Tipton.jpg" |
||
|p1=action=query |
|p1=action=query |
||
|p2=format=json |
|p2=format=json |
||
| Line 22: | Line 23: | ||
}} |
}} |
||
<span id="Response"></span> |
|||
=== |
=== Respuesta === |
||
<div style="width:60%;"> |
<div style="width:60%;"> |
||
<syntaxhighlight lang="json"> |
<syntaxhighlight lang="json"> |
||
| Line 58: | Line 59: | ||
</div> |
</div> |
||
<span id="Sample_code"></span> |
|||
| ⚫ | |||
=== Código de muestra === |
|||
'''''get_imageinfo.py''''' |
|||
<!-- Transclude Sample code --> |
|||
<div style="width:70%;"> |
|||
{{:{{translatable}}/Sample code 1}} |
|||
<syntaxhighlight lang="python3"> |
|||
#!/usr/bin/python3 |
|||
<span id="Demo_app(s)"></span> |
|||
""" |
|||
== Demo App(s) == |
|||
get_imageinfo.py |
|||
* {{ll|API:Picture of the day viewer}} |
|||
MediaWiki Action API Code Samples |
|||
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() |
|||
print(DATA) |
|||
</syntaxhighlight> |
|||
</div> |
|||
<span id="Possible_errors"></span> |
|||
== Possible errors == |
|||
== Errores posibles == |
|||
{| class="wikitable" |
{| class="wikitable" |
||
|+ |
|+ |
||
!Código!!Información |
! Código !! Información |
||
|- |
|- |
||
| invalid-title || {{int|apierror-bad-badfilecontexttitle|ii}} |
| invalid-title || {{int|apierror-bad-badfilecontexttitle|ii}} |
||
|- |
|- |
||
| |
| invalidurlparam || {{int|apierror-invalidurlparam|ii|''name''|''value''}} |
||
|- |
|- |
||
| |
| urlparamnormal || {{int|apierror-urlparamnormal|''name''}} |
||
|} |
|} |
||
<span id="Parameter_history"></span> |
|||
== Parameter history == |
|||
== Historial de parámetros == |
|||
| ⚫ | |||
* v1. |
* v1.47: Introduced <code>thumburls</code> ([[phab:T426246]]) |
||
| ⚫ | |||
| ⚫ | |||
* v1. |
* v1.22: Introducido <code>uploadwarning</code> |
||
| ⚫ | |||
| ⚫ | |||
* v1. |
* v1.18: Introducido <code>iimetadataversion</code>, <code>iiurlparam</code> |
||
| ⚫ | |||
| ⚫ | |||
* v1. |
* v1.16: Introducido <code>dimensions</code> |
||
* v1. |
* v1.15: Introducido <code>iicontinue</code> |
||
* v1. |
* v1.14: Introducido <code>bitdepth</code> |
||
* v1. |
* v1.13: Introducido <code>mime</code>, <code>archivename</code> |
||
| ⚫ | |||
* v1.12: Introducido <code>iilimit</code>, <code>iistart</code>, <code>iiend</code>, <code>iiurlwidth</code>, <code>iiurlheight</code> |
|||
<span id="Additional_notes"></span> |
|||
== Additional notes == |
|||
== Notas adicionales == |
|||
* |
* Los archivos cargados a la [[commons:|Wikimedia Commons]] aparecerán como desaparecidos cuando accedas desde otros wikis {{ll|MediaWiki}}. |
||
* La marca de tiempo de este módulo indica la última vez que fué modificada la imagen. |
|||
* The timestamp from this module indicates the last time the image was modified. |
|||
* 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. |
|||
<span id="See_also"></span> |
|||
| ⚫ | |||
== Véase también == |
|||
* {{ll|API:Fileinfo}} - |
* {{ll|API:Fileinfo}} - para reemplazar este <code>{{ll|API:Properties|prop}}</code> en futuras versiones de MediaWiki Action API |
||
* {{ll|API:Stashimageinfo}} - |
* {{ll|API:Stashimageinfo}} - Recupera información sobre imágenes {{ll|Manual:UploadStash|stashed}}. |
||
* {{ll|API:Images}} - retrieves all images embedded on a page |
|||
* {{ll|API: |
* {{ll|API:Images}} - Recupera todas las imágenes insertadas en una página |
||
* {{ll|API: |
* {{ll|API:Info}} - Recupera información básica sobre una lista de páginas |
||
* {{ll|API: |
* {{ll|API:Imageusage}} - Encuentra todas las páginas que usen la imagen o imágenes dadas |
||
* {{ll|API:Duplicatefiles}} - encuentra cualquier duplicado del archivo o archivos dados. |
|||
Latest revision as of 01:10, 21 June 2026
| Esta página es parte de la documentación de la API de acciones de MediaWiki. |
| Versión de MediaWiki: | ≥ 1.11 |
Solicitud GET para ver información sobre un archivo o archivos de imagen.
Este módulo puede ser utilizado como generator.
API Documentación
Ejemplo
Solicitud GET
Consigue información sobre el archivo, "File:Billy_Tipton.jpg"
Respuesta
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"
}
]
}
}
}
}
Código de muestra
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 App(s)
Errores posibles
| Código | Información |
|---|---|
| invalid-title | Invalid title in iibadfilecontexttitle parameter. |
| invalidurlparam | Valor no válido para iiurlparam (name=value). |
| urlparamnormal | No se pudieron normalizar los parámetros de imagen de name. |
Historial de parámetros
- v1.47: Introduced
thumburls(phab:T426246) - v1.23: Introducido
canonicaltitle,commonmetadata,iiextmetadatalanguage,iiextmetadatamultilang,iiextmetadatafilter - v1.22: Introducido
uploadwarning - v1.20: Introducido
iilocalonly - v1.18: Introducido
iimetadataversion,iiurlparam - v1.17: Introducido
userid,parsedcomment,thumbmime,extmetadata - v1.16: Introducido
dimensions - v1.15: Introducido
iicontinue - v1.14: Introducido
bitdepth - v1.13: Introducido
mime,archivename - v1.12: Obsoleto
iihistory - v1.12: Introducido
iilimit,iistart,iiend,iiurlwidth,iiurlheight
Notas adicionales
- Los archivos cargados a la Wikimedia Commons aparecerán como desaparecidos cuando accedas desde otros wikis MediaWiki.
- La marca de tiempo de este módulo indica la última vez que fué modificada la imagen.
- 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.
Véase también
- API:Fileinfo - para reemplazar este
propen futuras versiones de MediaWiki Action API - API:Stashimageinfo - Recupera información sobre imágenes stashed.
- API:Images/fr - Recupera todas las imágenes insertadas en una página
- API:Info - Recupera información básica sobre una lista de páginas
- API:Imageusage - Encuentra todas las páginas que usen la imagen o imágenes dadas
- API:Duplicatefiles - encuentra cualquier duplicado del archivo o archivos dados.