Skip to content

Commit dd9a730

Browse files
Merge pull request #594 from plausible/api-periods
Stats API doc: `28d` and `90d` periods
2 parents f721e52 + 2e88725 commit dd9a730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/stats-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ Date range to be queried.
6464
| `["2024-01-01T12:00:00+02:00", "2024-01-01T15:59:59+02:00"]` | Custom date-time range (ISO8601) |
6565
| `"day"` | Current day (e.g. 2024-07-01) |
6666
| `"7d"` | Last 7 days relative to today |
67+
| `"28d"` | Last 28 days relative to today |
6768
| `"30d"` | Last 30 days relative to today |
69+
| `"90d"` | Last 90 days relative to today |
6870
| `"month"` | Since the start of the current month |
6971
| `"6mo"` | Last 6 months relative to start of this month |
7072
| `"12mo"` | Last 12 months relative to start of this month |

0 commit comments

Comments
 (0)