---
title: "Get top referral sources"
method: GET
path: "/repos/{owner}/{repo}/traffic/popular/referrers"
tags: ["repos"]
---

# Get top referral sources

`GET /repos/{owner}/{repo}/traffic/popular/referrers`

Get the top 10 referrers over the last 14 days.

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `200`

Response

- ReferrerTraffic[]
  - `referrer` string, required
  - `count` integer, required
  - `uniques` integer, required

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
