Github API

Getting access, Developing, Testing

Back to Github

Get top referral sources

Get the top 10 referrers over the last 14 days.

Input

type: object properties: parameters: type: object properties: owner: type: string description: The account owner of the repository. The name is not case sensitive. repo: type: string description: The name of the repository. The name is not case sensitive. required: - owner - repo title: Parameters

Output

type: array items: type: object title: Referrer Traffic properties: referrer: type: string example: Google count: type: integer example: 4 uniques: type: integer example: 3