---
title: "Get dog by id"
method: GET
path: "/public/dogs/{dogId}"
tags: ["📢 Public APIs"]
---

# Get dog by id

`GET /public/dogs/{dogId}`

The API endpoint retrieves a dog object based on the provided dog ID in the path variable.

By accessing this endpoint with a valid dog ID, you will receive a response containing the details and information specific to the dog with the corresponding ID.

## Response `200`

Get dog by id

- object
  - `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
    - `reference_image_id` string
    - `temperament` string
    - `weight` object
      - `imperial` string
      - `metric` string
  - `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)
