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

# Check if a user follows another user

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

## Path parameters

- `username` string, required
- `target_user` string, required

## Response `204`

if the user follows the target user

## Other responses

- `404` — if the user does not follow the target user

---

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