Just a quick one on here regarding the use of the MediaWiki API. In essence I can retrieve using the MediaWiki API, just the first two sentences of the first paragraph extract of the titled page using:
https://en.wikipedia.org/w/api.php?action=query&prop=extracts&explaintext&exsentences=2&format=xml&titles=Lincoln,%20Massachusetts
Notably here one refers to what page to retrieve this from with the "&titles=" parameter. However, my question is, can you search and retrieve the same information by using longitude and latitude coordinates instead? ie from google maps. If not, is there another API that can be used to retrieve the same result?