---
title: "Get dogs"
method: GET
path: "/public/dogs"
tags: ["📢 Public APIs"]
---

# Get dogs

`GET /public/dogs`

The API endpoint retrieves a list of dog objects.

When accessing this endpoint, you will receive a response containing a collection of dog objects.

Each dog object represents a specific dog breed and includes relevant details such as breed name, characteristics, temperament, and images.

## Query parameters

- `page` string
- `limit` string
- `query` string

## Response `200`

Get dogs

- object
  - `data` object
    - `currentPageItems` number
    - `data` object[]
      - `bred_for` string
      - `breed_group` string
      - `height` object
        - `imperial` string
        - `metric` string
      - `id` number
      - `image` object
        - `height` number
        - `id` string
        - `url` string
        - `width` number
      - `life_span` string
      - `name` string
      - `origin` string
      - `reference_image_id` string
      - `temperament` string
      - `weight` object
        - `imperial` string
        - `metric` string
    - `limit` number
    - `nextPage` boolean
    - `page` number
    - `previousPage` boolean
    - `totalItems` number
    - `totalPages` number
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
