Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttheek/weatherapi.com-api-python-
https://github.com/ttheek/weatherapi.com-api-python-
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttheek/weatherapi.com-api-python-
- Owner: ttheek
- Created: 2022-12-26T19:50:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T20:19:59.000Z (about 2 years ago)
- Last Synced: 2024-11-10T10:26:21.479Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T.Theekshana
## weatherapi.com-API-Python[![N|Solid](https://cdn.weatherapi.com/v4/images/weatherapi_logo.png)](https://www.weatherapi.com/pricing.aspx)
## weatherapi.com free plan
- 1,000,000 Calls per month
- Realtime weather
- 3 day city and town weather. Daily and Hourly.
- Search API
- Astronomy API
- Sports API
- Weather History (Last 7 days only)
- Weather Alerts
- Air Quality Data
- Response available as JSON or XMLExample
Astronomy API JSON
```
{
"location": {
"name": "London",
"region": "City of London, Greater London",
"country": "United Kingdom",
"lat": 51.52,
"lon": -0.11,
"tz_id": "Europe/London",
"localtime_epoch": 1672085536,
"localtime": "2022-12-26 20:12"
},
"astronomy": {
"astro": {
"sunrise": "08:06 AM",
"sunset": "03:56 PM",
"moonrise": "10:59 AM",
"moonset": "07:45 PM",
"moon_phase": "Waxing Crescent",
"moon_illumination": "18"
}
}
}
```Download
```
https://github.com/ttheekshana2003/weatherapi.com-API-Python-.git