Skip to content

Instantly share code, notes, and snippets.

@xtellurian
Created October 15, 2019 03:32
Show Gist options
  • Save xtellurian/3ebd37c62eab565ed2efc8b4ed794fba to your computer and use it in GitHub Desktop.
Save xtellurian/3ebd37c62eab565ed2efc8b4ed794fba to your computer and use it in GitHub Desktop.
Weatherzone API response
{
"api_version": "1.0",
"metadata": {
"sector": "weather",
"title": "Weatherzone",
"provider_name": "Weatherzone",
"provider_url": "http:\/\/www.weatherzone.com.au",
"project_version": "3.23",
"revision": 30006,
"last_commit": "2019-10-10 08:55:00 +1000 (Thu, 10 Oct 2019)",
"create_time": "2019-10-15T14:12:27+1100",
"create_tz": "EDT",
"create_time_utc": "2019-10-15T03:12:27Z",
"validity": "2019-10-15"
},
"countries": [
{
"code": "AU",
"name": "Australia",
"region": "Oceania",
"locations": [
{
"type": "APLOC",
"code": "13388",
"name": "Berri",
"state": "SA",
"postcode": "5343",
"time_zone": "Australia\/Adelaide",
"part_day_forecasts": {
"type": "TWC",
"detail_level": "1",
"forecasts": [
{
"timestamp": 1571070600,
"utc_time": "2019-10-15T03:30:00Z",
"local_time": "2019-10-15T14:00:00+1030",
"tz": "CDT",
"time_zone": "Australia\/Adelaide",
"temperature": 22,
"feels_like_c": "22",
"rain_prob": 33,
"rate": 0,
"icon_phrase": "Mostly clear",
"icon_filename": "mostly_clear.gif"
},
{
"timestamp": 1571077800,
"utc_time": "2019-10-15T05:30:00Z",
"local_time": "2019-10-15T16:00:00+1030",
"tz": "CDT",
"time_zone": "Australia\/Adelaide",
"temperature": 24,
"feels_like_c": "24",
"rain_prob": 37,
"rate": 0.1,
"icon_phrase": "Mostly clear",
"icon_filename": "mostly_clear.gif"
},
{
"timestamp": 1571085000,
"utc_time": "2019-10-15T07:30:00Z",
"local_time": "2019-10-15T18:00:00+1030",
"tz": "CDT",
"time_zone": "Australia\/Adelaide",
"temperature": 24,
"feels_like_c": "24",
"rain_prob": 67,
"rate": 0.1,
"icon_phrase": "Rain",
"icon_filename": "rain.gif"
},
{
"timestamp": 1571092200,
"utc_time": "2019-10-15T09:30:00Z",
"local_time": "2019-10-15T20:00:00+1030",
"tz": "CDT",
"time_zone": "Australia\/Adelaide",
"temperature": 20,
"feels_like_c": "20",
"rain_prob": 63,
"rate": 0.1,
"icon_phrase": "Possible shower",
"icon_filename": "possible_shower.gif"
},
{
"timestamp": 1571099400,
"utc_time": "2019-10-15T11:30:00Z",
"local_time": "2019-10-15T22:00:00+1030",
"tz": "CDT",
"time_zone": "Australia\/Adelaide",
"temperature": 18,
"feels_like_c": "18",
"rain_prob": 45,
"rate": 0,
"icon_phrase": "Possible shower",
"icon_filename": "possible_shower.gif"
},
{
"timestamp": 1571106600,
"utc_time": "2019-10-15T13:30:00Z",
"local_time": "2019-10-16T00:00:00+1030",
"tz": "CDT",
"time_zone": "Australia\/Adelaide",
"temperature": 16,
"feels_like_c": "16",
"rain_prob": 23,
"rate": 0,
"icon_phrase": "Mostly cloudy",
"icon_filename": "mostly_cloudy.gif"
}
]
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment