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

# Check if a user follows another

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

## Path parameters

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

## Response `204`

The user is being followed.

## Other responses

- `404` — Not following

---

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