---
title: "Get Post Traffic"
method: GET
path: "/blogs/analytics/posts/{id}"
tags: ["Analytics"]
---

# Get Post Traffic

`GET /blogs/analytics/posts/{id}`

Get traffic data over time for a specific post with daily or hourly granularity.

## Path parameters

- `id` integer, required

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `interval` 'day' | 'hour'

## Response `200`

Post traffic data retrieved successfully

- PostTrafficResponse
  - `data` object[] — Traffic time-series rows for a single post.
    - `date` string — Date or datetime of the data point
    - `visits` integer — Total visits
    - `clicks` integer — Total clicks
    - `organic` integer — Organic search visits
  - `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
- `404` — Resource not found
- `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)
