---
title: "Beitragsstatistik: GET /analytics/post/:postId | Posty dokumentáció"
description: "Egy közzétett poszt platformstatisztikái."
canonical: https://posty.hu/de/dokumentation/api/endpunkte/bejegyzes-statisztika
source: https://posty.hu/de/dokumentation/api/endpunkte/bejegyzes-statisztika.md
---

Analytik

# Beitragsstatistik: GET /analytics/post/:postId

Egy közzétett poszt platformstatisztikái.

## Der Pfad

Methode und Pfad

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

Berechtigung

`analytics:read`

operationId

`getPostAnalytics`

Die Plattformstatistiken eines veröffentlichten Beitrags. Ist zum Beitrag keine Plattform-ID hinterlegt, hinterlege sie zuerst.

## Parameter

| Name | Ort | Typ | Pflicht | Was es tut |
| --- | --- | --- | --- | --- |
| postId | útvonal | string | ja | Die Beitrags-ID. |
| date | lekérdezés | Zahl | nein | Wie viele Tage zurück die Daten angefragt werden. |

## Anfrage

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

Kód másolása

## Siehe auch

- [Authentifizierung](https://posty.hu/de/dokumentation/api/authentifizierung): der Schlüssel und die Scopes.
- [Fehler und Limits](https://posty.hu/de/dokumentation/api/fehler): die Fehlerantworten und das Aufruflimit.
- [Alle Endpunkte](https://posty.hu/de/dokumentation/api/endpunkte): die vollständige Liste.

Dokumentationsseiten

Fehlt etwas auf dieser Seite? Schreib eine E-Mail an [norbert@posty.hu](mailto:norbert@posty.hu) oder nutze auf der [Hilfeseite](https://posty.hu/de/hilfe) das Formular.
