ποΈTabular Responses
Some endpoints return data in tabular format for easy template rendering.
{
"data": {
"dates": {
"from": "2016-12-20T00:00:00",
"to": "2016-12-22T23:59:59"
},
"observer": {
"location": {
"longitude": -84.39733,
"latitude": 33.775867,
"elevation": 1000
}
},
"table": {
.... table object
}
}
}Last updated