MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=coordinates (co)
- This module requires read rights.
- Source: GeoData
- License: See link
Returns coordinates of the given pages.
Parameters:
- colimit
How many coordinates to return.
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- Default: 10
- cocontinue
When more results are available, use this to continue.
- coprop
Which additional coordinate properties to return.
- Values (separate with |): type, name, dim, country, region, globe
- Default: globe
- coprimary
Whether to return only primary coordinates ("primary"), secondary ("secondary") or both ("all").
- One of the following values: primary, secondary, all
- Default: primary
- codistancefrompoint
Return distance in meters of every result on Earth from these coordinates.
Format: Latitude and longitude separated by pipe ("|").
- codistancefrompage
Return distance in meters of every result on Earth from the coordinates of this page.
Example:
- Get a list of coordinates of the Main Page
- api.php?action=query&prop=coordinates&titles=Main%20Page