We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Thank you for the effort you put into this service. I like it really a lot. But recently I've faced strange behaviour
When I ask for the weather of German city in German, it returns me the description in English
curl -H 'Accept-Language: de' 'wttr.in/Karlsruhe?format=%C%t' Patchy rain nearby+17°C
The same query for a different non-German city works fine:
curl -H 'Accept-Language: de' 'wttr.in/Moscow?format=%C%t' Leichter Regen, rain with thunderstorm, squalls+20°C%
And if I ask for the weather of German city in English, it returns me not that temperature, that I get in the first request:
curl -H 'Accept-Language: en' 'wttr.in/Karlsruhe?format=%C%t' Partly cloudy+21°C%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thank you for the effort you put into this service. I like it really a lot. But recently I've faced strange behaviour
When I ask for the weather of German city in German, it returns me the description in English
The same query for a different non-German city works fine:
And if I ask for the weather of German city in English, it returns me not that temperature, that I get in the first request:
The text was updated successfully, but these errors were encountered: