---
title: "Get post analytics"
method: GET
path: "/analytics/post/{postId}"
tags: ["Analytics"]
---

# Get post analytics

`GET /analytics/post/{postId}`

Get analytics data for a specific published post. Returns metrics like likes, comments, shares, impressions, etc. depending on the platform.

## Path parameters

- `postId` string, required

## Query parameters

- `date` string, required

## Response `200`

Analytics data for the post

- AnalyticsData[]
  - `label` string — Metric label (e.g. Followers, Impressions, Likes)
  - `data` object[]
    - `total` string — Metric value for this date
    - `date` string — Date string (YYYY-MM-DD)
  - `percentageChange` number — Percentage change over the selected period

---

[API](https://skmtc.net/postiz/apis/postiz-public-api.md) · [All operations](https://skmtc.net/postiz/apis/postiz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postiz/postiz-public-api/revisions/8b2952dc5357/schema)
