---
title: "Post statistics: GET /analytics/post/:postId | Posty dokumentáció"
description: "Egy közzétett poszt platformstatisztikái."
canonical: https://posty.hu/en/docs/api/endpoints/bejegyzes-statisztika
source: https://posty.hu/en/docs/api/endpoints/bejegyzes-statisztika.md
---

Analytics

# Post statistics: GET /analytics/post/:postId

Egy közzétett poszt platformstatisztikái.

## Path

Method and path

GEThttps://api.posty.hu/public/v1/analytics/post/:postId

Authorization

`analytics:read`

operationId

`getPostAnalytics`

A published post's platform statistics. If the post has no platform ID recorded, record it first.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| postId | útvonal | string | yes | The post ID. |
| date | lekérdezés | number | no | How many days back to request the data for. |

## Request

```
curl "https://api.posty.hu/public/v1/analytics/post/clp0s7t8u9v0w1x2?date=7" \
  -H "Authorization: psty_a_kulcsod"
```

Kód másolása

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
