-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
icon field not included in condition #9
Comments
Hi,
You may limit the response field by logging into your account and then going to the Response Fields section to choose which field you would like to be returned back in the API response.
Thanks,
Sana
WeatherAPI.com Team
Web: https://www.weatherapi.com/
LinkedIn: https://www.linkedin.com/company/weatherapi-com
Github: https://github.com/weatherapicom/
The information contained in this message is confidential and may be legally privileged. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, dissemination or reproduction is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by e-mail and destroy all copies of the original message.
WeatherAPI.com is a brand name of Oplao FZCO, Dubai Silicon Oasis, Dubai Digital Park, Building A1, Dubai. Registered in Dubai. License number 17552.
…--- original message ---
On February 19, 2025 at 11:35 AM GMT ***@***.*** wrote:
https://api.weatherapi.com/v1/current.json?key={KEY}&q=45.32,69.32
return response
{```
'location': {'name': 'Stepnoy',
'region': 'South Kazakhstan',
'country': 'Kazakhstan',
'lat': 45.2675,
'lon': 68.9281,
'tz_id': 'Asia/Almaty',
'localtime_epoch': 1739961099,
'localtime': '2025-02-19 15:31'},
'current': {'temp_c': 5.6,
'temp_f': 42.0,
'condition': {'text': 'Partly Cloudy', 'code': 1003},
'cloud': 35}}
in docs , **icon** field should b inside **condition** object but missing here
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
MrArabboy created an issue (weatherapicom/python#9)
https://api.weatherapi.com/v1/current.json?key={KEY}&q=45.32,69.32
return response
{```
'location': {'name': 'Stepnoy',
'region': 'South Kazakhstan',
'country': 'Kazakhstan',
'lat': 45.2675,
'lon': 68.9281,
'tz_id': 'Asia/Almaty',
'localtime_epoch': 1739961099,
'localtime': '2025-02-19 15:31'},
'current': {'temp_c': 5.6,
'temp_f': 42.0,
'condition': {'text': 'Partly Cloudy', 'code': 1003},
'cloud': 35}}
in docs , **icon** field should b inside **condition** object but missing here
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
--- end of original message ---
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://api.weatherapi.com/v1/current.json?key={KEY}&q=45.32,69.32
return response
in docs , icon field should be inside condition object but missing here
The text was updated successfully, but these errors were encountered: