---
title: "Check if one user is following another user"
method: GET
path: "/users/{username}/following/{target}"
tags: ["user"]
---

# Check if one user is following another user

`GET /users/{username}/following/{target}`

## Path parameters

- `username` string, required
- `target` string, required

## Response `204`

APIEmpty is an empty response

## Other responses

- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
