v1

latestOpenAPI 3.0.0raw.githubusercontent.com2019-12-17138.1 KB

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

start_timestring date-time

Timestamp of when the analytics data begins.

end_timestring date-time

Timestamp of when the analytics data ends.

timezonestring

The timezone of dates and times in the analytics data.

cached_atstring date-time

Timestamp of when the analytics summary data was generated and cached.

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"
          ]
        ]
      }
    }
  }
}
All 1 operations