Anatomy of a JSON Response
{
data
"data"
: {
"temperature"
:
72.5
,
"description"
:
"clear sky"
},
metadata
"metadata"
: {
"timestamp"
:
1719945600
,
"units"
:
"imperial"
,
"source"
:
"OpenWeather"
},
status
"status_code"
:
200
}