GET https://registry-1.docker.io /v2/{name}/manifests/{reference} Docker Hub registry API

Get image manifest

Fetch the manifest identified by name and reference, where reference can be a tag (e.g., latest) or a digest (e.g., sha256:...).

The manifest contains metadata about the image, including configuration and layer digests. It is required for pulling images from the registry.

This endpoint requires authentication. Use the Authorization: Bearer <token> header.

Path parameters

  • string Required
  • string Required

Request Headers

  • string Required
  • string
GET /v2/{name}/manifests/{reference}
Loading...

Share your request

Use this link to easily share a pre-filled request of this operation. Everything you filled will be shared apart from the authentication fields.

Request URL

https://bump.sh/christophedujarric/hub/docker/doc/supported-registry-api-for-docker-hub/explorer/operation/operation-getimagemanifest

Send a delete request

It looks like you’re about to send a DELETE request to this API. This type of request carries a risk of permanent and irreversible data loss.

Are you sure you want to continue?
Response
Waiting for a request to be sent.