---
title: "Get Traffic Sources"
method: GET
path: "/blogs/analytics/sources"
tags: ["Analytics"]
---

# Get Traffic Sources

`GET /blogs/analytics/sources`

Get traffic source analysis showing referrer data sorted by visit count.

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `limit` integer

## Response `200`

Traffic sources retrieved successfully

- ReferrerResponse
  - `data` ReferrerRow[] — Referrer rows ranked by visit count.
    - `referrer` string — Referrer domain or source
    - `count` integer — Number of visits from this source
  - `meta` DateRangeMeta
    - `start_date` string, date — Start date of the data range
    - `end_date` string, date — End date of the data range
    - `total` integer — Total number of results

## Other responses

- `401` — Authentication failed
- `403` — Insufficient permissions
- `500` — 서버 내부 오류

---

[API](https://skmtc.dev/inblog/apis/inblog-api.md) · [All operations](https://skmtc.dev/inblog/apis/inblog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inblog/inblog-api/revisions/445daf773d30/schema)
