v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Container Registries

[Public Preview] Get a Container Registry By Name

To get information about any container registry in your account, send a GET request to /v2/registries/{registry_name}.

get/v2/registries/{registry_name}

Path parameters

registry_namestring required

The name of a container registry.

Response

The response will be a JSON object with the key registry containing information about your registry.

Example response

{
  "registry": {
    "name": "example",
    "created_at": "2020-03-21T16:02:37Z",
    "region": "fra1",
    "storage_usage_bytes": 29393920,
    "storage_usage_bytes_updated_at": "2020-11-04T21:39:49.530562231Z"
  }
}