MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

prop=mapdata (mpd)

(main | query | mapdata)
  • This module is internal or unstable. Its operation may change without notice.
  • This module requires read rights.
  • Source: Kartographer
  • License: MIT

Request all map data from the page Metallica

Parameters:
mpdgroups

Pipe-separated groups to return data for

Default: (empty)
mpdlimit

Data for how many pages to return

No more than 500 (5,000 for bots) allowed.
Type: integer or max
Default: 10
mpdcontinue

When more results are available, use this to continue.

Type: integer
Examples:
Request all map data from the page Metallica
api.php?action=query&prop=mapdata&titles=Metallica [open in sandbox]
Request map data in groups group1 and group2 from the page Metallica
api.php?action=query&prop=mapdata&titles=Metallica&mpdgroups=group1|group2 [open in sandbox]