Skip to content

Commit

Permalink
Update stats-api-v1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metmarkosaric authored Dec 3, 2024
1 parent 9a1a183 commit ec252a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/stats-api-v1.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Stats API reference
title: Stats API v1 reference (legacy)
---

import {Required, Optional} from '../src/js/api-helpers.tsx';

:::warning[Legacy feature]
There is a new version of this API which can be found [here](stats-api.md).
:::tip This is a legacy feature
There is a new version of our stats API. Please see more details [here](stats-api.md).
:::

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.
Expand Down

0 comments on commit ec252a8

Please sign in to comment.