repos
Get top referral paths
Get the top 10 popular contents over the last 14 days.
get/repos/{owner}/{repo}/traffic/popular/paths
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
[
{
"path": "/github/hubot",
"title": "github/hubot: A customizable life embetterment robot.",
"count": 3542,
"uniques": 2225
}
]