Getting Started

Sections

Theme switcher

App Technographics (SDKs)

Header Parameters

api-keystring

Query Parameters

granularitystring

Time granularity for the returned values

Enum values:
daily
start_datestring

Start date in 'YYYY-MM' or 'YYYY-MM-DD' format

end_datestring

End date in 'YYYY-MM' or 'YYYY-MM-DD' format

metricsarray

metrics: Comma separated list of metrics to retrieve. Available metrics: 'Id','Title','Website','CategoryNames','CategoryIds','InstallDate','UninstallDate','Active'

Enum values:
idtitlewebsitecategory_namescategory_idsinstall_dateuninstall_dateactive
storestring Required

Application store identifier

Enum values:
googleapple
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').

datestring

Returns a snapshot of all SDKs detected in the app on the specified date. If requested, also includes SDKs that were previously detected but were no longer present as of that date (i.e. uninstalled)

sdk_categoriesarray

If specified (the category ID), return only SDKs in those categories. Example: if “Payment” return only SDKs used by the app in the category 'Payment'. Example: 'sdk_category=payment,attribution'

include_uninstalled_sdksboolean

If true we return both installed and uninstalled SDKs, otherwise only the SDKs currently installed in the app on 'date'

formatstring

Format in which the reply should be returned

Enum values:
jsonxml
limitinteger

Sets how many results to return.

offsetinteger

Defines the number of results to skip

ascboolean

Orders the results by ascending or descending

Nullable:
True
sortstring

Selects a specific metric to order results by

Response

200
Object
Success

Response Attributes

metaobject

Show child attributes

dataarray
Nullable:
True

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

GET

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in Claude

Code with AI