VOOZH about

URL: https://docs.similarweb.com/api-v5/api-reference/app-analysis-api/app-sessions

⇱ Similarweb API V5 Documentation


Getting Started

Sections

Theme switcher

App Sessions

Returns the estimated Sessions Per User, Average Session Time Per Users and Total Sessions Time Per User for mobile apps across Google Play Store, Apple App Store, and both stores (“Unified”) over the given time frame.

This endpoint uses 1 data credit per metric per result in the “data” array response. Read the following guide to estimate the credit costs.

Header Parameters

api-keystring

Query Parameters

app_idstring Required

Unique application identifier. Google app IDs consist of letters, numbers, and dots (e.g., 'com.facebook.katana'), while Apple app IDs are numeric only (e.g., '447188370').

granularitystring

Time granularity for the returned values

Enum values:
dailyweeklymonthly
countrystring Required

Two-letter country code (e.g., 'us', 'gb', 'ww')

start_datestring

Start date in 'YYYY-MM' or 'YYYY-MM-DD' format or relative keywords: latest, X_months_ago, X_days_ago

end_datestring

End date in 'YYYY-MM' or 'YYYY-MM-DD' format or relative keywords: latest, X_months_ago, X_days_ago

metricsarray

Comma separated list of metrics to retrieve. Available metrics: 'avg_sessions_count', 'avg_session_time', 'avg_sessions_total_time', 'total_sessions_count', 'total_sessions_time'. Defaults to a list including all of them.

Enum values:
avg_sessions_countavg_session_timeavg_sessions_total_timetotal_sessions_counttotal_sessions_time
storestring Required

Application store identifier

Enum values:
googleappleunified
formatstring

Format in which the reply should be returned

Enum values:
jsonxml

Response

200
Object

Success

Response Attributes

metaobject
dataarray
Nullable:
True
Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?