---
title: "Search images"
method: GET
path: "/images/search"
tags: ["Image"]
---

# Search images

`GET /images/search`

Search for an image on Docker Hub.

## Query parameters

- `term` string, required
- `limit` integer
- `filters` string

## Response `200`

No error

- object[]
  - `description` string
  - `is_official` boolean
  - `is_automated` boolean — Whether this repository has automated builds enabled. <p><br /></p> > **Deprecated**: This field is deprecated and will always be "false".
  - `name` string
  - `star_count` integer

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/chapar-rest/apis/docker-engine-api.md) · [All operations](https://skmtc.net/chapar-rest/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chapar-rest/docker-engine-api/versions/3a78a994dd0d/schema)
