# Docker Hub Image Tags with Sizes

> Docker Hub Image Tags with Sizes is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns recent tags with their sizes for a specified Docker Hub image repository

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dockerhub-tags
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/docker-hub-image-tags-with-sizes-9c8dce80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ahBVmoLRvuhHvuwbWcJ2f

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability docker-hub-image-tags-with-sizes-9c8dce80 -d '<json body>'
```

Example prompt: What tags and sizes are available for the official nginx image on Docker Hub — the owner is 'library' and the repo is 'nginx'?

## When to prefer this

Use this endpoint when you need to programmatically list available tags and sizes for a Docker Hub image without authenticating directly with Docker Hub. Ideal for DevOps automation, dependency tracking, or building dashboards that surface container image versions.

## Known failure modes

- Missing owner or repo parameter returns an error or empty result
- Non-existent Docker Hub owner or repository returns no results or a 404-like error
- Private repositories are inaccessible and return no data
- API rate limits on Docker Hub may cause downstream failures
- Malformed query parameters result in an error response

## How this service works

Recent tags with sizes for a Docker Hub image (params owner, repo). Query: ?owner=&?repo= Returns JSON.

## Output

A JSON array of recent Docker Hub tags for the specified owner/repo, each including the tag name and associated image size information

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/docker-hub-image-tags-with-sizes-9c8dce80/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
