V2 of the API defaults the data to json of all pods with all data, you can customize this call to the fields and format you like.
Required:
key=value
Optional:
fields=[array,of,fields]
filter=[array,of,filters]
since=timestamp
format=json,xml,jsonp
callback=xxx
domain=[array,of,domains]
example json: {
"totalpods": x,
"totalusers": x,
"usersbynetwork": [{"x":#,"x":#}],
"podsbynetwork": [{"x":#,"x":#}],
"pods": [
{
"id": "707",
"domain": "rhizome-dev.ezpz.io",
"status": "Up",
"secure": "true",
"score": "100",
"userrating": "0",
"adminrating": "0",
"city": null,
"state": null,
"country": "DE",
"lat": "51.299301147461",
"long": "9.4910001754761",
"ip": "188.40.166.10",
"ipv6": "false",
"monthsmonitored": "0",
"uptime": "100.00",
"latency": "166",
"local_posts": "0",
"comment_counts": "0",
"date_created": "2017-02-11 13:35:21.818993",
"date_updated": "2017-02-19 09:49:50",
"date_laststats": "2017-02-19 09:49:50",
"hidden": "false"
}
]
}