---
title: DigitalOcean Container Registry API Reference
description: |-
    The DigitalOcean Container Registry API endpoints are organized into the following groups:
    Container Registry (18 endpoints): DigitalOcean offers the …
product: Container Registry
url: https://docs.digitalocean.com/products/container-registry/reference/api/
last_updated: "2020-04-27"
---

> **For AI agents:** The documentation index is at [https://docs.digitalocean.com/llms.txt](https://docs.digitalocean.com/llms.txt). Markdown versions of pages use the same URL with `index.html.md` in place of the HTML page (for example, append `index.html.md` to the directory path instead of opening the HTML document).

# DigitalOcean Container Registry API Reference

The DigitalOcean Container Registry (DOCR) is a private Docker image registry that lets you store and manage private container images. DOCR integrates natively with Docker environments and DigitalOcean Kubernetes clusters.

The DigitalOcean Container Registry API endpoints are organized into the following groups:

- [**Container Registry**](container-registry/) (18 endpoints): DigitalOcean offers the ability for you to create a private container registry to store your Docker images for use with your Kubernetes clusters. This container registry runs inside the same datacenters as your cluster, ensuring reliable and performant rollout of image deployments.
- [**Container Registries**](container-registries/) (19 endpoints): DigitalOcean now supports up to nine additional registries (for a total maximum of 10) per team if your container registry uses the Professional subscription plan. The storage is shared among the registries. This set of new APIs is backward compatible with `/v2/registry`. However, if you create more than one registry under a Professional plan, some of the `/v2/registry` APIs would not work. Hence, it is recommended to use `/v2/registries` for multiple registries.