Справка MediaWiki API
Это автоматически сгенерированная страница документации MediaWiki API.
Документация и примеры: https://www.mediawiki.org/wiki/API
prop=coordinates (co)
- Этот модуль требует прав на чтение.
- Источник: GeoData
- Лицензия: WTFPL
Returns coordinates of the given pages.
Параметры:
- colimit
Сколько координат возвращать.
- Разрешено не более 500 (5000 для ботов).
- Тип: целое число или max
- По умолчанию: 10
- cocontinue
Когда доступно больше результатов, используйте это для продолжения.
- coprop
Which additional coordinate properties to return. (Properties that are always returned: lat, lon, and either primary or secondary as a boolean flag.)
- type
- Type of the object the coordinates point to. See mw:Extension:GeoData#Usage for details.
- name
- Название объекта.
- dim
- Approximate size of the object in meters.
- country
- ISO 3166-1 alpha-2 country code (e.g. US or RU).
- region
- ISO 3166-2 region code (the part of the ISO 3166-2 code after the dash; e.g. FL or MOS).
- globe
- Which terrestrial body the coordinates are relative to (e.g. moon or pluto). Defaults to Earth. See mw:Extension:GeoData#Glossary for details.
- Значения (разделённые с помощью | или альтернативного разделителя): type, name, dim, country, region, globe
- По умолчанию: globe
- coprimary
Which kind of coordinates to return.
- primary
- The location of the subject of the article. There is at most one primary coordinate per title.
- secondary
- The location of some object that's mentioned in the article. Any number of secondary coordinates can be associated with a title.
- all
- Return both primary and secondary coordinates.
- Одно из следующих значений: 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 [открыть в песочнице]