---
title: "App Active Users (Android) - New"
method: GET
path: "/Google/active-users"
---

# App Active Users (Android) - New

`GET /Google/active-users`

Returns the estimated Monthly Active Users (MAU), Weekly Active Users (WAU) or Daily Active Users (DAU) for a given app from the respective app store. Historical data goes back 37 months, depending on your subscription.

## Query parameters

- `api_key` string
- `app_id` string
- `start_date` string
- `end_date` string
- `country` string
- `granularity` string
- `format` string

## Response `200`

200

- object
  - `meta` object
    - `request` object
      - `store` string
      - `granularity` string
      - `start_date` string
      - `end_date` string
      - `mtd` boolean
      - `app_id` string
      - `format` string
      - `country` string
    - `status` string
    - `last_updated` string
  - `active_users` object[]
    - `date` string
    - `active_users` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/similarweb/apis/visits-total-traffic.md) · [All operations](https://skmtc.net/similarweb/apis/visits-total-traffic/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/similarweb/visits-total-traffic/revisions/9b0175fc494c/schema)
