cURL
curl --request POST \ --url https://api.bunny.net/mc/registries/public-images/search \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "registryId": "<string>", "prefix": "<string>", "size": 5, "page": 50 } '
[ { "id": "<string>", "namespace": "<string>" } ]
Searches for public container images in a registry by prefix.
Please enter a valid personal API key.
The registry identifier. Can be "dockerhub", "github", or a private registry ID.
1 - 100
1 <= x <= 100
5
Public images were successfully retrieved.
Was this page helpful?