v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Total Sessions Time Per User (Android) - Legacy

Returns the average number of total sessions time per user on Android.

get/Google/{app_id}/engagement/total-sessions-time

Path parameters

app_idstring required

Android app name without brackets {}. To learn how to find App IDs visit https://developers.similarweb.com/docs/how-to-find-app-ids

Query parameters

api_keystring

Your Similarweb REST API key

start_datestring

Start date (format: YYYY-MM-DD)

end_datestring

End date (format: YYYY-MM-DD)

countrystring

Country filter, as a 2-letter ISO country code

granularitystring

The granularity for the returned values. Possible values: 'daily', 'weekly' or 'monthly'. if there is no granularity, the avarage value for the period will be returned

Response

200

Example response

{
  "meta": {
    "request": {
      "granularity": "Monthly",
      "start_date": "2023-10",
      "end_date": "2024-01",
      "store": "Google",
      "app_id": "com.whatsapp",
      "format": "json",
      "country": "us"
    },
    "status": "Success",
    "last_updated": "2024-01-31"
  },
  "total_sessions_times": [
    {
      "start_date": "2023-10-01",
      "end_date": "2023-10-31",
      "total_session_time": 1928.3149757483873
    }
  ]
}