Stasis
Repositories

Get repository stats

Get statistics for a repository

GET
/api/v1/repos/{owner}/{repo}/stats

Path Parameters

owner*string
repo*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/repos/string/string/stats"
{
  "branch_count": 0,
  "disk_usage": 0,
  "tag_count": 0
}
Empty
Empty