User talk:TrickyFoxy
OpenWeather Geocoding API
Hello! You added OpenWeather Geocoding API to https://wiki.openstreetmap.org/wiki/Lacking_proper_attribution
Can you share how exactly you confirmed OSM use? Can you share specific call you made to the API?
It would make easier to reverify is it fixed now. I am asking as I am updating entries and in many cases contacting offenders and was wondering whether this case needs some action Mateusz Konieczny (talk) 19:42, 27 January 2025 (UTC)
For example, so:
https://api.openweathermap.org/geo/1.0/reverse?lat=52.32356&lon=38.35150&appid={apikey}
Response:
[{
"name":"Dolgorukovo",
"local_names":{
"ko":"돌고루코보",
"de":"Dolgorukowo",
"en":"Dolgorukovo",
"ru":"Долгоруково"},
"lat":52.3243879,
"lon":38.3495961,
"country":"RU",
"state":"Lipetsk Oblast"
}]
Note the list of languages, especially the unusual appearance of Korean. This is the set of languages specified in OSM: https://osm.org/node/336140320
TrickyFoxy (talk) 19:52, 27 January 2025 (UTC)