Skip to main content
GET
/
api
/
v1
/
github
/
repos
/
{id}
/
metadata
Get repository metadata from GitHub
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/github/repos/{id}/metadata \
  --header 'Authorization: Bearer <token>'
{
  "branches": [
    "<string>"
  ],
  "collaborators": [
    "<string>"
  ],
  "labels": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Repository ID (UUID)

Response

Repository metadata

branches
string[]
required

Repository branch names

collaborators
string[]
required

Repository collaborator usernames

labels
string[]
required

Repository labels