---
title: "Get contributors"
method: GET
path: "/v5/contributors"
tags: ["API"]
---

# Get contributors

`GET /v5/contributors`

Get the list of contributors for each configured repository.

## Response `200`

The list of contributors.

- Contributable[]
  - `name` string, required
  - `url` string, uri, required
  - `contributors` object[], required
    - `name` string, required
    - `avatar_url` string, uri, required
    - `url` string, uri, required
    - `contributions` integer, required

## Other responses

- `500` — GitHub API error.

---

[API](https://skmtc.dev/revanced/apis/revanced-api.md) · [All operations](https://skmtc.dev/revanced/apis/revanced-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/revanced/revanced-api/revisions/491bb09d91c1/schema)
