---
title: "List who you are following"
method: GET
path: "/user/following"
tags: ["Users"]
---

# List who you are following

`GET /user/following`

## Response `200`

Success

- User[]
  - `id` integer
  - `username` string
  - `login` string — Alias of username for GitHub API compatibility
  - `full_name` string
  - `email` string, email
  - `avatar_url` string

---

[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)
