[00:28:45] I have a question regarding using the API to query location data from wikimedia commons. [00:30:21] Suppose I have a category page like this one: https://commons.wikimedia.org/wiki/Category:Stockholms_gamla_observatorium . And I wish to query the location field in the table. I cannot find a query parameter to extract this information. [00:31:05] The closest I have found is this: https://commons.wikimedia.org/w/api.php?action=query&prop=coordinates&coprop=country|globe|region|name&titles=Category:Stockholms_gamla_observatorium . Here I get the longitude and latitude, but cannot obtain the country/region or further details. [00:31:28] https://commons.wikimedia.org/w/api.php?action=query&prop=coordinates&coprop=country|globe|region|name&titles=Category:Stockholms_gamla_observatorium [00:32:38] Is there a way to query the location data in the table? [00:35:00] I think that's being pulled from Wikidat [00:35:02] Wikidata [21:39:43] Does anyone know how I can get the redirect URL for an existing category which redirects to the "real" category elsewhere? For example: https://commons.wikimedia.org/wiki/Category:Illinska_Church_in_Kiev [21:40:23] Asking specifically for the use case of using MediaWiki API [21:41:02] Is there an API endpoint that returns the redirect link to the real category?