docker.com

The Docker DVP Data API allows Docker Verified Publishers 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 t

🔑 bearer 8 endpoints developer_toolsdeveloper_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (3 total)

# See https://github.com/openwrt/docker
# See https://github.com/mingchen/docker-android-build-box
# See https://github.com/GoogleCloudPlatform/cloud-sdk-docker
curl examples
Get namespaces and repos
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://hub.docker.com/api/publisher/analytics/v1/
Get namespace
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://hub.docker.com/api/publisher/analytics/v1/namespaces/{namespace}
Get years with data
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://hub.docker.com/api/publisher/analytics/v1/namespaces/{namespace}/pulls/exports/years
Endpoints (8 total)
GET
/
Get namespaces and repos
GET
/namespaces/{namespace}
Get namespace
GET
/namespaces/{namespace}/pulls/exports/years
Get years with data
GET
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}
Get timespans with data
GET
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}
Get namespace metadata for timespan
GET
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}/{dataview}
Get namespace data for timespan
POST
/v2/users/login
Create an authentication token
POST
/v2/users/2fa-login
Second factor authentication.
Language coverage
Shell
1
Dockerfile
2
At a glance
Total SDKs3
Languages2
Endpoints8
Authbearer
Categories2
https://hub.docker.com/api/publisher/analytics/v1
Other Docker APIs (2)
enginehub