owner
and total commit counts in all
. all
is everyone combined, including the owner
in the last 52 weeks. If you'd like to get the commit counts for non-owners, you can subtract owner
from all
.curl --location --request GET 'https://api.github.com/repos///stats/participation'
{
"all": [
0
],
"owner": [
0
]
}