repos
Get top referral sources
Get the top 10 referrers over the last 14 days.
get/repos/{owner}/{repo}/traffic/popular/referrers
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
Response
Response
Example response
[
{
"referrer": "Google",
"count": 4,
"uniques": 3
}
]