Summary analytics for api.data.gov
Get summary analytics for how many users and hits api.data.gov has seen over time.
get/v0/analytics/summary
Response
Analytics Summary Data
Example response
{
"production_apis": {
"organizations": [
{
"active_api_keys": {
"monthly": [
[
"2019-01"
]
]
},
"hits": {
"monthly": [
[
"2019-01"
]
]
},
"average_response_times": {
"monthly": [
[
"2019-01"
]
]
}
}
],
"all": {
"active_api_keys": {
"monthly": [
[
"2019-01"
]
]
},
"hits": {
"monthly": [
[
"2019-01"
]
]
},
"average_response_times": {
"monthly": [
[
"2019-01"
]
]
}
}
}
}