API

Get contributors

Get the list of contributors for each configured repository.

get/v5/contributors

Response

The list of contributors.

namestring required
urlstring uri required

Example response

[
  {
    "name": "ReVanced Patches",
    "url": "https://github.com/revanced/revanced-patches",
    "contributors": [
      {
        "name": "oSumAtrIX",
        "avatar_url": "https://avatars.githubusercontent.com/u/...",
        "url": "https://github.com/oSumAtrIX",
        "contributions": 542
      }
    ]
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.