MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

Huvudmodul

Status: Alla funktioner som visas på denna sida borde fungera. API:et är dock fortfarande under aktiv utveckling och kan ändras när som helst. Prenumerera på e-postlistan för att få aviseringar om uppdateringar.

Felaktiga förfrågningar: När felaktiga förfrågningar skickas till API:et skickas en HTTP-header med nyckeln "MediaWiki-API-Error" och sedan sätts både värdet på headern och den felkoden som returneras till samma värde. För mer information läs API: Fel och varningar.

Parametrar:
action

Vilken åtgärd som ska utföras.

ett värde: block, checktoken, clearhasmsg, compare, createaccount, delete, edit, emailuser, expandtemplates, feedcontributions, feedrecentchanges, feedwatchlist, filerevert, help, imagerotate, import, login, logout, managetags, mobileview, move, opensearch, options, paraminfo, parse, patrol, protect, purge, query, revisiondelete, rollback, rsd, scribunto-console, setnotificationtimestamp, stashedit, tag, tokens, unblock, undelete, upload, userrights, watch
Default: help
format

Formatet för utdata.

ett värde: dbg, dbgfm, dump, dumpfm, json, jsonfm, none, php, phpfm, rawfm, txt, txtfm, wddx, wddxfm, xml, xmlfm, yaml, yamlfm
Default: jsonfm
maxlag

Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code maxlag is returned with a message like Waiting for $host: $lag seconds lagged.
See Manual: Maxlag parameter for more information.

smaxage

Ange headervärdet s-maxage till så här många sekunder. Fel cachelagras aldrig.

Default: 0
maxage

Ange headervärdet max-age till så här många sekunder. Fel cachelagras aldrig.

Default: 0
assert

Bekräftar att användaren är inloggad om satt till user, eller har bot-användarrättigheter om satt till bot.

ett värde: user, bot
requestid

Alla värde som anges här kommer att inkluderas i svaret. Kan användas för att särskilja förfrågningar.

servedby

Inkludera det värdnamn som besvarade förfrågan i resultatet.

curtimestamp

Inkludera den aktuella tidsstämpeln i resultatet.

origin

När API:et används genom en cross-domain AJAX-begäran (CORS), ange detta till den ursprungliga domänen. Detta måste inkluderas i alla pre-flight-begäran, och mpste därför vara en del av den begärda URI:n (inte i POST-datat). Detta måste överensstämma med en av källorna i headern Origin exakt, så den måste sättas till något i stil med http://en.wikipedia.org eller https://meta.wikimedia.org. Om denna parameter inte överensstämmer med headern Origin, returneras ett 403-svar. Om denna parameter överensstämmer med headern Origin och källan är vitlistad, sätts en Access-Control-Allow-Origin-header.

uselang

Språk som ska användas för meddelandeöversättningar. En lista med koder kan hämtas från action=query&meta=siteinfo med siprop=languages, eller ange user för att använda den aktuella användarens språkpreferenser, eller ange content för att använda innehållsspråket.

Default: user
Examples:
Hjälp för huvudmodul
api.php?action=help
All hjälp på en sida
api.php?action=help&recursivesubmodules=1
Permissions:
writeapi
Använda skriv-API:et
Granted to: all, user, bot
apihighlimits
Use higher limits in API queries (slow queries: 500; fast queries: 5000). The limits for slow queries also apply to multivalue parameters.
Granted to: bot, sysop

action=block

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Blockera en användare.

Parametrar:
user

Användare, IP-adress eller IP-intervall du vill blockera.

Denna parameter är obligatorisk.
expiry

Förfallotid. Kan vara Kan vara relativt (t.ex. 5 months eller 2 weeks) eller absolut (t.ex. 2014-09-18T12:34:56Z). Om satt till infinite, indefinite eller never, kommer blockeringen aldrig att löpa ut.

Default: never
reason

Orsak till blockering.

Default: (empty)
anononly

Blockera endast anonyma användare (t.ex. inaktivera anonyma redigeringar för denna IP-adress).

nocreate

Förhindra registrering av användarkonton.

autoblock

Blockera automatiskt den senast använda IP-adressen, och alla efterföljande IP-adresser de försöker logga in från.

noemail

Hindra användaren från att skicka e-post via wikin. (Kräver rättigheten blockemail).

hidename

Döljer användarnamnet från blockeringsloggen. (Kräver rättigheten hideuser).

allowusertalk

Låt användaren redigera sin egen diskussionssida (beror på $wgBlockAllowsUTEdit).

reblock

Skriv över befintlig blockering om användaren redan är blockerad.

watchuser

Bevaka användarens eller IP-adressens användarsida och diskussionssida

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.
Examples:
Blockera IP-adressen 192.0.2.5 i tre dagar med motivationen First strike
api.php?action=block&user=192.0.2.5&expiry=3%20days&reason=First%20strike&token=123ABC
Blockera användare Vandal på obegränsad tid med motivationen Vandalism, och förhindra kontoskapande och e-post.
api.php?action=block&user=Vandal&expiry=never&reason=Vandalism&nocreate=&autoblock=&noemail=&token=123ABC

action=checktoken

  • Denna modul kräver läsrättigheter.

Check the validity of a token from action=query&meta=tokens.

Parametrar:
type

Type of token being tested.

Denna parameter är obligatorisk.
ett värde: csrf, patrol, rollback, userrights, watch
token

Token to test.

Denna parameter är obligatorisk.
maxtokenage

Maximum allowed age of the token, in seconds.

Example:
Test the validity of a csrf token.
api.php?action=checktoken&type=csrf&token=123ABC

action=clearhasmsg

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.

Rensa hasmsg-flaggan för den aktuella användaren.

Example:
Rensa hasmsg-flaggan för den aktuella användaren
api.php?action=clearhasmsg

action=compare

  • Denna modul kräver läsrättigheter.

Hämta skillnaden mellan två sidor.

Ett versionsnummer, en sidtitel, eller ett sid-Id för både "from" och "to" måste skickas.

Parametrar:
fromtitle

Första titeln att jämföra.

fromid

Första sid-ID att jämföra.

fromrev

Första version att jämföra.

totitle

Andra titeln att jämföra.

toid

Andra sid-ID att jämföra.

torev

Andra version att jämföra.

Example:
Skapa en diff mellan version 1 och 2
api.php?action=compare&fromrev=1&torev=2

action=createaccount

  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Skapa ett nytt användarkonto.

Parametrar:
name

Användarnamn.

Denna parameter är obligatorisk.
password

Lösenord (ignoreras om mailpassword angetts).

domain

Domän för extern autentisering (frivillig).

token

Nyckel för kontoskapande erhölls i första begäran.

email

Användarens e-postadress (valfritt).

realname

Användarens riktiga namn (valfritt).

mailpassword

Om satt till ett värde, skickas ett slumpmässigt lösenord till användaren via e-post.

reason

Valfri anledning för att skapa kontot för att läggas till i loggarna.

language

Språkkod att använda som standard för användaren (valfri, standardvärdet är innehållsspråket).

Examples:
Skapa användaren testuser med lösenordet test123
api.php?action=createaccount&name=testuser&password=test123
Skapa användaren testmailuser och skicka ett slumpgenererat lösenord via e-post
api.php?action=createaccount&name=testmailuser&mailpassword=true&reason=MyReason

action=delete

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Radera en sida.

Parametrar:
title

Titel på sidan du vill radera. Kan inte användas tillsammans med pageid.

pageid

Sid-ID för sidan att radera. Kan inte användas tillsammans med titel.

reason

Orsak till radering. Om orsak inte ges kommer en orsak att automatiskt genereras och användas.

watch
Föråldrad.

Lägg till sidan i aktuell användares bevakningslista.

watchlist

Lägg till eller ta bort sidan ovillkorligen från den aktuella användarens bevakningslista, använd inställningar eller ändra inte bevakning.

ett värde: watch, unwatch, preferences, nochange
Default: preferences
unwatch
Föråldrad.

Ta bort sidan från aktuell användares bevakningslista.

oldimage

Namnet på den gamla bilden att radera som tillhandahålls av action=query&prop=imageinfo&iiprop=archivename.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=edit

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Skapa och redigera sidor.

Parametrar:
title

Titel på sidan du vill redigera. Kan inte användas tillsammans med pageid.

pageid

Sid-ID för sidan du vill redigera. Kan inte användas tillsammans med titel.

section

Avsnittsnummer. 0 för det översta avsnittet, new för ett nytt avsnitt.

sectiontitle

Rubriken för ett nytt avsnitt.

text

Sidans innehåll.

summary

Redigeringssammanfattning. Även avsnittets rubrik när section=new och sectiontitle inte anges.

tags

Change tags to apply to the revision.

värden (separade med "|"):
minor

Mindre redigering.

notminor

Icke-mindre redigering.

bot

Markera denna redigering som robotredigering.

basetimestamp

Tidsstämpel för grundversionen, används för att upptäcka redigeringskonflikter. Kan erhållas genom action=query&prop=revisions&rvprop=timestamp.

starttimestamp

Tidsstämpel för när redigeringsprocessen började, används för att upptäcka redigeringskonflikter. Ett lämpligt värde kan erhållas via curtimestamp när redigeringsprocessen startas (t.ex. när sidans innehåll laddas för redigering).

recreate

Ignorera felmeddelande om sidan har blivit raderad under tiden.

createonly

Redigera inte sidan om den redan finns.

nocreate

Kasta ett fel om sidan inte finns.

watch
Föråldrad.

Lägg till sidan i den aktuella användarens bevakningslista.

unwatch
Föråldrad.

Ta bort sidan från aktuell användares bevakningslista.

watchlist

Lägg till eller ta bort sidan ovillkorligen från den aktuella användarens bevakningslista, använd inställningar eller ändra inte bevakning.

ett värde: watch, unwatch, preferences, nochange
Default: preferences
md5

MD5-hash för text-parametern, eller prependtext- och appendtext-parametrarna sammanfogade.

prependtext

Lägg till denna text i början på sidan. Ersätter text.

appendtext

Lägg till denna text i slutet på sidan. Ersätter text.

Använd section=new för att lägga till en ny sektion, hellre än denna parameter.

undo

Undo this revision. Overrides text, prependtext and appendtext.

undoafter

Undo all revisions from undo to this one. If not set, just undo one revision.

redirect

Åtgärda automatiskt omdirigeringar.

contentformat

Det serialiseringsformat som används för indatatexten.

ett värde: text/x-wiki, text/javascript, application/json, text/css, text/plain
contentmodel

Det nya innehållets innehållsmodell.

ett värde: wikitext, javascript, json, css, text, Scribunto
token

A "csrf" token retrieved from action=query&meta=tokens

Token ska alltid skickas som sista parameter, eller åtminstone efter text-parametern

Denna parameter är obligatorisk.

action=emailuser

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Skicka e-post till en användare.

Parametrar:
target

Användare att skicka e-post till.

Denna parameter är obligatorisk.
subject

Ämnesrubrik.

text

E-postmeddelandets innehåll.

Denna parameter är obligatorisk.
ccme

Skicka en kopia av detta e-postmeddelande till mig.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.
Example:
Skicka ett e-postmeddelande till användaren WikiSysop med texten Content.
api.php?action=emailuser&target=WikiSysop&text=Content&token=123ABC

action=expandtemplates

  • Denna modul kräver läsrättigheter.

Expanderar alla mallar i wikitext.

Parametrar:
title

Sidans rubrik.

Default: API
text

Wikitext att konvertera.

Denna parameter är obligatorisk.
revid

Revision ID, för {{REVISIONID}} och liknande variabler.

prop

Which pieces of information to get:

wikitext
The expanded wikitext.
categories
Any categories present in the input that are not represented in the wikitext output.
properties
Page properties defined by expanded magic words in the wikitext.
volatile
Whether the output is volatile and should not be reused elsewhere within the page.
ttl
The maximum time after which caches of the result should be invalidated.
parsetree
The XML parse tree of the input.

Note that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.

värden (separade med "|"): wikitext, categories, properties, volatile, ttl, parsetree
includecomments

Om HTML-kommentarer skall inkluderas i utdata.

generatexml
Föråldrad.

Generera ett XML tolknings träd (ersatt av prop=parsetree).

Example:
Expandera wikitexten {{Projekt:Sandbox}}.
api.php?action=expandtemplates&text={{Project:Sandbox}}

action=feedcontributions

  • Denna modul kräver läsrättigheter.

Returnerar en användares bidragsflöde.

Parametrar:
feedformat

Flödets format.

ett värde: rss, atom
Default: rss
user

De användare vars bidrag ska hämtas.

Denna parameter är obligatorisk.
namespace

Vilken namnrymd att filtrera bidrag med.

ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
year

Från år (och tidigare).

month

Från månad (och tidigare).

tagfilter

Filtrera bidrag som har dessa taggar.

värden (separade med "|"): mobile edit, mobile web edit
Default: (empty)
deletedonly

Visa bara borttagna bidrag.

toponly

Visa endast ändringar som är senaste revideringen.

newonly

Visa endast redigeringar där sidor skapas.

showsizediff

Visa skillnaden i storlek mellan revisioner.

Example:
Returnera bidrag för Exempel
api.php?action=feedcontributions&user=Example

action=feedrecentchanges

  • Denna modul kräver läsrättigheter.

Returnerar ett flöde med senaste ändringar.

Parametrar:
feedformat

Flödets format.

ett värde: rss, atom
Default: rss
namespace

Namnrymder att begränsa resultaten till.

ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
invert

Alla namnrymder utom den valda.

associated

Include associated (talk or main) namespace.

days

Dagar att begränsa resultaten till.

The value must be no less than 1.
Default: 7
limit

Maximalt antal resultat att returnera.

The value must be between 1 and 50.
Default: 50
from

Visa förändringar sedan dess.

hideminor

Dölj mindre ändringar.

hidebots

Dölj robotändringar.

hideanons

Dölj ändringar av oinloggade användare.

hideliu

Dölj ändringar av inloggade användare.

hidepatrolled

Dölj patrullerade ändringar.

hidemyself

Dölj ändringar av aktuell användare.

tagfilter

Filtrera efter tagg.

target

Visa endast ändringarna av sidor som den här sidan länkar till.

showlinkedto

Visa ändringarna på sidor som är länkade till den valda sidan i stället.

Examples:
Visa senaste ändringar
api.php?action=feedrecentchanges
Visa senaste ändringar för 30 dygn
api.php?action=feedrecentchanges&days=30

action=feedwatchlist

  • Denna modul kräver läsrättigheter.

Returnerar ett flöde från bevakningslistan.

Parametrar:
feedformat

Flödets format.

ett värde: rss, atom
Default: rss
hours

Lista sidor ändrade inom så här många timmar från nu.

The value must be between 1 and 72.
Default: 24
linktosections

Länka direkt till ändrade avsnitt om möjligt.

allrev

Include multiple revisions of the same page within given timeframe.

wlowner

Used along with token to access a different user's watchlist.

wltoken

A security token (available in the user's preferences) to allow access to another user's watchlist.

wlshow

Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set show=minor|!anon.

värden (separade med "|"): minor, !minor, bot, !bot, anon, !anon, patrolled, !patrolled, unread, !unread
wltype

Which types of changes to show:

edit
Regular page edits.
external
External changes.
new
Page creations.
log
Log entries.
värden (separade med "|"): edit, external, new, log
Default: edit|new|log
wlexcludeuser

Don't list changes by this user.

Examples:
Visa flödet från bevakningslistan.
api.php?action=feedwatchlist
Visa alla ändringar på besökta sidor under de senaste sex timmarna.
api.php?action=feedwatchlist&allrev=&hours=6

action=filerevert

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Återställ en fil till en äldre version.

Parametrar:
filename

Målfilens namn, utan prefixet Fil:.

Denna parameter är obligatorisk.
comment

Ladda upp kommentar.

Default: (empty)
archivename

Arkiv-namn för revisionen att gå tillbaka till.

Denna parameter är obligatorisk.
token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=help

Visa hjälp för de angivna modulerna.

Parametrar:
modules

Vilka moduler som hjälpen ska visas för (värdena på parametrarna action och format, eller main). Undermoduler kan anges med ett plustecken (+).

Separate values with |. Maximum number of values is 50 (500 for bots).
Default: main
submodules

Inkludera hjälp för undermoduler av den namngivna modulen.

recursivesubmodules

Inkludera hjälp för undermoduler rekursivt.

wrap

Omge utdatan i en standard API respons struktur.

toc

Inkludera en innehållsförteckning i HTML-utdata.

Examples:
Hjälp för huvudmodul
api.php?action=help
All hjälp på en sida
api.php?action=help&recursivesubmodules=1
Hjälp för själva hjälpmodulen
api.php?action=help&modules=help
Help for two query submodules.
api.php?action=help&modules=query+info|query+categorymembers

action=imagerotate

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Rotera en eller flera bilder.

Parametrar:
rotation

Grader att rotera bild medurs.

Denna parameter är obligatorisk.
ett värde: 90, 180, 270
continue

When more results are available, use this to continue.

titles

A list of titles to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
pageids

A list of page IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
revids

A list of revision IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
generator

Get the list of pages to work on by executing the specified query module.

Note: Generator parameter names must be prefixed with a "g", see examples.

ett värde: allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allpages, allredirects, alltransclusions, backlinks, categories, categorymembers, deletedrevisions, duplicatefiles, embeddedin, exturlusage, fileusage, images, imageusage, iwbacklinks, langbacklinks, links, linkshere, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, redirects, revisions, search, templates, transcludedin, watchlist, watchlistraw
redirects

Automatically resolve redirects in titles, pageids, and revids, and in pages returned by generator.

converttitles

Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include gan, iu, kk, ku, shi, sr, tg, uz, zh.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=import

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Importera en sida från en annan wiki, eller en XML fil.

Notera att HTTP POST måste bli gjord som en fil uppladdning (d.v.s med multipart/form-data) när man skickar en fil för xml parametern.

Parametrar:
summary

Importera sammanfattning.

xml

Uppladdad XML-fil.

Must be posted as a file upload using multipart/form-data.
interwikisource

För interwiki-importer: wiki som du vill importera från.

ett värde:
interwikipage

För interwiki-importer: sidan som du vill importera.

fullhistory

För interwiki-importer: importera hela historiken, inte bara den aktuella versionen.

templates

För interwiki-importer: importera även alla mallar som ingår.

namespace

För interwiki-importer: importera till denna namnrymd.

ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
rootpage

Importera som undersida till denna sida.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=login (lg)

  • Denna modul accepterar endast POST-begäranden.

Logga in och hämta autentiserings-cookies.

Om inloggningen lyckas, finns de cookies som krävs med i HTTP-svarshuvuden. Om inloggningen misslyckas kan ytterligare försök per tidsenhet begränsas, som ett sätt att försöka minska risken för automatiserade lösenordsgissningar.

Parametrar:
lgname

Användarnamn.

lgpassword

Lösenord.

lgdomain

Domän (valfritt).

lgtoken

Login nyckel erhållen i första begäran.

action=logout

Logga ut och rensa sessionsdata.

Example:
Logga ut den aktuella användaren
api.php?action=logout

action=managetags

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Utför hanterings uppgifter relaterade till förändrings taggar.

Parametrar:
operation

Which operation to perform:

create
Create a new change tag for manual use.
delete
Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.
activate
Activate a change tag, allowing users to apply it manually.
deactivate
Deactivate a change tag, preventing users from applying it manually.
Denna parameter är obligatorisk.
ett värde: create, delete, activate, deactivate
tag

Tagg för att skapa, radera, aktivera eller inaktivera. Vid skapande av tagg kan taggen inte existera. Vid raderande av tagg måste taggen existera. För aktiverande av tagg måste taggen existera och inte användas i ett tillägg. För inaktivering av tagg måste taggen användas just nu och vara manuellt definierad.

Denna parameter är obligatorisk.
reason

En icke-obligatorisk orsak för att skapa, radera, aktivera, eller inaktivera taggen.

ignorewarnings

Om du vill ignorera varningar som utfärdas under operationen.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.
Examples:
Skapa en tagg vid namn spam med anledningen: För användning i redigerings patrullering
api.php?action=managetags&operation=create&tag=spam&reason=For+use+in+edit+patrolling&token=123ABC
Radera vandalims taggen med andledningen: Felstavat
api.php?action=managetags&operation=delete&tag=vandlaism&reason=Misspelt&token=123ABC
Aktivera en tagg med namn spam med anledningen: För användning i redigerings patrullering
api.php?action=managetags&operation=activate&tag=spam&reason=For+use+in+edit+patrolling&token=123ABC
Inaktivera en tagg vid namn spam med anledningen: Inte längre behövd
api.php?action=managetags&operation=deactivate&tag=spam&reason=No+longer+required&token=123ABC

action=mobileview

  • Denna modul kräver läsrättigheter.

Returnerar data som krävs för mobilt visningsläge.

Parametrar:
page

Titeln på sidan att bearbeta.

Denna parameter är obligatorisk.
redirect

Om omdirigeringar ska följas.

ett värde: yes, no
Default: yes
sections

Lodstrecksseparerad lista av avsnittsnummer för vilka text ska returneras. "all" kan användas för att returnera alla. Intervaller i formatet "1-4" betyder hämta avsnitt 1,2,3,4. Intervaller utan ett andra nummer, t.ex. "1-" betyder hämta alla tills slutet. "references" kan användas för att ange att alla avsnitt som innehåller referenser ska returneras.

prop

Vilken information som ska hämtas:

text
HTML för de valda avsnitten.
sections
Information om alla avsnitt på sidan.
normalizedtitle
Normaliserad sidtitel.
lastmodified
ISO 8601-tidsstämpel för när sidan sist redigerades, t.ex. "2014-04-13T22:42:14Z".
lastmodifiedby
Information om användaren som sist redigerade sidan.
revision
Returnera aktuellt versions-ID för sidan.
protection
Information om skyddsnivå.
editable
Om den aktuella användaren kan redigera denna sida. Detta inkluderar alla faktorer för inloggade användare men inte blockeringsstatus för oinloggade.
languagecount
Antal språk som sidan finns tillgänglig på.
hasvariants
Om sidan finns tillgänglig på andra språkvarianter.
displaytitle
Den renderade titeln för sidan, med {{DISPLAYTITLE}} och liknande applicerat.
pageprops
Sidegenskaper.
värden (separade med "|"): id, text, sections, normalizedtitle, lastmodified, lastmodifiedby, revision, protection, editable, languagecount, hasvariants, displaytitle, pageprops, description
Default: text|sections|normalizedtitle
sectionprop

Vilken information om avsnitt som ska hämtas.

värden (separade med "|"): toclevel, level, line, number, index, fromtitle, anchor
Default: toclevel|line
pageprops

Vilka sidegenskaper som ska returneras, en lodstrecksseparerad ("|") lista eller "*" för alla egenskaper.

Default: notoc|noeditsection|wikibase_item
variant

Konvertera innehållet till denna språkvariant.

noimages

Returnera HTML utan bilder.

noheadings

Inkludera inte rubriker i utdata.

notransform

Konvertera inte HTML till mobilspecifik version.

onlyrequestedsections

Returnera endast begärda avsnitt även med prop=sections.

offset

Låtsas att alla textresultat är en sträng, och returnera understrängen som startar vid detta värde.

The value must be no less than 0.
Default: 0
maxlen

Låtsas att alla textresultat är en sträng, och begränsa resultatet till denna längd.

The value must be no less than 0.
Default: 0
Examples:
Hämta information om avsnitt 0 i Doom metal
api.php?action=mobileview&page=Doom_metal&sections=0
Hämta information om avsnitt 0 och stycken innehållande referenser i Candlemass
api.php?action=mobileview&page=Candlemass&sections=0|references
Hämta information om avsnitt 1 och senare samt avsnitt innehållande referenser i Candlemass
api.php?action=mobileview&page=Candlemass&sections=1-|references

action=move

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Flytta en sida.

Parametrar:
from

Titeln på sidan du vill flytta. Kan inte användas tillsammans med fromid.

fromid

Sid-ID för sidan att byta namn. Kan inte användas tillsammans med from.

to

Titel att byta namn på sidan till.

Denna parameter är obligatorisk.
reason

Orsak till namnbytet.

Default: (empty)
movetalk

Byt namn på diskussionssidan, om den finns.

movesubpages

Byt namn på undersidor, om tillämpligt.

noredirect

Skapa inte en omdirigering.

watch
Föråldrad.

Lägg till sidan och omdirigeringen till den aktuella användarens bevakningslista.

unwatch
Föråldrad.

Ta bort sidan och omdirigeringen från den aktuella användarens bevakningslista.

watchlist

Lägg till eller ta bort sidan ovillkorligen från den aktuella användarens bevakningslista, använd inställningar eller ändra inte bevakning.

ett värde: watch, unwatch, preferences, nochange
Default: preferences
ignorewarnings

Ignorera alla varningar.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.
Example:
Flytta Felaktig titel till Korrekt titel utan att lämna en omdirigering.
api.php?action=move&from=Badtitle&to=Goodtitle&token=123ABC&reason=Misspelled%20title&movetalk=&noredirect=

action=opensearch

  • Denna modul kräver läsrättigheter.

Sök wikin med protokollet OpenSearch.

Parametrar:
search

Söksträng.

limit

Maximalt antal resultat att returnera.

Inte mer än 100 (100 för robotar) tillåts.
Default: 10
namespace

Namnrymder att genomsöka.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
Default: 0
suggest

Gör ingenting om $wgEnableOpenSearchSuggest är falskt.

redirects

How to handle redirects:

return
Return the redirect itself.
resolve
Return the target page. May return fewer than limit results.

For historical reasons, the default is "return" for format=json and "resolve" for other formats.

ett värde: return, resolve
format

Formatet för utdata.

ett värde: json, jsonfm, xml, xmlfm
Default: json
warningsaserror

If warnings are raised with format=json, return an API error instead of ignoring them.

Example:
Hitta sidor som börjar med Te.
api.php?action=opensearch&search=Te

action=options

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Change preferences of the current user.

Only options which are registered in core or in one of installed extensions, or options with keys prefixed with "userjs-" (intended to be used by user scripts), can be set.

Parametrar:
reset

Återställer inställningarna till sidans standardvärden.

resetkinds

List of types of options to reset when the reset option is set.

värden (separade med "|"): registered, registered-multiselect, registered-checkmatrix, userjs, special, unused, all
Default: all
change

List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.

Separate values with |. Maximum number of values is 50 (500 for bots).
optionname

A name of a option which should be set to the value given by optionvalue.

optionvalue

A value of the option specified by optionname, can contain pipe characters.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=paraminfo

Få information om API moduler.

Parametrar:
modules

List of module names (values of the action and format parameters, or main). Can specify submodules with a +.

Separate values with |. Maximum number of values is 50 (500 for bots).
helpformat

Format för hjälpsträngar.

ett värde: html, wikitext, raw, none
Default: none
querymodules
Föråldrad.

List of query module names (value of prop, meta or list parameter). Use modules=query+foo instead of querymodules=foo.

värden (separade med "|"): allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allmessages, allpages, allredirects, alltransclusions, allusers, backlinks, blocks, categories, categoryinfo, categorymembers, contributors, deletedrevisions, deletedrevs, duplicatefiles, embeddedin, extlinks, exturlusage, filearchive, filerepoinfo, fileusage, imageinfo, images, imageusage, info, iwbacklinks, iwlinks, langbacklinks, langlinks, links, linkshere, logevents, pagepropnames, pageprops, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, redirects, revisions, search, siteinfo, stashimageinfo, tags, templates, tokens, transcludedin, usercontribs, userinfo, users, watchlist, watchlistraw
Maximum number of values is 50 (500 for bots).
mainmodule
Föråldrad.

Få information om huvud-modulen (top-level) också. Använd modules=main istället.

pagesetmodule
Föråldrad.

Get information about the pageset module (providing titles= and friends) as well.

formatmodules
Föråldrad.

List of format module names (value of format parameter). Use modules instead.

värden (separade med "|"): dbg, dbgfm, dump, dumpfm, json, jsonfm, none, php, phpfm, rawfm, txt, txtfm, wddx, wddxfm, xml, xmlfm, yaml, yamlfm

action=parse

  • Denna modul kräver läsrättigheter.

Parses content and returns parser output.

See the various prop-modules of action=query to get information from the current version of a page.

There are several ways to specify the text to parse:

  1. Specify a page or revision, using page, pageid, or oldid.
  2. Specify content explicitly, using text, title, and contentmodel.
  3. Specify only a summary to parse. prop should be given an empty value.
Parametrar:
title

Title of page the text belongs to. If omitted, contentmodel must be specified, and API will be used as the title.

text

Text to parse. Use title or contentmodel to control the content model.

summary

Sammanfattning att tolka.

page

Tolka innehållet av denna sida. Kan inte användas tillsammans med text och title.

pageid

Tolka innehållet på denna sida. Åsidosätter sidan.

redirects

If page or pageid is set to a redirect, resolve it.

oldid

Parse the content of this revision. Overrides page and pageid.

prop

Which pieces of information to get:

text
Gives the parsed text of the wikitext.
langlinks
Gives the language links in the parsed wikitext.
categories
Gives the categories in the parsed wikitext.
categorieshtml
Gives the HTML version of the categories.
links
Gives the internal links in the parsed wikitext.
templates
Gives the templates in the parsed wikitext.
images
Gives the images in the parsed wikitext.
externallinks
Gives the external links in the parsed wikitext.
sections
Gives the sections in the parsed wikitext.
revid
Adds the revision ID of the parsed page.
displaytitle
Adds the title of the parsed wikitext.
headitems
Gives items to put in the <head> of the page.
headhtml
Gives parsed <head> of the page.
modules
Gives the ResourceLoader modules used on the page.
indicators
Gives the HTML of page status indicators used on the page.
iwlinks
Gives interwiki links in the parsed wikitext.
wikitext
Gives the original wikitext that was parsed.
properties
Gives various properties defined in the parsed wikitext.
limitreportdata
Gives the limit report in a structured way. Gives no data, when disablepp is set.
limitreporthtml
Gives the HTML version of the limit report. Gives no data, when disablepp is set.
värden (separade med "|"): text, langlinks, categories, categorieshtml, links, templates, images, externallinks, sections, revid, displaytitle, headitems, headhtml, modules, indicators, iwlinks, wikitext, properties, limitreportdata, limitreporthtml
Default: text|langlinks|categories|links|templates|images|externallinks|sections|revid|displaytitle|iwlinks|properties
pst

Do a pre-save transform on the input before parsing it. Only valid when used with text.

onlypst

Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with text.

effectivelanglinks

Includes language links supplied by extensions (for use with prop=langlinks).

section

Only retrieve the content of this section number or when new generate a new section.

new section is only honored when specifying text.

sectiontitle

New section title when section is new.

Unlike page editing, this does not fall back to summary when omitted or empty.

disablepp

Disable the PP Report from the parser output.

disableeditsection

Disable edit section links from the parser output.

generatexml

Generate XML parse tree (requires content model wikitext).

preview

Tolka i preview-läget.

sectionpreview

Parse in section preview mode (enables preview mode too).

disabletoc

Disable table of contents in output.

contentformat

Content serialization format used for the input text. Only valid when used with text.

ett värde: text/x-wiki, text/javascript, application/json, text/css, text/plain
contentmodel

Content model of the input text. If omitted, title must be specified, and default will be the model of the specified title. Only valid when used with text.

ett värde: wikitext, javascript, json, css, text, Scribunto
mobileformat

Returnera tolk-utdata i ett format som passar mobila enheter.

noimages

Inaktivera bilder i mobil utdata.

mainpage

Applicera mobila transformationer av huvudsidan.

action=patrol

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Patrullera en sida eller en version.

Parametrar:
rcid

Recentchanges ID to patrol.

revid

Versions ID att patrullera.

token

A "patrol" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=protect

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Ändra skyddsnivån för en sida.

Parametrar:
title

Title of the page to (un)protect. Cannot be used together with pageid.

pageid

ID of the page to (un)protect. Cannot be used together with title.

protections

List of protection levels, formatted action=level (e.g. edit=sysop).

Note: Any actions not listed will have restrictions removed.

Denna parameter är obligatorisk.
Separate values with |. Maximum number of values is 50 (500 for bots).
expiry

Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use infinite, indefinite, infinity, or never, for a never-expiring protection.

Separate values with |. Maximum number of values is 50 (500 for bots).
Default: infinite
reason

Reason for (un)protecting.

Default: (empty)
cascade

Enable cascading protection (i.e. protect pages included in this page). Ignored if all protection levels given do not support cascading.

watch
Föråldrad.

If set, add the page being (un)protected to the current user's watchlist.

watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

ett värde: watch, unwatch, preferences, nochange
Default: preferences
token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=purge

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Purge the cache for the given titles.

Requires a POST request if the user is not logged in.

Parametrar:
forcelinkupdate

Update the links tables.

forcerecursivelinkupdate

Update the links table, and update the links tables for any page that uses this page as a template.

continue

When more results are available, use this to continue.

titles

A list of titles to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
pageids

A list of page IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
revids

A list of revision IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
generator

Get the list of pages to work on by executing the specified query module.

Note: Generator parameter names must be prefixed with a "g", see examples.

ett värde: allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allpages, allredirects, alltransclusions, backlinks, categories, categorymembers, deletedrevisions, duplicatefiles, embeddedin, exturlusage, fileusage, images, imageusage, iwbacklinks, langbacklinks, links, linkshere, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, redirects, revisions, search, templates, transcludedin, watchlist, watchlistraw
redirects

Automatically resolve redirects in titles, pageids, and revids, and in pages returned by generator.

converttitles

Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include gan, iu, kk, ku, shi, sr, tg, uz, zh.

Examples:
Purge the Main Page and the API page.
api.php?action=purge&titles=Main_Page|API
Purge the first 10 pages in the main namespace.
api.php?action=purge&generator=allpages&gapnamespace=0&gaplimit=10

action=query

  • Denna modul kräver läsrättigheter.

Fetch data from and about MediaWiki.

All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.

Parametrar:
prop

Which properties to get for the queried pages.

värden (separade med "|"): categories, categoryinfo, contributors, deletedrevisions, duplicatefiles, extlinks, fileusage, imageinfo, images, info, iwlinks, langlinks, links, linkshere, pageprops, redirects, revisions, stashimageinfo, templates, transcludedin
list

Vilka listor att hämta.

värden (separade med "|"): allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allpages, allredirects, alltransclusions, allusers, backlinks, blocks, categorymembers, deletedrevs, embeddedin, exturlusage, filearchive, imageusage, iwbacklinks, langbacklinks, logevents, pagepropnames, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, search, tags, usercontribs, users, watchlist, watchlistraw
meta

Vilka metadata att hämta.

värden (separade med "|"): allmessages, filerepoinfo, siteinfo, tokens, userinfo
indexpageids

Include an additional pageids section listing all returned page IDs.

export

Export the current revisions of all given or generated pages.

exportnowrap

Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with export.

iwurl

Whether to get the full URL if the title is an interwiki link.

continue

When present, formats query-continue as key-value pairs that should simply be merged into the original request. This parameter must be set to an empty string in the initial query.

This parameter is recommended for all new development, and will be made default in the next API version.

rawcontinue

Currently ignored. In the future, continue will become the default and this will be needed to receive the raw query-continue data.

titles

A list of titles to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
pageids

A list of page IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
revids

A list of revision IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
generator

Get the list of pages to work on by executing the specified query module.

Note: Generator parameter names must be prefixed with a "g", see examples.

ett värde: allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allpages, allredirects, alltransclusions, backlinks, categories, categorymembers, deletedrevisions, duplicatefiles, embeddedin, exturlusage, fileusage, images, imageusage, iwbacklinks, langbacklinks, links, linkshere, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, redirects, revisions, search, templates, transcludedin, watchlist, watchlistraw
redirects

Automatically resolve redirects in titles, pageids, and revids, and in pages returned by generator.

converttitles

Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include gan, iu, kk, ku, shi, sr, tg, uz, zh.

prop=categories (cl)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

List all categories the pages belong to.

Parametrar:
clprop

Which additional properties to get for each category:

sortkey
Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.
timestamp
Adds timestamp of when the category was added.
hidden
Tags categories that are hidden with __HIDDENCAT__.
värden (separade med "|"): sortkey, timestamp, hidden
clshow

Which kind of categories to show.

värden (separade med "|"): hidden, !hidden
cllimit

How many categories to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
clcontinue

When more results are available, use this to continue.

clcategories

Only list these categories. Useful for checking whether a certain page is in a certain category.

Separate values with |. Maximum number of values is 50 (500 for bots).
cldir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
Examples:
Get a list of categories the page Albert Einstein belongs to.
api.php?action=query&prop=categories&titles=Albert%20Einstein
Get information about all categories used in the page Albert Einstein.
api.php?action=query&generator=categories&titles=Albert%20Einstein&prop=info

prop=categoryinfo (ci)

  • Denna modul kräver läsrättigheter.

Returns information about the given categories.

Parameter:
cicontinue

When more results are available, use this to continue.

Example:
Get information about Category:Foo and Category:Bar.
api.php?action=query&prop=categoryinfo&titles=Category:Foo|Category:Bar

prop=contributors (pc)

  • Denna modul kräver läsrättigheter.

Get the list of logged-in contributors and the count of anonymous contributors to a page.

Parametrar:
pcgroup

Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.

värden (separade med "|"): bot, sysop, bureaucrat, administrator
pcexcludegroup

Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.

värden (separade med "|"): bot, sysop, bureaucrat, administrator
pcrights

Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.

värden (separade med "|"): apihighlimits, applychangetags, autoconfirmed, autopatrol, bigdelete, block, blockemail, bot, browsearchive, changetags, createaccount, createpage, createtalk, delete, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editprotected, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjs, editmywatchlist, editsemiprotected, editusercssjs, editusercss, edituserjs, hideuser, import, importupload, ipblock-exempt, managechangetags, markbotedits, mergehistory, minoredit, move, movefile, move-categorypages, move-rootuserpages, move-subpages, nominornewtalk, noratelimit, override-export-depth, pagelang, passwordreset, patrol, patrolmarks, protect, proxyunbannable, purge, read, reupload, reupload-own, reupload-shared, rollback, sendemail, siteadmin, suppressionlog, suppressredirect, suppressrevision, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewmyprivateinfo, viewmywatchlist, viewsuppressed, writeapi, nuke, mf-uploadbutton, confirmaccount, requestips, lookupcredentials, usermerge
Maximum number of values is 50 (500 for bots).
pcexcluderights

Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.

värden (separade med "|"): apihighlimits, applychangetags, autoconfirmed, autopatrol, bigdelete, block, blockemail, bot, browsearchive, changetags, createaccount, createpage, createtalk, delete, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editprotected, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjs, editmywatchlist, editsemiprotected, editusercssjs, editusercss, edituserjs, hideuser, import, importupload, ipblock-exempt, managechangetags, markbotedits, mergehistory, minoredit, move, movefile, move-categorypages, move-rootuserpages, move-subpages, nominornewtalk, noratelimit, override-export-depth, pagelang, passwordreset, patrol, patrolmarks, protect, proxyunbannable, purge, read, reupload, reupload-own, reupload-shared, rollback, sendemail, siteadmin, suppressionlog, suppressredirect, suppressrevision, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewmyprivateinfo, viewmywatchlist, viewsuppressed, writeapi, nuke, mf-uploadbutton, confirmaccount, requestips, lookupcredentials, usermerge
Maximum number of values is 50 (500 for bots).
pclimit

How many contributors to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
pccontinue

When more results are available, use this to continue.

Example:
Show contributors to the page Main Page.
api.php?action=query&prop=contributors&titles=Main_Page

prop=deletedrevisions (drv)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Get deleted revision information.

May be used in several ways:

  1. Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.
  2. Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.
Parametrar:
drvprop

Which properties to get for each revision:

ids
The ID of the revision.
flags
Revision flags (minor).
timestamp
The timestamp of the revision.
user
User that made the revision.
userid
User ID of the revision creator.
size
Length (bytes) of the revision.
sha1
SHA-1 (base 16) of the revision.
contentmodel
Content model ID of the revision.
comment
Comment by the user for the revision.
parsedcomment
Parsed comment by the user for the revision.
content
Text of the revision.
tags
Tags for the revision.
värden (separade med "|"): ids, flags, timestamp, user, userid, size, sha1, contentmodel, comment, parsedcomment, content, tags
Default: ids|timestamp|flags|comment|user
drvlimit

Limit how many revisions will be returned.

Inte mer än 500 (5 000 för robotar) tillåts.
drvexpandtemplates

Expand templates in revision content (requires drvprop=content).

drvgeneratexml

Generate XML parse tree for revision content (requires drvprop=content).

drvparse

Parse revision content (requires drvprop=content). For performance reasons, if this option is used, drvlimit is enforced to 1.

drvsection

Only retrieve the content of this section number.

drvdiffto

Revision ID to diff each revision to. Use prev, next and cur for the previous, next and current revision respectively.

drvdifftotext

Text to diff each revision to. Only diffs a limited number of revisions. Overrides drvdiffto. If drvsection is set, only that section will be diffed against this text

drvcontentformat

Serialization format used for drvdifftotext and expected for output of content.

ett värde: text/x-wiki, text/javascript, application/json, text/css, text/plain
drvstart

The timestamp to start enumerating from. Ignored when processing a list of revision IDs.

drvend

The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.

drvdir

In which direction to enumerate:

newer
List oldest first. Note: drvstart has to be before drvend.
older
List newest first (default). Note: drvstart has to be later than drvend.
ett värde: newer, older
Default: older
drvtag

Only list revisions tagged with this tag.

drvuser

Only list revisions by this user.

drvexcludeuser

Don't list revisions by this user.

drvcontinue

When more results are available, use this to continue.

Examples:
List the deleted revisions of the pages Main Page and Talk:Main Page, with content.
api.php?action=query&prop=deletedrevisions&titles=Main%20Page|Talk:Main%20Page&drvprop=user|comment|content
List the information for deleted revision 123456.
api.php?action=query&prop=deletedrevisions&revids=123456

prop=duplicatefiles (df)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

List all files that are duplicates of the given files based on hash values.

Parametrar:
dflimit

How many duplicate files to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
dfcontinue

When more results are available, use this to continue.

dfdir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
dflocalonly

Look only for files in the local repository.

  • Denna modul kräver läsrättigheter.

Returns all external URLs (not interwikis) from the given pages.

Parametrar:
ellimit

How many links to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
eloffset

When more results are available, use this to continue.

elprotocol

Protocol of the URL. If empty and elquery is set, the protocol is http. Leave both this and elquery empty to list all external links.

ett värde: Kan vara tom, eller bitcoin, ftp, ftps, geo, git, gopher, http, https, irc, ircs, magnet, mailto, mms, news, nntp, redis, sftp, sip, sips, sms, ssh, svn, tel, telnet, urn, worldwind, xmpp
Default: (empty)
elquery

Search string without protocol. Useful for checking whether a certain page contains a certain external url.

elexpandurl

Expand protocol-relative URLs with the canonical protocol.

Example:
Get a list of external links on Main Page.
api.php?action=query&prop=extlinks&titles=Main%20Page

prop=fileusage (fu)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Find all pages that use the given files.

Parametrar:
fuprop

Which properties to get:

pageid
Page ID of each page.
title
Title of each page.
redirect
Flag if the page is a redirect.
värden (separade med "|"): pageid, title, redirect
Default: pageid|title|redirect
funamespace

Only include pages in these namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
fushow

Show only items that meet these criteria:

redirect
Only show redirects.
!redirect
Only show non-redirects.
värden (separade med "|"): redirect, !redirect
fulimit

How many to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
fucontinue

When more results are available, use this to continue.

prop=imageinfo (ii)

  • Denna modul kräver läsrättigheter.

Returns file information and upload history.

Parametrar:
iiprop

Which file information to get:

timestamp
Adds timestamp for the uploaded version.
user
Adds the user who uploaded each file version.
userid
Add the user ID that uploaded each file version.
comment
Comment on the version.
parsedcomment
Parse the comment on the version.
canonicaltitle
Adds the canonical title of the file.
url
Gives URL to the file and the description page.
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.
mime
Adds MIME type of the file.
thumbmime
Adds MIME type of the image thumbnail (requires url and param iiurlwidth).
mediatype
Adds the media type of the file.
metadata
Lists Exif metadata for the version of the file.
commonmetadata
Lists file format generic metadata for the version of the file.
extmetadata
Lists formatted metadata combined from multiple sources. Results are HTML formatted.
archivename
Adds the filename of the archive version for non-latest versions.
bitdepth
Adds the bit depth of the version.
uploadwarning
Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.
värden (separade med "|"): timestamp, user, userid, comment, parsedcomment, canonicaltitle, url, size, dimensions, sha1, mime, thumbmime, mediatype, metadata, commonmetadata, extmetadata, archivename, bitdepth, uploadwarning
Default: timestamp|user
iilimit

How many file revisions to return per file.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 1
iistart

Timestamp to start listing from.

iiend

Timestamp to stop listing at.

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.

Default: -1
iiurlheight

Similar to iiurlwidth.

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: sv
iiextmetadatamultilang

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

iiextmetadatafilter

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

Separate values with |. Maximum number of values is 50 (500 for bots).
iiurlparam

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

Default: (empty)
iicontinue

When more results are available, use this to continue.

iilocalonly

Look only for files in the local repository.

prop=images (im)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Returns all files contained on the given pages.

Parametrar:
imlimit

How many files to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
imcontinue

When more results are available, use this to continue.

imimages

Only list these files. Useful for checking whether a certain page has a certain file.

Separate values with |. Maximum number of values is 50 (500 for bots).
imdir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending

prop=info (in)

  • Denna modul kräver läsrättigheter.

Get basic page information.

Parametrar:
inprop

Which additional properties to get:

protection
List the protection level of each page.
talkid
The page ID of the talk page for each non-talk page.
watched
List the watched status of each page.
watchers
The number of watchers, if allowed.
notificationtimestamp
The watchlist notification timestamp of each page.
subjectid
The page ID of the parent page for each talk page.
url
Gives a full URL, an edit URL, and the canonical URL for each page.
readable
Whether the user can read this page.
preload
Gives the text returned by EditFormPreloadText.
displaytitle
Gives the way the page title is actually displayed.
värden (separade med "|"): protection, talkid, watched, watchers, notificationtimestamp, subjectid, url, readable, preload, displaytitle
intestactions

Test whether the current user can perform certain actions on the page.

Separate values with |. Maximum number of values is 50 (500 for bots).
intoken
Föråldrad.

Use action=query&meta=tokens instead.

värden (separade med "|"): edit, delete, protect, move, block, unblock, email, import, watch
incontinue

When more results are available, use this to continue.

Examples:
Get information about the page Main Page.
api.php?action=query&prop=info&titles=Main%20Page
Get general and protection information about the page Main Page.
api.php?action=query&prop=info&inprop=protection&titles=Main%20Page
  • Denna modul kräver läsrättigheter.

Returns all interwiki links from the given pages.

Parametrar:
iwprop

Which additional properties to get for each interlanguage link:

url
Adds the full URL.
värden (separade med "|"): url
iwprefix

Only return interwiki links with this prefix.

iwtitle

Interwiki link to search for. Must be used with iwprefix.

iwdir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
iwlimit

How many interwiki links to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
iwcontinue

When more results are available, use this to continue.

iwurl
Föråldrad.

Whether to get the full URL (cannot be used with iwprop).

Example:
Get interwiki links from the page Main Page.
api.php?action=query&prop=iwlinks&titles=Main%20Page
  • Denna modul kräver läsrättigheter.

Returns all interlanguage links from the given pages.

Parametrar:
llprop

Which additional properties to get for each interlanguage link:

url
Adds the full URL.
langname
Adds the localised language name (best effort). Use llinlanguagecode to control the language.
autonym
Adds the native language name.
värden (separade med "|"): url, langname, autonym
lllang

Only return language links with this language code.

lltitle

Link to search for. Must be used with lllang.

lldir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
llinlanguagecode

Language code for localised language names.

Default: sv
lllimit

How many langlinks to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
llcontinue

When more results are available, use this to continue.

llurl
Föråldrad.

Whether to get the full URL (cannot be used with llprop).

Example:
Get interlanguage links from the page Main Page.
api.php?action=query&prop=langlinks&titles=Main%20Page&redirects=
  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Returns all links from the given pages.

Parametrar:
plnamespace

Show links in these namespaces only.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
pllimit

How many links to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
plcontinue

When more results are available, use this to continue.

pltitles

Only list links to these titles. Useful for checking whether a certain page links to a certain title.

Separate values with |. Maximum number of values is 50 (500 for bots).
pldir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
Examples:
Get links from the page Main Page
api.php?action=query&prop=links&titles=Main%20Page
Get information about the link pages in the page Main Page.
api.php?action=query&generator=links&titles=Main%20Page&prop=info
Get links from the page Main Page in the Användare and Mall namespaces.
api.php?action=query&prop=links&titles=Main%20Page&plnamespace=2|10

prop=linkshere (lh)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Find all pages that link to the given pages.

Parametrar:
lhprop

Which properties to get:

pageid
Page ID of each page.
title
Title of each page.
redirect
Flag if the page is a redirect.
värden (separade med "|"): pageid, title, redirect
Default: pageid|title|redirect
lhnamespace

Only include pages in these namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
lhshow

Show only items that meet these criteria:

redirect
Only show redirects.
!redirect
Only show non-redirects.
värden (separade med "|"): redirect, !redirect
lhlimit

How many to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
lhcontinue

When more results are available, use this to continue.

prop=pageprops (pp)

  • Denna modul kräver läsrättigheter.

Get various properties defined in the page content.

Parametrar:
ppcontinue

When more results are available, use this to continue.

ppprop

Only list these props. Useful for checking whether a certain page uses a certain page prop.

Separate values with |. Maximum number of values is 50 (500 for bots).
Example:
Get properties for Category:Foo.
api.php?action=query&prop=pageprops&titles=Category:Foo

prop=redirects (rd)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Returns all redirects to the given pages.

Parametrar:
rdprop

Which properties to get:

pageid
Page ID of each redirect.
title
Title of each redirect.
fragment
Fragment of each redirect, if any.
värden (separade med "|"): pageid, title, fragment
Default: pageid|title
rdnamespace

Only include pages in these namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
rdshow

Show only items that meet these criteria:

fragment
Only show redirects with a fragment.
!fragment
Only show redirects without a fragment.
värden (separade med "|"): fragment, !fragment
rdlimit

How many redirects to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
rdcontinue

When more results are available, use this to continue.

prop=revisions (rv)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Get revision information.

May be used in several ways:

  1. Get data about a set of pages (last revision), by setting titles or pageids.
  2. Get revisions for one given page, by using titles or pageids with start, end, or limit.
  3. Get data about a set of revisions by setting their IDs with revids.
Parametrar:
rvprop

Which properties to get for each revision:

ids
The ID of the revision.
flags
Revision flags (minor).
timestamp
The timestamp of the revision.
user
User that made the revision.
userid
User ID of the revision creator.
size
Length (bytes) of the revision.
sha1
SHA-1 (base 16) of the revision.
contentmodel
Content model ID of the revision.
comment
Comment by the user for the revision.
parsedcomment
Parsed comment by the user for the revision.
content
Text of the revision.
tags
Tags for the revision.
värden (separade med "|"): ids, flags, timestamp, user, userid, size, sha1, contentmodel, comment, parsedcomment, content, tags
Default: ids|timestamp|flags|comment|user
rvlimit

Limit how many revisions will be returned.

May only be used with a single page (mode #2).
Inte mer än 500 (5 000 för robotar) tillåts.
rvexpandtemplates

Expand templates in revision content (requires rvprop=content).

rvgeneratexml

Generate XML parse tree for revision content (requires rvprop=content).

rvparse

Parse revision content (requires rvprop=content). For performance reasons, if this option is used, rvlimit is enforced to 1.

rvsection

Only retrieve the content of this section number.

rvdiffto

Revision ID to diff each revision to. Use prev, next and cur for the previous, next and current revision respectively.

rvdifftotext

Text to diff each revision to. Only diffs a limited number of revisions. Overrides rvdiffto. If rvsection is set, only that section will be diffed against this text

rvcontentformat

Serialization format used for rvdifftotext and expected for output of content.

ett värde: text/x-wiki, text/javascript, application/json, text/css, text/plain
rvstartid

From which revision ID to start enumeration.

May only be used with a single page (mode #2).
rvendid

Stop revision enumeration on this revision ID.

May only be used with a single page (mode #2).
rvstart

From which revision timestamp to start enumeration.

May only be used with a single page (mode #2).
rvend

Enumerate up to this timestamp.

May only be used with a single page (mode #2).
rvdir

In which direction to enumerate:

newer
List oldest first. Note: rvstart has to be before rvend.
older
List newest first (default). Note: rvstart has to be later than rvend.
May only be used with a single page (mode #2).
ett värde: newer, older
Default: older
rvuser

Only include revisions made by user.

May only be used with a single page (mode #2).
rvexcludeuser

Exclude revisions made by user.

May only be used with a single page (mode #2).
rvtag

Only list revisions tagged with this tag.

rvtoken
Föråldrad.

Which tokens to obtain for each revision.

värden (separade med "|"): rollback
rvcontinue

When more results are available, use this to continue.

prop=stashimageinfo (sii)

  • Denna modul kräver läsrättigheter.

Returnerar filinformation för temporära filer.

Parametrar:
siifilekey

Nyckel som identifierar en tidigare uppladdning som lagrats temporärt.

Separate values with |. Maximum number of values is 50 (500 for bots).
siisessionkey
Föråldrad.

Alias for siifilekey, for backward compatibility.

Separate values with |. Maximum number of values is 50 (500 for bots).
siiprop

Which file information to get:

timestamp
Adds timestamp for the uploaded version.
canonicaltitle
Adds the canonical title of the file.
url
Gives URL to the file and the description page.
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.
mime
Adds MIME type of the file.
thumbmime
Adds MIME type of the image thumbnail (requires url and param siiurlwidth).
metadata
Lists Exif metadata for the version of the file.
commonmetadata
Lists file format generic metadata for the version of the file.
extmetadata
Lists formatted metadata combined from multiple sources. Results are HTML formatted.
bitdepth
Adds the bit depth of the version.
värden (separade med "|"): timestamp, canonicaltitle, url, size, dimensions, sha1, mime, thumbmime, metadata, commonmetadata, extmetadata, bitdepth
Default: timestamp|url
siiurlwidth

If siiprop=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.

Default: -1
siiurlheight

Similar to siiurlwidth.

Default: -1
siiurlparam

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

Default: (empty)

prop=templates (tl)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Returns all pages transcluded on the given pages.

Parametrar:
tlnamespace

Show templates in this namespaces only.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
tllimit

How many templates to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
tlcontinue

When more results are available, use this to continue.

tltemplates

Only list these templates. Useful for checking whether a certain page uses a certain template.

Separate values with |. Maximum number of values is 50 (500 for bots).
tldir

The direction in which to list.

ett värde: ascending, descending
Default: ascending
Examples:
Get the templates used on the page Main Page.
api.php?action=query&prop=templates&titles=Main%20Page
Get information about the template pages used on Main Page.
api.php?action=query&generator=templates&titles=Main%20Page&prop=info
Get pages in the Användare and Mall namespaces that are transcluded on the page Main Page.
api.php?action=query&prop=templates&titles=Main%20Page&tlnamespace=2|10

prop=transcludedin (ti)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Find all pages that transclude the given pages.

Parametrar:
tiprop

Which properties to get:

pageid
Page ID of each page.
title
Title of each page.
redirect
Flag if the page is a redirect.
värden (separade med "|"): pageid, title, redirect
Default: pageid|title|redirect
tinamespace

Only include pages in these namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
tishow

Show only items that meet these criteria:

redirect
Only show redirects.
!redirect
Only show non-redirects.
värden (separade med "|"): redirect, !redirect
tilimit

How many to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
ticontinue

When more results are available, use this to continue.

Examples:
Get a list of pages transcluding Main Page.
api.php?action=query&prop=transcludedin&titles=Main%20Page
Get information about pages transcluding Main Page.
api.php?action=query&generator=transcludedin&titles=Main%20Page&prop=info

list=allcategories (ac)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Enumerate all categories.

Parametrar:
acfrom

The category to start enumerating from.

accontinue

When more results are available, use this to continue.

acto

The category to stop enumerating at.

acprefix

Search for all category titles that begin with this value.

acdir

Riktning att sortera mot.

ett värde: ascending, descending
Default: ascending
acmin

Returnera endast kategorier med minst så här många medlemmar.

acmax

Returnera endast kategorier med som mest så här många medlemmar.

aclimit

Hur många kategorier att returnera.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
acprop

Which properties to get:

size
Adds number of pages in the category.
hidden
Tags categories that are hidden with __HIDDENCAT__.
värden (separade med "|"): size, hidden
Default: (empty)
Examples:
List categories with information on the number of pages in each.
api.php?action=query&list=allcategories&acprop=size
Retrieve info about the category page itself for categories beginning List.
api.php?action=query&generator=allcategories&gacprefix=List&prop=info

list=alldeletedrevisions (adr)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Lista alla raderade revisioner av en användare or inom en namnrymd.

Parametrar:
adrprop

Which properties to get for each revision:

ids
The ID of the revision.
flags
Revision flags (minor).
timestamp
The timestamp of the revision.
user
User that made the revision.
userid
User ID of the revision creator.
size
Length (bytes) of the revision.
sha1
SHA-1 (base 16) of the revision.
contentmodel
Content model ID of the revision.
comment
Comment by the user for the revision.
parsedcomment
Parsed comment by the user for the revision.
content
Text of the revision.
tags
Tags for the revision.
värden (separade med "|"): ids, flags, timestamp, user, userid, size, sha1, contentmodel, comment, parsedcomment, content, tags
Default: ids|timestamp|flags|comment|user
adrlimit

Limit how many revisions will be returned.

Inte mer än 500 (5 000 för robotar) tillåts.
adrexpandtemplates

Expand templates in revision content (requires adrprop=content).

adrgeneratexml

Generate XML parse tree for revision content (requires adrprop=content).

adrparse

Parse revision content (requires adrprop=content). For performance reasons, if this option is used, adrlimit is enforced to 1.

adrsection

Only retrieve the content of this section number.

adrdiffto

Revision ID to diff each revision to. Use prev, next and cur for the previous, next and current revision respectively.

adrdifftotext

Text to diff each revision to. Only diffs a limited number of revisions. Overrides adrdiffto. If adrsection is set, only that section will be diffed against this text

adrcontentformat

Serialization format used for adrdifftotext and expected for output of content.

ett värde: text/x-wiki, text/javascript, application/json, text/css, text/plain
adruser

Lista bara revideringar av denna användaren.

adrnamespace

Lista bara sidor i denna namnrymd.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
adrstart

The timestamp to start enumerating from.

Kan endast användas med adruser.
adrend

The timestamp to stop enumerating at.

Kan endast användas med adruser.
adrdir

In which direction to enumerate:

newer
List oldest first. Note: adrstart has to be before adrend.
older
List newest first (default). Note: adrstart has to be later than adrend.
ett värde: newer, older
Default: older
adrfrom

Börja lista vid denna titel.

Kan inte användas med adruser.
adrto

Sluta lista vid denna titel.

Kan inte användas med adruser.
adrprefix

Sök alla sid-titlar som börjar med detta värde.

Kan inte användas med adruser.
adrexcludeuser

Lista inte revideringar av denna användaren.

Kan inte användas med adruser.
adrtag

Lista bara revideringar taggade med denna tagg.

adrcontinue

When more results are available, use this to continue.

adrgeneratetitles

When being used as a generator, generate titles rather than revision IDs.

Examples:
List the last 50 deleted contributions by user Example.
api.php?action=query&list=alldeletedrevisions&adruser=Example&adrlimit=50
Lista dem första 50 revideringarna i huvud-namnrymden
api.php?action=query&list=alldeletedrevisions&adrdir=newer&adrlimit=50

list=allfileusages (af)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Lista all fil användningsområden, inklusive icke-existerande.

Parametrar:
afcontinue

When more results are available, use this to continue.

affrom

The title of the file to start enumerating from.

afto

The title of the file to stop enumerating at.

afprefix

Sök för all fil-titlar som börjar med detta värde.

afunique

Only show distinct file titles. Cannot be used with afprop=ids. When used as a generator, yields target pages instead of source pages.

afprop

Which pieces of information to include:

ids
Adds the page ID of the using page (cannot be used with afunique).
title
Adds the title of the file.
värden (separade med "|"): ids, title
Default: title
aflimit

Hur många saker att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
afdir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
Examples:
List file titles, including missing ones, with page IDs they are from, starting at B.
api.php?action=query&list=allfileusages&affrom=B&afprop=ids|title
Lista unika filtitlar
api.php?action=query&list=allfileusages&afunique=&affrom=B
Hämtar alla fil titlar, markerar dem saknade.
api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B
Hämtar sidor som innehåller filerna.
api.php?action=query&generator=allfileusages&gaffrom=B

list=allimages (ai)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Enumerate all images sequentially.

Parametrar:
aisort

Egenskap att sortera efter.

ett värde: name, timestamp
Default: name
aidir

Riktningen att lista mot.

ett värde: ascending, descending, newer, older
Default: ascending
aifrom

The image title to start enumerating from. Can only be used with aisort=name.

aito

The image title to stop enumerating at. Can only be used with aisort=name.

aicontinue

When more results are available, use this to continue.

aistart

The timestamp to start enumerating from. Can only be used with aisort=timestamp.

aiend

The timestamp to end enumerating. Can only be used with aisort=timestamp.

aiprop

Which file information to get:

timestamp
Adds timestamp for the uploaded version.
user
Adds the user who uploaded each file version.
userid
Add the user ID that uploaded each file version.
comment
Comment on the version.
parsedcomment
Parse the comment on the version.
canonicaltitle
Adds the canonical title of the file.
url
Gives URL to the file and the description page.
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.
mime
Adds MIME type of the file.
mediatype
Adds the media type of the file.
metadata
Lists Exif metadata for the version of the file.
commonmetadata
Lists file format generic metadata for the version of the file.
extmetadata
Lists formatted metadata combined from multiple sources. Results are HTML formatted.
bitdepth
Adds the bit depth of the version.
värden (separade med "|"): timestamp, user, userid, comment, parsedcomment, canonicaltitle, url, size, dimensions, sha1, mime, mediatype, metadata, commonmetadata, extmetadata, bitdepth
Default: timestamp|url
aiprefix

Sök för alla bild titlar som börjar med detta värde. Kan endast användas med aisort=name.

aiminsize

Begränsning på bilder med åtminstone så här många bytes.

aimaxsize

Begränsning på bilder med som mest så här många bytes.

aisha1

SHA1 hash av bild. Åsidosätter aisha1base36.

aisha1base36

SHA1 hash av bild i bas 36 (används i MediaWiki).

aiuser

Returnera enbart filer uppladdade av denna användare. Kan enbart användas med aisort=timestamp. Kan inte användas tillsammans med aifilterbots.

aifilterbots

Hur man filtrerar filer uppladdade av bots. Kan enbart användas med aisort=timestamp. Kan inte användas tillsammans med aiuser.

ett värde: all, bots, nobots
Default: all
aimime

Vilka MIME-typer du vill söka efter, t.ex. image/jpeg.

Separate values with |. Maximum number of values is 50 (500 for bots).
ailimit

Hur många bilder att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
Examples:
Visa en lista över filer som börjar på bokstaven B.
api.php?action=query&list=allimages&aifrom=B
Visa en lista över nyligen överförda filer, ungefär som Special:Nya_filer.
api.php?action=query&list=allimages&aiprop=user|timestamp|url&aisort=timestamp&aidir=older
Visa en lista över filer med MIME-typen image/png eller image/gif
api.php?action=query&list=allimages&aimime=image/png|image/gif
Visa info om 4 filer som börjar med bokstaven T.
api.php?action=query&generator=allimages&gailimit=4&gaifrom=T&prop=imageinfo
  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Enumerate all links that point to a given namespace.

Parametrar:
alcontinue

When more results are available, use this to continue.

alfrom

The title of the link to start enumerating from.

alto

The title of the link to stop enumerating at.

alprefix

Sök alla länkade titlar som börjar med detta värde.

alunique

Only show distinct linked titles. Cannot be used with alprop=ids. When used as a generator, yields target pages instead of source pages.

alprop

Which pieces of information to include:

ids
Adds the page ID of the linking page (cannot be used with alunique).
title
Adds the title of the link.
värden (separade med "|"): ids, title
Default: title
alnamespace

The namespace to enumerate.

ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
Default: 0
allimit

Hur många saker att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
aldir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
Examples:
Lista länkade titlar, inkluderade saknade, med dem sid-IDs dem är från, med början vid B.
api.php?action=query&list=alllinks&alfrom=B&alprop=ids|title
Lista unika länkade titlar.
api.php?action=query&list=alllinks&alunique=&alfrom=B
Hämtar alla länkade titlar, markera de saknade.
api.php?action=query&generator=alllinks&galunique=&galfrom=B
Hämtar sidor som innehåller länkarna.
api.php?action=query&generator=alllinks&galfrom=B

list=allpages (ap)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Enumerate all pages sequentially in a given namespace.

Parametrar:
apfrom

The page title to start enumerating from.

apcontinue

When more results are available, use this to continue.

apto

The page title to stop enumerating at.

apprefix

Sök efter alla sidtitlar som börjar med detta värde.

apnamespace

The namespace to enumerate.

ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
Default: 0
apfilterredir

Vilka sidor att lista.

ett värde: all, redirects, nonredirects
Default: all
apminsize

Begränsa till sidor med detta antal byte eller fler.

apmaxsize

Begränsa till sidor med högst så här många byte.

apprtype

Begränsa till endast skyddade sidor.

värden (separade med "|"): edit, move, upload
apprlevel

Filter protections based on protection level (must be used with apprtype= parameter).

värden (separade med "|"): Kan vara tom, eller autoconfirmed, sysop
apprfiltercascade

Filter protections based on cascadingness (ignored when apprtype isn't set).

ett värde: cascading, noncascading, all
Default: all
aplimit

Hur många sidor att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
apdir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
apfilterlanglinks

Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.

ett värde: withlanglinks, withoutlanglinks, all
Default: all
apprexpiry

Which protection expiry to filter the page on:

indefinite
Get only pages with indefinite protection expiry.
definite
Get only pages with a definite (specific) protection expiry.
all
Get pages with any protections expiry.
ett värde: indefinite, definite, all
Default: all
Examples:
Visa en lista över sidor som börjar på bokstaven B.
api.php?action=query&list=allpages&apfrom=B
Show info about 4 pages starting at the letter T.
api.php?action=query&generator=allpages&gaplimit=4&gapfrom=T&prop=info
Show content of first 2 non-redirect pages beginning at Re.
api.php?action=query&generator=allpages&gaplimit=2&gapfilterredir=nonredirects&gapfrom=Re&prop=revisions&rvprop=content

list=allredirects (ar)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

List all redirects to a namespace.

Parametrar:
arcontinue

When more results are available, use this to continue.

arfrom

The title of the redirect to start enumerating from.

arto

The title of the redirect to stop enumerating at.

arprefix

Search for all target pages that begin with this value.

arunique

Only show distinct target pages. Cannot be used with arprop=ids|fragment|interwiki. When used as a generator, yields target pages instead of source pages.

arprop

Which pieces of information to include:

ids
Adds the page ID of the redirecting page (cannot be used with arunique).
title
Adds the title of the redirect.
fragment
Adds the fragment from the redirect, if any (cannot be used with arunique).
interwiki
Adds the interwiki prefix from the redirect, if any (cannot be used with arunique).
värden (separade med "|"): ids, title, fragment, interwiki
Default: title
arnamespace

The namespace to enumerate.

ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
Default: 0
arlimit

How many total items to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
ardir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
Examples:
List target pages, including missing ones, with page IDs they are from, starting at B.
api.php?action=query&list=allredirects&arfrom=B&arprop=ids|title
List unique target pages.
api.php?action=query&list=allredirects&arunique=&arfrom=B
Hämtar alla målsidor, markerar de som saknas.
api.php?action=query&generator=allredirects&garunique=&garfrom=B
Gets pages containing the redirects.
api.php?action=query&generator=allredirects&garfrom=B

list=alltransclusions (at)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

List all transclusions (pages embedded using {{x}}), including non-existing.

Parametrar:
atcontinue

When more results are available, use this to continue.

atfrom

The title of the transclusion to start enumerating from.

atto

The title of the transclusion to stop enumerating at.

atprefix

Search for all transcluded titles that begin with this value.

atunique

Only show distinct transcluded titles. Cannot be used with atprop=ids. When used as a generator, yields target pages instead of source pages.

atprop

Which pieces of information to include:

ids
Adds the page ID of the transcluding page (cannot be used with atunique).
title
Adds the title of the transclusion.
värden (separade med "|"): ids, title
Default: title
atnamespace

The namespace to enumerate.

ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
Default: 10
atlimit

How many total items to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
atdir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
Examples:
List transcluded titles, including missing ones, with page IDs they are from, starting at B.
api.php?action=query&list=alltransclusions&atfrom=B&atprop=ids|title
List unique transcluded titles.
api.php?action=query&list=alltransclusions&atunique=&atfrom=B
Gets all transcluded titles, marking the missing ones.
api.php?action=query&generator=alltransclusions&gatunique=&gatfrom=B
Gets pages containing the transclusions.
api.php?action=query&generator=alltransclusions&gatfrom=B

list=allusers (au)

  • Denna modul kräver läsrättigheter.

Enumerate all registered users.

Parametrar:
aufrom

The user name to start enumerating from.

auto

The user name to stop enumerating at.

auprefix

Sök för alla användare som börjar med detta värde.

audir

Riktning att sortera i.

ett värde: ascending, descending
Default: ascending
augroup

Inkludera bara användare i de givna grupperna.

värden (separade med "|"): bot, sysop, bureaucrat, administrator
auexcludegroup

Exkludera användare i de givna grupperna.

värden (separade med "|"): bot, sysop, bureaucrat, administrator
aurights

Inkludera bara användare med de givna rättigheterna. Inkluderar inte rättigheter givna med implicita eller automatiskt promotade grupper som *, användare, eller auto-konfirmerad.

värden (separade med "|"): apihighlimits, applychangetags, autoconfirmed, autopatrol, bigdelete, block, blockemail, bot, browsearchive, changetags, createaccount, createpage, createtalk, delete, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editprotected, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjs, editmywatchlist, editsemiprotected, editusercssjs, editusercss, edituserjs, hideuser, import, importupload, ipblock-exempt, managechangetags, markbotedits, mergehistory, minoredit, move, movefile, move-categorypages, move-rootuserpages, move-subpages, nominornewtalk, noratelimit, override-export-depth, pagelang, passwordreset, patrol, patrolmarks, protect, proxyunbannable, purge, read, reupload, reupload-own, reupload-shared, rollback, sendemail, siteadmin, suppressionlog, suppressredirect, suppressrevision, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewmyprivateinfo, viewmywatchlist, viewsuppressed, writeapi, nuke, mf-uploadbutton, confirmaccount, requestips, lookupcredentials, usermerge
Maximum number of values is 50 (500 for bots).
auprop

Which pieces of information to include:

blockinfo
Adds the information about a current block on the user.
groups
Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.
implicitgroups
Lists all the groups the user is automatically in.
rights
Lists rights that the user has.
editcount
Adds the edit count of the user.
registration
Adds the timestamp of when the user registered if available (may be blank).
värden (separade med "|"): blockinfo, groups, implicitgroups, rights, editcount, registration
aulimit

Hur många användarnamn att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
auwitheditsonly

Lista bara användare som har gjort redigeringar.

auactiveusers

Lista bara användare aktiva i dem sista 30dagarna.

Example:
Lista användare som börjar på Y.
api.php?action=query&list=allusers&aufrom=Y
  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Hitta alla sidor som länkar till den givna sidan.

Parametrar:
bltitle

Title to search. Cannot be used together with blpageid.

blpageid

Page ID to search. Cannot be used together with bltitle.

blcontinue

When more results are available, use this to continue.

blnamespace

The namespace to enumerate.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
bldir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
blfilterredir

How to filter for redirects. If set to nonredirects when blredirect is enabled, this is only applied to the second level.

ett värde: all, redirects, nonredirects
Default: all
bllimit

How many total pages to return. If blredirect is enabled, limit applies to each level separately (which means up to 2 * bllimit results may be returned).

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
blredirect

If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.

Examples:
Show links to Main page.
api.php?action=query&list=backlinks&bltitle=Main%20Page
Get information about pages linking to Main page.
api.php?action=query&generator=backlinks&gbltitle=Main%20Page&prop=info

list=blocks (bk)

  • Denna modul kräver läsrättigheter.

List all blocked users and IP addresses.

Parametrar:
bkstart

The timestamp to start enumerating from.

bkend

The timestamp to stop enumerating at.

bkdir

In which direction to enumerate:

newer
List oldest first. Note: bkstart has to be before bkend.
older
List newest first (default). Note: bkstart has to be later than bkend.
ett värde: newer, older
Default: older
bkids

List of block IDs to list (optional).

Separate values with |. Maximum number of values is 50 (500 for bots).
bkusers

List of users to search for (optional).

Separate values with |. Maximum number of values is 50 (500 for bots).
bkip

Get all blocks applying to this IP or CIDR range, including range blocks. Cannot be used together with bkusers. CIDR ranges broader than IPv4/16 or IPv6/19 are not accepted.

bklimit

The maximum number of blocks to list.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
bkprop

Which properties to get:

id
Adds the ID of the block.
user
Adds the username of the blocked user.
userid
Adds the user ID of the blocked user.
by
Adds the username of the blocking user.
byid
Adds the user ID of the blocking user.
timestamp
Adds the timestamp of when the block was given.
expiry
Adds the timestamp of when the block expires.
reason
Adds the reason given for the block.
range
Adds the range of IP addresses affected by the block.
flags
Tags the ban with (autoblock, anononly, etc.).
värden (separade med "|"): id, user, userid, by, byid, timestamp, expiry, reason, range, flags
Default: id|user|by|timestamp|expiry|reason|flags
bkshow

Show only items that meet these criteria. For example, to see only indefinite blocks on IP addresses, set bkshow=ip|!temp.

värden (separade med "|"): account, !account, temp, !temp, ip, !ip, range, !range
bkcontinue

When more results are available, use this to continue.

Examples:
List blocks.
api.php?action=query&list=blocks
List blocks of users Alice and Bob.
api.php?action=query&list=blocks&bkusers=Alice|Bob

list=categorymembers (cm)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

List all pages in a given category.

Parametrar:
cmtitle

Which category to enumerate (required). Must include the Kategori: prefix. Cannot be used together with cmpageid.

cmpageid

Page ID of the category to enumerate. Cannot be used together with cmtitle.

cmprop

Which pieces of information to include:

ids
Adds the page ID.
title
Adds the title and namespace ID of the page.
sortkey
Adds the sortkey used for sorting in the category (hexadecimal string).
sortkeyprefix
Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).
type
Adds the type that the page has been categorised as (page, subcat or file).
timestamp
Adds the timestamp of when the page was included.
värden (separade med "|"): ids, title, sortkey, sortkeyprefix, type, timestamp
Default: ids|title
cmnamespace

Only include pages in these namespaces. Note that cmtype=subcat or cmtype=file may be used instead of cmnamespace=14 or 6.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
cmtype

Which type of category members to include. Ignored when cmsort=timestamp is set.

värden (separade med "|"): page, subcat, file
Default: page|subcat|file
cmcontinue

When more results are available, use this to continue.

cmlimit

The maximum number of pages to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
cmsort

Property to sort by.

ett värde: sortkey, timestamp
Default: sortkey
cmdir

In which direction to sort.

ett värde: asc, desc, ascending, descending, newer, older
Default: ascending
cmstart

Timestamp to start listing from. Can only be used with cmsort=timestamp.

cmend

Timestamp to end listing at. Can only be used with cmsort=timestamp.

cmstarthexsortkey

Sortkey to start listing from, as returned by cmprop=sortkey. Can only be used with cmsort=sortkey.

cmendhexsortkey

Sortkey to end listing from, as returned by cmprop=sortkey. Can only be used with cmsort=sortkey.

cmstartsortkeyprefix

Sortkey prefix to start listing from. Can only be used with cmsort=sortkey. Overrides cmstarthexsortkey.

cmendsortkeyprefix

Sortkey prefix to end listing BEFORE (not at, if this value occurs it will not be included!). Can only be used with cmsort=sortkey. Overrides cmendhexsortkey.

cmstartsortkey
Föråldrad.

Use cmstarthexsortkey instead.

cmendsortkey
Föråldrad.

Use cmendhexsortkey instead.

Examples:
Get first 10 pages in Category:Physics.
api.php?action=query&list=categorymembers&cmtitle=Category:Physics
Get page info about first 10 pages in Category:Physics.
api.php?action=query&generator=categorymembers&gcmtitle=Category:Physics&prop=info

list=deletedrevs (dr)

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

List deleted revisions.

Operates in three modes:

  1. List deleted revisions for the given titles, sorted by timestamp.
  2. List deleted contributions for the given user, sorted by timestamp (no titles specified).
  3. List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, druser not set).

Certain parameters only apply to some modes and are ignored in others.

Parametrar:
drstart

The timestamp to start enumerating from.

Modes: 1, 2
drend

The timestamp to stop enumerating at.

Modes: 1, 2
drdir

In which direction to enumerate:

newer
List oldest first. Note: drstart has to be before drend.
older
List newest first (default). Note: drstart has to be later than drend.
Modes: 1, 3
ett värde: newer, older
Default: older
drfrom

Start listing at this title.

Mode: 3
drto

Stop listing at this title.

Mode: 3
drprefix

Search for all page titles that begin with this value.

Mode: 3
drunique

List only one revision for each page.

Mode: 3
drnamespace

Only list pages in this namespace.

Mode: 3
ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
Default: 0
drtag

Only list revisions tagged with this tag.

druser

Only list revisions by this user.

drexcludeuser

Don't list revisions by this user.

drprop

Which properties to get:

revid
Adds the revision ID of the deleted revision.
parentid
Adds the revision ID of the previous revision to the page.
user
Adds the user who made the revision.
userid
Adds the user ID whom made the revision.
comment
Adds the comment of the revision.
parsedcomment
Adds the parsed comment of the revision.
minor
Tags if the revision is minor.
len
Adds the length (bytes) of the revision.
sha1
Adds the SHA-1 (base 16) of the revision.
content
Adds the content of the revision.
token
Deprecated. Gives the edit token.
tags
Tags for the revision.
värden (separade med "|"): revid, parentid, user, userid, comment, parsedcomment, minor, len, sha1, content, token, tags
Default: user|comment
drlimit

The maximum amount of revisions to list.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
drcontinue

When more results are available, use this to continue.

Examples:
List the last deleted revisions of the pages Main Page and Talk:Main Page, with content (mode 1).
api.php?action=query&list=deletedrevs&titles=Main%20Page|Talk:Main%20Page&drprop=user|comment|content
List the last 50 deleted contributions by Bob (mode 2).
api.php?action=query&list=deletedrevs&druser=Bob&drlimit=50
List the first 50 deleted revisions in the main namespace (mode 3).
api.php?action=query&list=deletedrevs&drdir=newer&drlimit=50
List the first 50 deleted pages in the Diskussion namespace (mode 3).
api.php?action=query&list=deletedrevs&drdir=newer&drlimit=50&drnamespace=1&drunique=

list=embeddedin (ei)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Find all pages that embed (transclude) the given title.

Parametrar:
eititle

Title to search. Cannot be used together with eipageid.

eipageid

Page ID to search. Cannot be used together with eititle.

eicontinue

When more results are available, use this to continue.

einamespace

The namespace to enumerate.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
eidir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
eifilterredir

How to filter for redirects.

ett värde: all, redirects, nonredirects
Default: all
eilimit

Hur många sidor att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
Examples:
Show pages transcluding Template:Stub.
api.php?action=query&list=embeddedin&eititle=Template:Stub
Get information about pages transcluding Template:Stub.
api.php?action=query&generator=embeddedin&geititle=Template:Stub&prop=info

list=exturlusage (eu)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Enumerate pages that contain a given URL.

Parametrar:
euprop

Which pieces of information to include:

ids
Adds the ID of page.
title
Adds the title and namespace ID of the page.
url
Adds the URL used in the page.
värden (separade med "|"): ids, title, url
Default: ids|title|url
euoffset

When more results are available, use this to continue.

euprotocol

Protocol of the URL. If empty and euquery set, the protocol is http. Leave both this and euquery empty to list all external links.

ett värde: Kan vara tom, eller bitcoin, ftp, ftps, geo, git, gopher, http, https, irc, ircs, magnet, mailto, mms, news, nntp, redis, sftp, sip, sips, sms, ssh, svn, tel, telnet, urn, worldwind, xmpp
Default: (empty)
euquery

Search string without protocol. See Special:LinkSearch. Leave empty to list all external links.

eunamespace

The page namespaces to enumerate.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
eulimit

How many pages to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
euexpandurl

Expand protocol-relative URLs with the canonical protocol.

list=filearchive (fa)

  • Denna modul kräver läsrättigheter.

Enumerate all deleted files sequentially.

Parametrar:
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

Riktningen att lista mot.

ett värde: ascending, descending
Default: 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
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 the image version.
parseddescription
Parse the description on 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.
värden (separade med "|"): sha1, timestamp, user, size, dimensions, description, parseddescription, mime, mediatype, metadata, bitdepth, archivename
Default: timestamp
falimit

How many images to return in total.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
facontinue

When more results are available, use this to continue.

Example:
Visa en lista över alla borttagna filer.
api.php?action=query&list=filearchive

list=imageusage (iu)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Find all pages that use the given image title.

Parametrar:
iutitle

Title to search. Cannot be used together with iupageid.

iupageid

Page ID to search. Cannot be used together with iutitle.

iucontinue

When more results are available, use this to continue.

iunamespace

The namespace to enumerate.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
iudir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
iufilterredir

How to filter for redirects. If set to nonredirects when iuredirect is enabled, this is only applied to the second level.

ett värde: all, redirects, nonredirects
Default: all
iulimit

How many total pages to return. If iuredirect is enabled, the limit applies to each level separately (which means up to 2 * iulimit results may be returned).

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
iuredirect

If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Find all pages that link to the given interwiki link.

Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively "all interwiki links".

Parametrar:
iwblprefix

Prefix for the interwiki.

iwbltitle

Interwiki link to search for. Must be used with iwblblprefix.

iwblcontinue

When more results are available, use this to continue.

iwbllimit

Hur många sidor att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
iwblprop

Which properties to get:

iwprefix
Adds the prefix of the interwiki.
iwtitle
Adds the title of the interwiki.
värden (separade med "|"): iwprefix, iwtitle
Default: (empty)
iwbldir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending
  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Find all pages that link to the given language link.

Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively "all language links".

Note that this may not consider language links added by extensions.

Parametrar:
lbllang

Language for the language link.

lbltitle

Language link to search for. Must be used with lbllang.

lblcontinue

When more results are available, use this to continue.

lbllimit

Hur många sidor att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
lblprop

Which properties to get:

lllang
Adds the language code of the language link.
lltitle
Adds the title of the language link.
värden (separade med "|"): lllang, lltitle
Default: (empty)
lbldir

Riktningen att lista mot.

ett värde: ascending, descending
Default: ascending

list=logevents (le)

  • Denna modul kräver läsrättigheter.

Get events from logs.

Parametrar:
leprop

Which properties to get:

ids
Adds the ID of the log event.
title
Adds the title of the page for the log event.
type
Adds the type of log event.
user
Adds the user responsible for the log event.
userid
Adds the user ID who was responsible for the log event.
timestamp
Adds the timestamp for the event.
comment
Adds the comment of the event.
parsedcomment
Adds the parsed comment of the event.
details
Lists additional details about the event.
tags
Lists tags for the event.
värden (separade med "|"): ids, title, type, user, userid, timestamp, comment, parsedcomment, details, tags
Default: ids|title|type|user|timestamp|comment|details
letype

Filter log entries to only this type.

ett värde: Kan vara tom, eller block, protect, rights, delete, upload, move, import, patrol, merge, suppress, tag, managetags, usermerge, newusers
leaction

Filter log actions to only this action. Overrides letype. Wildcard actions like action/* allows to specify any string for the asterisk.

ett värde: protect/protect, protect/modify, protect/unprotect, protect/move_prot, usermerge/mergeuser, usermerge/deleteuser, move/move, move/move_redir, delete/delete, delete/restore, delete/revision, delete/event, suppress/revision, suppress/event, suppress/delete, patrol/patrol, rights/rights, rights/autopromote, upload/upload, upload/overwrite, upload/revert, merge/merge, tag/update, managetags/create, managetags/delete, managetags/activate, managetags/deactivate, block/block, block/unblock, block/reblock, suppress/block, suppress/reblock, import/upload, import/interwiki, newusers/newusers, newusers/create, newusers/create2, newusers/byemail, newusers/autocreate
lestart

The timestamp to start enumerating from.

leend

The timestamp to end enumerating.

ledir

In which direction to enumerate:

newer
List oldest first. Note: lestart has to be before leend.
older
List newest first (default). Note: lestart has to be later than leend.
ett värde: newer, older
Default: older
leuser

Filter entries to those made by the given user.

letitle

Filter entries to those related to a page.

lenamespace

Filter entries to those in the given namespace.

ett värde: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
leprefix

Filter entries that start with this prefix.

letag

Only list event entries tagged with this tag.

lelimit

How many total event entries to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
lecontinue

When more results are available, use this to continue.

Example:
List recent log events.
api.php?action=query&list=logevents

list=pagepropnames (ppn)

  • Denna modul kräver läsrättigheter.

List all page property names in use on the wiki.

Parametrar:
ppncontinue

When more results are available, use this to continue.

ppnlimit

The maximum number of names to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
Example:
Get first 10 property names.
api.php?action=query&list=pagepropnames

list=pageswithprop (pwp)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

List all pages using a given page property.

Parametrar:
pwppropname

Page prop for which to enumerate pages.

Denna parameter är obligatorisk.
pwpprop

Which pieces of information to include:

ids
Adds the page ID.
title
Adds the title and namespace ID of the page.
value
Adds the value of the page prop.
värden (separade med "|"): ids, title, value
Default: ids|title
pwpcontinue

When more results are available, use this to continue.

pwplimit

The maximum number of pages to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
pwpdir

In which direction to sort.

ett värde: ascending, descending
Default: ascending
Examples:
List the first 10 pages using {{DISPLAYTITLE:}}.
api.php?action=query&list=pageswithprop&pwppropname=displaytitle&pwpprop=ids|title|value
Get page info about first 10 pages using __NOTOC__.
api.php?action=query&generator=pageswithprop&gpwppropname=notoc&prop=info

list=prefixsearch (ps)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Perform a prefix search for page titles.

Parametrar:
pssearch

Search string.

Denna parameter är obligatorisk.
psnamespace

Namespaces to search.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
Default: 0
pslimit

Maximum number of results to return.

Inte mer än 100 (200 för robotar) tillåts.
Default: 10
psoffset

Number of results to skip.

Default: 0
Example:
Search for page titles beginning with meaning.
api.php?action=query&list=prefixsearch&pssearch=meaning

list=protectedtitles (pt)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

List all titles protected from creation.

Parametrar:
ptnamespace

Only list titles in these namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
ptlevel

Only list titles with these protection levels.

värden (separade med "|"): autoconfirmed, sysop
ptlimit

Hur många sidor att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
ptdir

In which direction to enumerate:

newer
List oldest first. Note: ptstart has to be before ptend.
older
List newest first (default). Note: ptstart has to be later than ptend.
ett värde: newer, older
Default: older
ptstart

Start listing at this protection timestamp.

ptend

Stop listing at this protection timestamp.

ptprop

Which properties to get:

timestamp
Adds the timestamp of when protection was added.
user
Adds the user that added the protection.
userid
Adds the user ID that added the protection.
comment
Adds the comment for the protection.
parsedcomment
Adds the parsed comment for the protection.
expiry
Adds the timestamp of when the protection will be lifted.
level
Adds the protection level.
värden (separade med "|"): timestamp, user, userid, comment, parsedcomment, expiry, level
Default: timestamp|level
ptcontinue

When more results are available, use this to continue.

Examples:
Lista skyddade titlar.
api.php?action=query&list=protectedtitles
Find links to protected titles in the main namespace.
api.php?action=query&generator=protectedtitles&gptnamespace=0&prop=linkshere

list=querypage (qp)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Get a list provided by a QueryPage-based special page.

Parametrar:
qppage

The name of the special page. Note, this is case sensitive.

Denna parameter är obligatorisk.
ett värde: Ancientpages, BrokenRedirects, Deadendpages, DoubleRedirects, ListDuplicatedFiles, Listredirects, Lonelypages, Longpages, MediaStatistics, Mostcategories, Mostimages, Mostinterwikis, Mostlinkedcategories, Mostlinkedtemplates, Mostlinked, Mostrevisions, Fewestrevisions, Shortpages, Uncategorizedcategories, Uncategorizedpages, Uncategorizedimages, Uncategorizedtemplates, Unusedcategories, Unusedimages, Wantedcategories, Wantedfiles, Wantedpages, Wantedtemplates, Unwatchedpages, Unusedtemplates, Withoutinterwiki
qpoffset

When more results are available, use this to continue.

Default: 0
qplimit

Number of results to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10

list=random (rn)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Get a set of random pages.

Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, Main Page is the first random page in the list, List of fictional monkeys will always be second, List of people on stamps of Vanuatu third, etc.

If the number of pages in the namespace is lower than rnlimit, fewer pages will be returned. The same page will not be returned twice.

Parametrar:
rnnamespace

Return pages in these namespaces only.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
rnlimit

Limit how many random pages will be returned.

Inte mer än 10 (20 för robotar) tillåts.
Default: 1
rnredirect

Load a random redirect instead of a random page.

Examples:
Return two random pages from the main namespace.
api.php?action=query&list=random&rnnamespace=0&rnlimit=2
Return page info about two random pages from the main namespace.
api.php?action=query&generator=random&grnnamespace=0&grnlimit=2&prop=info

list=recentchanges (rc)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Enumerate recent changes.

Parametrar:
rcstart

The timestamp to start enumerating from.

rcend

The timestamp to end enumerating.

rcdir

In which direction to enumerate:

newer
List oldest first. Note: rcstart has to be before rcend.
older
List newest first (default). Note: rcstart has to be later than rcend.
ett värde: newer, older
Default: older
rcnamespace

Filter changes to only these namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
rcuser

Only list changes by this user.

rcexcludeuser

Don't list changes by this user.

rctag

Only list changes tagged with this tag.

rcprop

Include additional pieces of information:

user
Adds the user responsible for the edit and tags if they are an IP.
userid
Adds the user ID responsible for the edit.
comment
Adds the comment for the edit.
parsedcomment
Adds the parsed comment for the edit.
flags
Adds flags for the edit.
timestamp
Adds timestamp of the edit.
title
Adds the page title of the edit.
ids
Adds the page ID, recent changes ID and the new and old revision ID.
sizes
Adds the new and old page length in bytes.
redirect
Tags edit if page is a redirect.
patrolled
Tags patrollable edits as being patrolled or unpatrolled.
loginfo
Adds log information (log ID, log type, etc) to log entries.
tags
Lists tags for the entry.
sha1
Adds the content checksum for entries associated with a revision.
värden (separade med "|"): user, userid, comment, parsedcomment, flags, timestamp, title, ids, sizes, redirect, patrolled, loginfo, tags, sha1
Default: title|timestamp|ids
rctoken
Föråldrad.

Use action=query&meta=tokens instead.

värden (separade med "|"): patrol
rcshow

Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set rcshow=minor|!anon.

värden (separade med "|"): minor, !minor, bot, !bot, anon, !anon, redirect, !redirect, patrolled, !patrolled, unpatrolled
rclimit

How many total changes to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
rctype

Which types of changes to show.

värden (separade med "|"): edit, external, new, log
Default: edit|new|log
rctoponly

Only list changes which are the latest revision.

rccontinue

When more results are available, use this to continue.

Examples:
Lista de senaste ändringarna.
api.php?action=query&list=recentchanges
Get page info about recent unpatrolled changes.
api.php?action=query&generator=recentchanges&grcshow=!patrolled&prop=info

list=search (sr)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Perform a full text search.

Parametrar:
srsearch

Search for all page titles (or content) that have this value.

Denna parameter är obligatorisk.
srnamespace

Search only within these namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
Default: 0
srwhat

Which type of search to perform.

ett värde: title, text, nearmatch
srinfo

Which metadata to return.

värden (separade med "|"): totalhits, suggestion
Default: totalhits|suggestion
srprop

Which properties to return:

size
Adds the size of the page in bytes.
wordcount
Adds the word count of the page.
timestamp
Adds the timestamp of when the page was last edited.
snippet
Adds a parsed snippet of the page.
titlesnippet
Adds a parsed snippet of the page title.
redirectsnippet
Adds a parsed snippet of the redirect title.
redirecttitle
Adds the title of the matching redirect.
sectionsnippet
Adds a parsed snippet of the matching section title.
sectiontitle
Adds the title of the matching section.
score
Deprecated and ignored.
hasrelated
Deprecated and ignored.
värden (separade med "|"): size, wordcount, timestamp, score, snippet, titlesnippet, redirecttitle, redirectsnippet, sectiontitle, sectionsnippet, hasrelated
Default: size|wordcount|timestamp|snippet
sroffset

When more results are available, use this to continue.

Default: 0
srlimit

How many total pages to return.

Inte mer än 50 (500 för robotar) tillåts.
Default: 10
srinterwiki

Include interwiki results in the search, if available.

Examples:
Search for meaning.
api.php?action=query&list=search&srsearch=meaning
Search texts for meaning.
api.php?action=query&list=search&srwhat=text&srsearch=meaning
Ger page info about the pages returned for a search for meaning.
api.php?action=query&generator=search&gsrsearch=meaning&prop=info

list=tags (tg)

  • Denna modul kräver läsrättigheter.

List change tags.

Parametrar:
tgcontinue

When more results are available, use this to continue.

tglimit

The maximum number of tags to list.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
tgprop

Which properties to get:

name
Adds name of tag.
displayname
Adds system message for the tag.
description
Adds description of the tag.
hitcount
Adds the number of revisions and log entries that have this tag.
defined
Indicate whether the tag is defined.
source
Gets the sources of the tag, which may include extension for extension-defined tags and manual for tags that may be applied manually by users.
active
Whether the tag is still being applied.
värden (separade med "|"): name, displayname, description, hitcount, defined, source, active
Default: name

list=usercontribs (uc)

  • Denna modul kräver läsrättigheter.

Get all edits by a user.

Parametrar:
uclimit

The maximum number of contributions to return.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
ucstart

The start timestamp to return from.

ucend

The end timestamp to return to.

uccontinue

When more results are available, use this to continue.

ucuser

The users to retrieve contributions for.

Separate values with |. Maximum number of values is 50 (500 for bots).
ucuserprefix

Retrieve contributions for all users whose names begin with this value. Overrides ucuser.

ucdir

In which direction to enumerate:

newer
List oldest first. Note: ucstart has to be before ucend.
older
List newest first (default). Note: ucstart has to be later than ucend.
ett värde: newer, older
Default: older
ucnamespace

Only list contributions in these namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
ucprop

Include additional pieces of information:

ids
Adds the page ID and revision ID.
title
Adds the title and namespace ID of the page.
timestamp
Adds the timestamp of the edit.
comment
Adds the comment of the edit.
parsedcomment
Adds the parsed comment of the edit.
size
Adds the new size of the edit.
sizediff
Adds the size delta of the edit against its parent.
flags
Adds flags of the edit.
patrolled
Tags patrolled edits.
tags
Lists tags for the edit.
värden (separade med "|"): ids, title, timestamp, comment, parsedcomment, size, sizediff, flags, patrolled, tags
Default: ids|title|timestamp|comment|size|flags
ucshow

Show only items that meet these criteria, e.g. non minor edits only: ucshow=!minor.

If ucshow=patrolled or ucshow=!patrolled is set, revisions older than $wgRCMaxAge (7776000 seconds) won't be shown.

värden (separade med "|"): minor, !minor, patrolled, !patrolled, top, !top, new, !new
uctag

Only list revisions tagged with this tag.

uctoponly
Föråldrad.

Only list changes which are the latest revision.

Examples:
Show contributions of user Example.
api.php?action=query&list=usercontribs&ucuser=Example
Show contributions from all IP addresses with prefix 192.0.2..
api.php?action=query&list=usercontribs&ucuserprefix=192.0.2.

list=users (us)

  • Denna modul kräver läsrättigheter.

Get information about a list of users.

Parametrar:
usprop

Which pieces of information to include:

blockinfo
Tags if the user is blocked, by whom, and for what reason.
groups
Lists all the groups each user belongs to.
implicitgroups
Lists all the groups a user is automatically a member of.
rights
Lists all the rights each user has.
editcount
Adds the user's edit count.
registration
Adds the user's registration timestamp.
emailable
Tags if the user can and wants to receive email through Special:Emailuser.
gender
Tags the gender of the user. Returns "male", "female", or "unknown".
värden (separade med "|"): blockinfo, groups, implicitgroups, rights, editcount, registration, emailable, gender
ususers

A list of users to obtain information for.

Separate values with |. Maximum number of values is 50 (500 for bots).
ustoken
Föråldrad.

Use action=query&meta=tokens instead.

värden (separade med "|"): userrights

list=watchlist (wl)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Hämta de senaste ändringarna på sidor i den nuvarande användarens bevakningslista.

Parametrar:
wlallrev

Include multiple revisions of the same page within given timeframe.

wlstart

The timestamp to start enumerating from.

wlend

The timestamp to end enumerating.

wlnamespace

Filter changes to only the given namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
wluser

Only list changes by this user.

wlexcludeuser

Don't list changes by this user.

wldir

In which direction to enumerate:

newer
List oldest first. Note: wlstart has to be before wlend.
older
List newest first (default). Note: wlstart has to be later than wlend.
ett värde: newer, older
Default: older
wllimit

How many total results to return per request.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
wlprop

Which additional items to get:

ids
Adds revision IDs and page IDs.
title
Adds title of the page.
flags
Adds flags for the edit.
user
Adds the user who made the edit.
userid
Adds user ID of whom made the edit.
comment
Adds comment of the edit.
parsedcomment
Adds parsed comment of the edit.
timestamp
Adds timestamp of the edit.
patrol
Tags edits that are patrolled.
sizes
Adds the old and new lengths of the page.
notificationtimestamp
Adds timestamp of when the user was last notified about the edit.
loginfo
Adds log information where appropriate.
värden (separade med "|"): ids, title, flags, user, userid, comment, parsedcomment, timestamp, patrol, sizes, notificationtimestamp, loginfo
Default: ids|title|flags
wlshow

Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set wlshow=minor|!anon.

värden (separade med "|"): minor, !minor, bot, !bot, anon, !anon, patrolled, !patrolled, unread, !unread
wltype

Which types of changes to show:

edit
Regular page edits.
external
External changes.
new
Page creations.
log
Log entries.
värden (separade med "|"): edit, external, new, log
Default: edit|new|log
wlowner

Used along with wltoken to access a different user's watchlist.

wltoken

A security token (available in the user's preferences) to allow access to another user's watchlist.

wlcontinue

When more results are available, use this to continue.

Examples:
List the top revision for recently changed pages on the current user's watchlist.
api.php?action=query&list=watchlist
Fetch additional information about the top revision for recently changed pages on the current user's watchlist.
api.php?action=query&list=watchlist&wlprop=ids|title|timestamp|user|comment
Hämta information om de senaste ändringarna på sidor på den aktuella användarens bevakningslista.
api.php?action=query&list=watchlist&wlallrev=&wlprop=ids|title|timestamp|user|comment
Hämta sidinformation för nyligen uppdaterade sidor på nuvarande användares bevakningslista.
api.php?action=query&generator=watchlist&prop=info
Hämta ändringsinformation för nyligen uppdaterade sidor på nuvarande användares bevakningslista.
api.php?action=query&generator=watchlist&gwlallrev=&prop=revisions&rvprop=timestamp|user
List the top revision for recently changed pages on the watchlist of user Example.
api.php?action=query&list=watchlist&wlowner=Example&wltoken=123ABC

list=watchlistraw (wr)

  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.

Hämta alla sidor på den aktuella användarens bevakningslista.

Parametrar:
wrcontinue

When more results are available, use this to continue.

wrnamespace

Only list pages in the given namespaces.

värden (separade med "|"): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
wrlimit

How many total results to return per request.

Inte mer än 500 (5 000 för robotar) tillåts.
Default: 10
wrprop

Which additional properties to get:

changed
Adds timestamp of when the user was last notified about the edit.
värden (separade med "|"): changed
wrshow

Only list items that meet these criteria.

värden (separade med "|"): changed, !changed
wrowner

Used along with wrtoken to access a different user's watchlist.

wrtoken

A security token (available in the user's preferences) to allow access to another user's watchlist.

wrdir

In which direction to enumerate:

newer
List oldest first. Note: wrstart has to be before wrend.
older
List newest first (default). Note: wrstart has to be later than wrend.
ett värde: ascending, descending
Default: ascending
Examples:
Lista sidor på den aktuella användarens bevakningslista.
api.php?action=query&list=watchlistraw
Fetch page info for pages on the current user's watchlist.
api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=info

meta=allmessages (am)

  • Denna modul kräver läsrättigheter.

Returnera meddelande från denna sida.

Parametrar:
ammessages

Vilka meddelande att ge som utdata. * (standard) betyder alla meddelande .

Separate values with |. Maximum number of values is 50 (500 for bots).
Default: *
amprop

Vilka egenskaper att hämta.

värden (separade med "|"): default
amenableparser

Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).

amnocontent

If set, do not include the content of the messages in the output.

amincludelocal

Also include local messages, i.e. messages that don't exist in the software but do exist as a MediaWiki: page. This lists all MediaWiki: pages, so it will also list those that aren't really messages such as Common.js.

amargs

Argument som ska substitueras i meddelandet.

Separate values with |. Maximum number of values is 50 (500 for bots).
amfilter

Returnera enbart meddelande med namn som innehåller denna sträng.

amcustomised

Returnera endast meddelanden i detta anpassningstillstånd.

ett värde: all, modified, unmodified
Default: all
amlang

Returnera meddelanden på detta språk.

amfrom

Returnera meddelanden med början på detta meddelande.

amto

Returnera meddelanden fram till och med detta meddelande.

amtitle

Sidnamn som ska användas som kontext vid parsning av meddelande (för alternativet amenableparser).

amprefix

Returnera meddelanden med detta prefix.

Examples:
Visa meddelanden som börjar med ipb-.
api.php?action=query&meta=allmessages&amprefix=ipb-
Visa meddelanden august och mainpage på tyska.
api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de

meta=filerepoinfo (fri)

  • Denna modul kräver läsrättigheter.

Return meta information about image repositories configured on the wiki.

Parameter:
friprop

Which repository properties to get (there may be more available on some wikis):

apiurl
URL to the repository API - helpful for getting image info from the host.
name
The key of the repository - used in e.g. $wgForeignFileRepos and imageinfo return values.
displayname
The human-readable name of the repository wiki.
rooturl
Root URL for image paths.
local
Whether that repository is the local one or not.
värden (separade med "|"): name, displayname, rootUrl, local, url, thumbUrl, initialCapital, scriptDirUrl, scriptExtension, favicon
Default: name|displayname|rootUrl|local|url|thumbUrl|initialCapital|scriptDirUrl|scriptExtension|favicon
Example:
Get information about file repositories.
api.php?action=query&meta=filerepoinfo&friprop=apiurl|name|displayname

meta=siteinfo (si)

  • Denna modul kräver läsrättigheter.

Return general information about the site.

Parametrar:
siprop

Which information to get:

general
Overall system information.
namespaces
List of registered namespaces and their canonical names.
namespacealiases
List of registered namespace aliases.
specialpagealiases
List of special page aliases.
magicwords
List of magic words and their aliases.
statistics
Returns site statistics.
interwikimap
Returns interwiki map (optionally filtered, optionally localised by using siinlanguagecode).
dbrepllag
Returns database server with the highest replication lag.
usergroups
Returns user groups and the associated permissions.
libraries
Returns libraries installed on the wiki.
extensions
Returns extensions installed on the wiki.
fileextensions
Returns list of file extensions allowed to be uploaded.
rightsinfo
Returns wiki rights (license) information if available.
restrictions
Returns information on available restriction (protection) types.
languages
Returns a list of languages MediaWiki supports (optionally localised by using siinlanguagecode).
skins
Returns a list of all enabled skins (optionally localised by using siinlanguagecode, otherwise in the content language).
extensiontags
Returns a list of parser extension tags.
functionhooks
Returns a list of parser function hooks.
showhooks
Returns a list of all subscribed hooks (contents of $wgHooks).
variables
Returns a list of variable IDs.
protocols
Returns a list of protocols that are allowed in external links.
defaultoptions
Returns the default values for user preferences.
värden (separade med "|"): general, namespaces, namespacealiases, specialpagealiases, magicwords, interwikimap, dbrepllag, statistics, usergroups, libraries, extensions, fileextensions, rightsinfo, restrictions, languages, skins, extensiontags, functionhooks, showhooks, variables, protocols, defaultoptions
Default: general
sifilteriw

Return only local or only nonlocal entries of the interwiki map.

ett värde: local, !local
sishowalldb

List all database servers, not just the one lagging the most.

sinumberingroup

Lists the number of users in user groups.

siinlanguagecode

Language code for localised language names (best effort) and skin names.

meta=tokens

  • Denna modul kräver läsrättigheter.

Gets tokens for data-modifying actions.

Parameter:
type

Types of token to request.

värden (separade med "|"): csrf, patrol, rollback, userrights, watch
Default: csrf
Examples:
Retrieve a csrf token (the default).
api.php?action=query&meta=tokens
Retrieve a watch token and a patrol token.
api.php?action=query&meta=tokens&type=watch|patrol

meta=userinfo (ui)

  • Denna modul kräver läsrättigheter.

Get information about the current user.

Parameter:
uiprop

Which pieces of information to include:

blockinfo
Tags if the current user is blocked, by whom, and for what reason.
hasmsg
Adds a tag message if the current user has pending messages.
groups
Lists all the groups the current user belongs to.
implicitgroups
Lists all the groups the current user is automatically a member of.
rights
Lists all the rights the current user has.
changeablegroups
Lists the groups the current user can add to and remove from.
options
Lists all preferences the current user has set.
preferencestoken
Deprecated. Get a token to change current user's preferences.
editcount
Adds the current user's edit count.
ratelimits
Lists all rate limits applying to the current user.
realname
Adds the user's real name.
email
Adds the user's email address and email authentication date.
acceptlang
Echoes the Accept-Language header sent by the client in a structured format.
registrationdate
Adds the user's registration date.
unreadcount
Adds the count of unread pages on the user's watchlist (maximum 999; returns 1000+ if more).
värden (separade med "|"): blockinfo, hasmsg, groups, implicitgroups, rights, changeablegroups, options, preferencestoken, editcount, ratelimits, email, realname, acceptlang, registrationdate, unreadcount
Examples:
Få information om den aktuella användaren.
api.php?action=query&meta=userinfo
Få ytterligare information om den aktuella användaren.
api.php?action=query&meta=userinfo&uiprop=blockinfo|groups|rights|hasmsg

action=revisiondelete

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Delete and undelete revisions.

Parametrar:
type

Type of revision deletion being performed.

Denna parameter är obligatorisk.
ett värde: revision, archive, oldimage, filearchive, logging
target

Page title for the revision deletion, if required for the type.

ids

Identifiers for the revisions to be deleted.

Denna parameter är obligatorisk.
Separate values with |. Maximum number of values is 50 (500 for bots).
hide

What to hide for each revision.

värden (separade med "|"): content, comment, user
show

What to unhide for each revision.

värden (separade med "|"): content, comment, user
suppress

Whether to suppress data from administrators as well as others.

ett värde: yes, no, nochange
Default: nochange
reason

Reason for the deletion or undeletion.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=rollback

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Undo the last edit to the page.

If the last user who edited the page made multiple edits in a row, they will all be rolled back.

Parametrar:
title

Title of the page to roll back. Cannot be used together with pageid.

pageid

Page ID of the page to roll back. Cannot be used together with title.

user

Name of the user whose edits are to be rolled back.

Denna parameter är obligatorisk.
summary

Custom edit summary. If empty, default summary will be used.

Default: (empty)
markbot

Mark the reverted edits and the revert as bot edits.

watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

ett värde: watch, unwatch, preferences, nochange
Default: preferences
token

A "rollback" token retrieved from action=query&meta=tokens

For compatibility, the token used in the web UI is also accepted.

Denna parameter är obligatorisk.
Examples:
Roll back the last edits to page Main Page by user Example.
api.php?action=rollback&title=Main%20Page&user=Example&token=123ABC
Roll back the last edits to page Main Page by IP user 192.0.2.5 with summary Reverting vandalism, and mark those edits and the revert as bot edits.
api.php?action=rollback&title=Main%20Page&user=192.0.2.5&token=123ABC&summary=Reverting%20vandalism&markbot=1

action=rsd

(main | rsd)

Export an RSD (Really Simple Discovery) schema.

Example:
Export the RSD schema.
api.php?action=rsd

action=scribunto-console

  • Denna modul är intern eller instabil. Dess funktion kan ändras utan föregående meddelande.
  • Denna modul kräver läsrättigheter.

Intern modul för att betjäna XHR-förfrågningar från Scribunto-konsolen.

Parametrar:
title

Titeln på modulen som ska testas.

content

Modulens nya innehåll.

session

Sessionsnyckel.

question

The next line to evaluate as a script.

Denna parameter är obligatorisk.
clear

Set to clear the current session state.

action=setnotificationtimestamp

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Update the notification timestamp for watched pages.

This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the "Email me when a page on my watchlist is changed" preference is enabled.

Parametrar:
entirewatchlist

Work on all watched pages.

timestamp

Timestamp to which to set the notification timestamp.

torevid

Revision to set the notification timestamp to (one page only).

newerthanrevid

Revision to set the notification timestamp newer than (one page only).

continue

When more results are available, use this to continue.

titles

A list of titles to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
pageids

A list of page IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
revids

A list of revision IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
generator

Get the list of pages to work on by executing the specified query module.

Note: Generator parameter names must be prefixed with a "g", see examples.

ett värde: allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allpages, allredirects, alltransclusions, backlinks, categories, categorymembers, deletedrevisions, duplicatefiles, embeddedin, exturlusage, fileusage, images, imageusage, iwbacklinks, langbacklinks, links, linkshere, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, redirects, revisions, search, templates, transcludedin, watchlist, watchlistraw
redirects

Automatically resolve redirects in titles, pageids, and revids, and in pages returned by generator.

converttitles

Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include gan, iu, kk, ku, shi, sr, tg, uz, zh.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.
Examples:
Återställ meddelandestatus för hela bevakningslistan.
api.php?action=setnotificationtimestamp&entirewatchlist=&token=123ABC
Reset the notification status for Main page.
api.php?action=setnotificationtimestamp&titles=Main_page&token=123ABC
Set the notification timestamp for Main page so all edits since 1 January 2012 are unviewed.
api.php?action=setnotificationtimestamp&titles=Main_page&timestamp=2012-01-01T00:00:00Z&token=123ABC
Reset the notification status for pages in the Användare namespace.
api.php?action=setnotificationtimestamp&generator=allpages&gapnamespace=2&token=123ABC

action=stashedit

  • Denna modul är intern eller instabil. Dess funktion kan ändras utan föregående meddelande.
  • Denna modul kräver läsrättigheter.
  • Denna modul accepterar endast POST-begäranden.
Parametrar:
title
(no description)
Denna parameter är obligatorisk.
section
(no description)
sectiontitle
(no description)
text
(no description)
Denna parameter är obligatorisk.
contentmodel
(no description)
Denna parameter är obligatorisk.
ett värde: wikitext, javascript, json, css, text, Scribunto
contentformat
(no description)
Denna parameter är obligatorisk.
ett värde: text/x-wiki, text/javascript, application/json, text/css, text/plain
baserevid
(no description)
Denna parameter är obligatorisk.
token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=tag

(main | tag)
  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Add or remove change tags from individual revisions or log entries.

Parametrar:
rcid

One or more recent changes IDs from which to add or remove the tag.

Separate values with |. Maximum number of values is 50 (500 for bots).
revid

One or more revision IDs from which to add or remove the tag.

Separate values with |. Maximum number of values is 50 (500 for bots).
logid

One or more log entry IDs from which to add or remove the tag.

Separate values with |. Maximum number of values is 50 (500 for bots).
add

Tags to add. Only manually defined tags can be added.

värden (separade med "|"):
remove

Tags to remove. Only tags that are either manually defined or completely undefined can be removed.

Separate values with |. Maximum number of values is 50 (500 for bots).
reason

Reason for the change.

Default: (empty)
token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.
Examples:
Add the vandalism tag from revision ID 123 without specifying a reason
api.php?action=tag&revid=123&add=vandalism&token=123ABC
Remove the spam tag from log entry ID 123 with the reason Wrongly applied
api.php?action=tag&logid=123&remove=spam&reason=Wrongly+applied&token=123ABC

action=tokens

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Get tokens for data-modifying actions.

This module is deprecated in favor of action=query&meta=tokens.

Parameter:
type

Types of token to request.

värden (separade med "|"): block, delete, edit, email, import, move, options, patrol, protect, unblock, watch
Default: edit
Examples:
Retrieve an edit token (the default).
api.php?action=tokens
Retrieve an email token and a move token.
api.php?action=tokens&type=email|move

action=unblock

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Unblock a user.

Parametrar:
id

ID of the block to unblock (obtained through list=blocks). Cannot be used together with user.

user

Username, IP address or IP range to unblock. Cannot be used together with id.

reason

Reason for unblock.

Default: (empty)
token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.
Examples:
Unblock block ID #105.
api.php?action=unblock&id=105
Unblock user Bob with reason Sorry Bob.
api.php?action=unblock&user=Bob&reason=Sorry%20Bob

action=undelete

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Restore revisions of a deleted page.

A list of deleted revisions (including timestamps) can be retrieved through list=deletedrevs, and a list of deleted file IDs can be retrieved through list=filearchive.

Parametrar:
title

Title of the page to restore.

Denna parameter är obligatorisk.
reason

Reason for restoring.

Default: (empty)
timestamps

Timestamps of the revisions to restore. If both timestamps and fileids are empty, all will be restored.

Separate values with |. Maximum number of values is 50 (500 for bots).
fileids

IDs of the file revisions to restore. If both timestamps and fileids are empty, all will be restored.

Separate values with |. Maximum number of values is 50 (500 for bots).
watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

ett värde: watch, unwatch, preferences, nochange
Default: preferences
token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=upload

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Upload a file, or get the status of pending uploads.

Several methods are available:

  • Upload file contents directly, using the file parameter.
  • Upload the file in pieces, using the filesize, chunk, and offset parameters.* Have the MediaWiki server fetch a file from a URL, using the url parameter.
  • Complete an earlier upload that failed due to warnings, using the filekey parameter.

Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending the file.

Parametrar:
filename

Target filename.

comment

Upload comment. Also used as the initial page text for new files if text is not specified.

Default: (empty)
text

Initial page text for new files.

watch
Föråldrad.

Watch the page.

watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

ett värde: watch, preferences, nochange
Default: preferences
ignorewarnings

Ignore any warnings.

file

File contents.

Must be posted as a file upload using multipart/form-data.
url

URL to fetch the file from.

filekey

Nyckel som identifierar en tidigare uppladdning som lagrats temporärt.

sessionkey
Föråldrad.

Same as filekey, maintained for backward compatibility.

stash

Om angiven, kommer servern att temporärt lagra filen istället för att lägga till den i centralförvaret.

filesize

Filesize of entire upload.

offset

Offset of chunk in bytes.

chunk

Chunk contents.

Must be posted as a file upload using multipart/form-data.
async

Make potentially large file operations asynchronous when possible.

asyncdownload

Make fetching a URL asynchronous.

leavemessage

If asyncdownload is used, leave a message on the user talk page if finished.

statuskey

Fetch the upload status for this file key (upload by URL).

checkstatus

Only fetch the upload status for the given file key.

token

A "csrf" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

action=userrights

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Change a user's group membership.

Parametrar:
user

User name.

userid

User ID.

add

Add the user to these groups.

värden (separade med "|"): bot, sysop, bureaucrat, administrator
remove

Remove the user from these groups.

värden (separade med "|"): bot, sysop, bureaucrat, administrator
reason

Reason for the change.

Default: (empty)
token

A "userrights" token retrieved from action=query&meta=tokens

For compatibility, the token used in the web UI is also accepted.

Denna parameter är obligatorisk.
Examples:
Add user FooBot to group bot, and remove from groups sysop and bureaucrat.
api.php?action=userrights&user=FooBot&add=bot&remove=sysop|bureaucrat&token=123ABC
Add the user with ID 123 to group bot, and remove from groups sysop and bureaucrat.
api.php?action=userrights&userid=123&add=bot&remove=sysop|bureaucrat&token=123ABC

action=watch

  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.

Add or remove pages from the current user's watchlist.

Parametrar:
title
Föråldrad.

The page to (un)watch. Use titles instead.

unwatch

If set the page will be unwatched rather than watched.

continue

When more results are available, use this to continue.

titles

A list of titles to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
pageids

A list of page IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
revids

A list of revision IDs to work on.

Separate values with |. Maximum number of values is 50 (500 for bots).
generator

Get the list of pages to work on by executing the specified query module.

Note: Generator parameter names must be prefixed with a "g", see examples.

ett värde: allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allpages, allredirects, alltransclusions, backlinks, categories, categorymembers, deletedrevisions, duplicatefiles, embeddedin, exturlusage, fileusage, images, imageusage, iwbacklinks, langbacklinks, links, linkshere, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, redirects, revisions, search, templates, transcludedin, watchlist, watchlistraw
redirects

Automatically resolve redirects in titles, pageids, and revids, and in pages returned by generator.

converttitles

Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include gan, iu, kk, ku, shi, sr, tg, uz, zh.

token

A "watch" token retrieved from action=query&meta=tokens

Denna parameter är obligatorisk.

format=dbg

(main | dbg)
  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in PHP's var_export() format.

Example:
Format the query result in the DBG format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=dbg

format=dbgfm

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in PHP's var_export() format (pretty-print in HTML).

Example:
Format the query result in the DBG format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=dbgfm

format=dump

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in PHP's var_dump() format.

Example:
Format the query result in the DUMP format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=dump

format=dumpfm

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in PHP's var_dump() format (pretty-print in HTML).

Example:
Format the query result in the DUMP format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=dumpfm

format=json

  • Denna modul kräver läsrättigheter.

Output data in JSON format.

Parametrar:
callback

If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.

utf8

If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when formatversion is not 1.

ascii

If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when formatversion is 1.

formatversion

Output formatting:

1
Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).
2
Experimental modern format. Details may change!
latest
Use the latest format (currently 2), may change without warning.
ett värde: 1, 2, latest
Default: 1
Example:
Format the query result in the JSON format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=json

format=jsonfm

  • Denna modul kräver läsrättigheter.

Output data in JSON format (pretty-print in HTML).

Parametrar:
callback

If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.

utf8

If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when formatversion is not 1.

ascii

If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when formatversion is 1.

formatversion

Output formatting:

1
Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).
2
Experimental modern format. Details may change!
latest
Use the latest format (currently 2), may change without warning.
ett värde: 1, 2, latest
Default: 1
Example:
Format the query result in the JSON format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=jsonfm

format=none

  • Denna modul kräver läsrättigheter.

Output nothing.

Example:
Format the query result in the NONE format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=none

format=php

(main | php)
  • Denna modul kräver läsrättigheter.

Output data in serialized PHP format.

Parameter:
formatversion

Output formatting:

1
Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).
2
Experimental modern format. Details may change!
latest
Use the latest format (currently 2), may change without warning.
ett värde: 1, 2, latest
Default: 1
Example:
Format the query result in the PHP format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=php

format=phpfm

  • Denna modul kräver läsrättigheter.

Output data in serialized PHP format (pretty-print in HTML).

Parameter:
formatversion

Output formatting:

1
Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).
2
Experimental modern format. Details may change!
latest
Use the latest format (currently 2), may change without warning.
ett värde: 1, 2, latest
Default: 1
Example:
Format the query result in the PHP format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=phpfm

format=rawfm

  • Denna modul kräver läsrättigheter.

Output data with the debugging elements in JSON format (pretty-print in HTML).

Example:
Format the query result in the RAW format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=rawfm

format=txt

(main | txt)
  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in PHP's print_r() format.

Example:
Format the query result in the TXT format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=txt

format=txtfm

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in PHP's print_r() format (pretty-print in HTML).

Example:
Format the query result in the TXT format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=txtfm

format=wddx

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in WDDX format.

Example:
Format the query result in the WDDX format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=wddx

format=wddxfm

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in WDDX format (pretty-print in HTML).

Example:
Format the query result in the WDDX format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=wddxfm

format=xml

(main | xml)
  • Denna modul kräver läsrättigheter.

Output data in XML format.

Parametrar:
xslt

If specified, adds the named page as an XSL stylesheet. The value must be a title in the MediaWiki namespace ending in .xsl.

includexmlnamespace

If specified, adds an XML namespace.

Example:
Format the query result in the XML format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=xml

format=xmlfm

  • Denna modul kräver läsrättigheter.

Output data in XML format (pretty-print in HTML).

Parametrar:
xslt

If specified, adds the named page as an XSL stylesheet. The value must be a title in the MediaWiki namespace ending in .xsl.

includexmlnamespace

If specified, adds an XML namespace.

Example:
Format the query result in the XML format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=xmlfm

format=yaml

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in YAML format.

Parametrar:
callback

If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.

utf8

If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when formatversion is not 1.

ascii

If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when formatversion is 1.

formatversion

Output formatting:

1
Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).
2
Experimental modern format. Details may change!
latest
Use the latest format (currently 2), may change without warning.
ett värde: 1, 2, latest
Default: 1
Example:
Format the query result in the YAML format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=yaml

format=yamlfm

  • Denna modul är föråldrad.
  • Denna modul kräver läsrättigheter.

Output data in YAML format (pretty-print in HTML).

Parametrar:
callback

If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.

utf8

If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when formatversion is not 1.

ascii

If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when formatversion is 1.

formatversion

Output formatting:

1
Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).
2
Experimental modern format. Details may change!
latest
Use the latest format (currently 2), may change without warning.
ett värde: 1, 2, latest
Default: 1
Example:
Format the query result in the YAML format.
api.php?action=query&meta=siteinfo&siprop=namespaces&format=yamlfm

Credits

API developers:

  • Roan Kattouw (lead developer Sep 2007–2009)
  • Victor Vasiliev
  • Bryan Tong Minh
  • Sam Reed
  • Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)
  • Brad Jorsch (lead developer 2013–present)

Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org or file a bug report at https://phabricator.wikimedia.org/.