Skip to content

[docker-hub-api] add list namespace repositories endpoint #22934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can download extension CSV reports from the **Insights and analytics** dashb
## Exporting analytics data

You can export the analytics data either from the web dashboard, or using the
[DVP Data API](/reference/api/hub/dvp.md). All members of an organization have access to the analytics data.
[DVP Data API](/reference/api/dvp/latest.md). All members of an organization have access to the analytics data.

The data is available as a downloadable CSV file, in a weekly (Monday through
Sunday) or monthly format. Monthly data is available from the first day of the
Expand Down Expand Up @@ -89,7 +89,7 @@ Export usage data for your organization's images using the Docker Hub website by

The HTTP API endpoints are available at:
`https://hub.docker.com/api/publisher/analytics/v1`. Learn how to export data
using the API in the [DVP Data API documentation](/reference/api/hub/dvp.md).
using the API in the [DVP Data API documentation](/reference/api/dvp/latest.md).

## Data points

Expand Down
2 changes: 1 addition & 1 deletion content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ params:
- title: DVP Data API
description: API for Docker Verified Publishers to fetch analytics data.
icon: area_chart
link: /reference/api/hub/dvp/
link: /reference/api/dvp/latest/
- title: Registry API
description: API for Docker Registry.
icon: database
Expand Down
6 changes: 6 additions & 0 deletions content/reference/api/dvp/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: DVP Data API
build:
render: never
---

20 changes: 20 additions & 0 deletions content/reference/api/dvp/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
description: Docker Verified Publisher API changelog
title: Docker Verified Publisher API changelog
linkTitle: Changelog
keywords: docker dvp, dvp, whats new, release notes, api, changelog

Check failure on line 5 in content/reference/api/dvp/changelog.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'api'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'api'?", "location": {"path": "content/reference/api/dvp/changelog.md", "range": {"start": {"line": 5, "column": 54}}}, "severity": "ERROR"}

Check failure on line 5 in content/reference/api/dvp/changelog.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'dvp'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'dvp'?", "location": {"path": "content/reference/api/dvp/changelog.md", "range": {"start": {"line": 5, "column": 23}}}, "severity": "ERROR"}

Check failure on line 5 in content/reference/api/dvp/changelog.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'dvp'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'dvp'?", "location": {"path": "content/reference/api/dvp/changelog.md", "range": {"start": {"line": 5, "column": 18}}}, "severity": "ERROR"}
weight: 2
toc_min: 1
toc_max: 2
---

Here you can learn about the latest changes, new features, bug fixes, and known
issues for Docker Verified Publisher API.

---

## 2025-06-27

### New

- Create changelog
37 changes: 37 additions & 0 deletions content/reference/api/dvp/deprecated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
description: Deprecated Docker Verified Publisher API endpoints
keywords: deprecated
title: Deprecated Docker Verified Publisher API endpoints
linkTitle: Deprecated
weight: 3
---

This page provides an overview of endpoints that are deprecated in Docker Verified Publisher API.

## Endpoint deprecation policy

As changes are made to Docker there may be times when existing endpoints need to be removed or replaced with newer endpoints. Before an existing endpoint is removed it is labeled as "deprecated" within the documentation. After some time it may be removed.

## Deprecated endpoints

The following table provides an overview of the current status of deprecated endpoints:

**Deprecated**: the endpoint is marked "deprecated" and should no longer be used.

The endpoint may be removed, disabled, or change behavior in a future release.

**Removed**: the endpoint was removed, disabled, or hidden.

---

| Status | Feature | Date |
|--------|---------------------------------------------------------------|------------|
| | [Create deprecation log table](#create-deprecation-log-table) | 2025-06-27 |

---

### Create deprecation log table

Reformat page

---
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
layout: api
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Verified Publisher API.
linkTitle: DVP Data API
title: Docker Verified Publisher API reference
weight: 4
linkTitle: Latest
weight: 1
aliases:
- /reference/api/hub/dvp/
---
Loading