v1
latestOpenAPI 3.1.02026-07-2414103.5 MBAverage Session Time per User (Android) - Legacy
get/Google/{app_id}/engagement/average-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 of the returned values. Possible values: 'daily', 'weekly' or 'monthly'. if there is no granularity, the average value for the requested time 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"
},
"average_sessions_times": [
{
"start_date": "2023-10-01",
"end_date": "2023-10-31",
"average_session_time": 131.14212741935484
}
]
}