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

# Get top referral paths

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

Get the top 10 popular contents over the last 14 days.

## Path parameters

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

## Response `200`

Response

- ContentTraffic[]
  - `path` string, required
  - `title` string, required
  - `count` integer, required
  - `uniques` integer, required

## Other responses

- `403` — Forbidden

---

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