You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stats-api-v1.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Stats API reference
2
+
title: Stats API v1 reference (legacy)
3
3
---
4
4
5
5
import {Required, Optional} from '../src/js/api-helpers.tsx';
6
6
7
-
:::warning[Legacy feature]
8
-
There is a new version of this API which can be found[here](stats-api.md).
7
+
:::tip This is a legacy feature
8
+
There is a new version of our stats API. Please see more details[here](stats-api.md).
9
9
:::
10
10
11
11
The Plausible Stats API offers a way to retrieve your stats programmatically. It's a read-only interface to present historical and real-time stats only. Take a look at our [events API](events-api.md) if you want to send pageviews or custom events to our backend and our [sites API](sites-api.md) if you want to manage your sites through the API.
0 commit comments