GitHub

GitHub

1 endpoint

GitHub API for accessing repositories, users, and code

API Explorer

GEThttps://api.maviapi.com/v1/sites/github/{owner}/{repo}

Endpoints

1 available

Get repository details

GET /sites/github/{owner}/{repo}

Parameters

Repository owner/organization

Repository name

Request

curl -X GET \
"https://api.maviapi.com/v1/sites/github/{owner}/{repo}" \
-H "Authorization: Bearer mvk_test_playground_5f3c1a8d" \
-H "Content-Type: application/json"

Response

{
"repository": null,
"readme": "string",
"languages": null,
"contributors": [
null
]
}

Ready to get started?

The explorer above runs on a shared, rate-limited test key. Sign up to get your own key for higher limits.