---
title: "Gets the daily count of monthly active event creators over a date range with more than x events"
method: GET
path: "/analytics/monthly-active-event-creators-with-more-than-x-events"
tags: ["analytics"]
---

# Gets the daily count of monthly active event creators over a date range with more than x events

`GET /analytics/monthly-active-event-creators-with-more-than-x-events`

## Query parameters

- `startDate` string, required
- `endDate` string, required
- `timezoneOffset` integer, required

## Response `200`

OK

- object[]
  - `count` integer
  - `date` string

## Other responses

- `400` — Invalid date format, range, or timezone offset
- `500` — Internal server error

---

[API](https://skmtc.net/schej-it/apis/schej-it-api.md) · [All operations](https://skmtc.net/schej-it/apis/schej-it-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schej-it/schej-it-api/versions/c4d497429354/schema)
