The Docker DVP Data API allows [Docker Verified Publishers](https://docs.docker.com/docker-hub/publish/) to view image pull analytics data for their namespaces. Analytics data can be retrieved as raw data, or in a summary format. #### Summary data In your summary data CSV, you will have access to the data points listed below. You can request summary data for a complete week (Monday through Sunday) or for a complete month (available on the first day of the following month). There are two levels of summary data: - Repository-level, a summary of every namespace and repository - Tag- or digest-level, a summary of every namespace, repository, and reference (tag or digest) The summary data formats contain the following data points: - Unique IP address count - Pulls by tag count - Pulls by digest count - Version check count #### Raw data In your raw data CSV you will have access to the data points listed below. You can request raw data for a complete week (Monday through Sunday)
https://hub.docker.com/api/publisher/analytics/v18 endpoints available
/Get namespaces and repos
/v2/users/loginCreate an authentication token
/v2/users/2fa-loginSecond factor authentication.
/namespaces/{namespace}Get namespace
/namespaces/{namespace}/pulls/exports/yearsGet years with data
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}Get timespans with data
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}Get namespace metadata for timespan
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}/{dataview}Get namespace data for timespan
The Docker DVP Data API allows [Docker Verified Publishers](https://docs.docker.com/docker-hub/publish/) to view image pull analytics data for their namespaces. Analytics data can be retrieved as raw data, or in a summary format. #### Summary data In your summary data CSV, you will have access to the data points listed below. You can request summary data for a complete week (Monday through Sunday) or for a complete month (available on the first day of the following month). There are two levels of summary data: - Repository-level, a summary of every namespace and repository - Tag- or digest-level, a summary of every namespace, repository, and reference (tag or digest) The summary data formats contain the following data points: - Unique IP address count - Pulls by tag count - Pulls by digest count - Version check count #### Raw data In your raw data CSV you will have access to the data points listed below. You can request raw data for a complete week (Monday through Sunday)
https://hub.docker.com/api/publisher/analytics/v18 endpoints available
/Get namespaces and repos
/v2/users/loginCreate an authentication token
/v2/users/2fa-loginSecond factor authentication.
/namespaces/{namespace}Get namespace
/namespaces/{namespace}/pulls/exports/yearsGet years with data
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}Get timespans with data
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}Get namespace metadata for timespan
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}/{dataview}Get namespace data for timespan