---
title: "Friends Watching"
method: GET
path: "/user/friends/watching/{username}"
tags: ["user"]
---

# Friends Watching

`GET /user/friends/watching/{username}`

Check if user is being watched by the given user

## Path parameters

- `username` string, required

## Headers

- `dA-minor-version` integer

## Response `200`

Successful response

- object
  - `watching` boolean, required

## Other responses

- `4XX` — Possible error codes: - 0: User not found

---

[API](https://skmtc.net/deviantart/apis/deviantart-api.md) · [All operations](https://skmtc.net/deviantart/apis/deviantart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deviantart/deviantart-api/versions/13070f736f39/schema)
