Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=coordinates (co)
- Этот модуль требует прав на чтение.
- Источник: GeoData
- Лицензия: WTFPL
Возвращает координаты заданной страницы.
Параметры:
- colimit
Сколько координат возвращать.
- Разрешено не более чем 500 (5000 для ботов).
- Тип: целое число или max
- По умолчанию: 10
- cocontinue
Когда доступно больше результатов, использовать этот чтобы продолжить.
- coprop
Which additional coordinate properties to return.
- Значения (разделённые с помощью | или альтернативного варианта): type, name, dim, country, region, globe
- По умолчанию: globe
- coprimary
Whether to return only primary coordinates ("primary"), secondary ("secondary") or both ("all").
- Одно из следующих значений: primary, secondary, all
- По умолчанию: primary
- codistancefrompoint
Return distance in meters from the geographical coordinates of every valid result from the given coordinates.
Формат: Широта и долгота, разделённые вертикальной чертой («|»).
- codistancefrompage
Return distance in meters from the geographical coordinates of every valid result from the coordinates of this page.
Пример:
- Get a list of coordinates of the Main Page
- api.php?action=query&prop=coordinates&titles=Main%20Page [open in sandbox]