Insights Overview

NameAPI CodeRequired Module
1DevicedeviceInfoCore Module
2VelocityvelocityCore Module
3IP InfoipInfoCore Module
4Apps InfoappsInfoCore Module v4.6.0+ / Application Module for earlier Core Module versions
5Last Installed AppslastAppsCore Module v4.6.0+ / Application Module for earlier Core Module versions
6Risky AppsriskyAppsCore Module v4.6.0+ / Application Module for earlier Core Module versions
7PermissionspermissionsCore Module v4.6.0+ / Application Module for earlier Core Module versions
8AudioaudioAudio Module
9Calendar EventscalendarCalendar Module
10ContactscontactsContacts Module
11ImagesimagesImages Module
12SMSsmsSMS Module
13VideovideoVideo Module

📘

Accessing API Fields

Discover how to retrieve the API fields listed below through the Dataset Insights API.

📌

Note

Our API typically returns non-null values as string. For type spec on each field, see the Data Type column in the tables below.

For detailed type specifications, check out the Type Specification

Device

Requires integration of latest Core Module

FieldData TypeDescriptionMin SDK
deviceIdstringUnique device identifier. Max length: 100Any
deviceBrandstringBrand or manufacturer of the device. Max length: 100Any
deviceModelstringModel of the device. Max length: 100Any
deviceOsVersionstringOperating System version of the device. Max length: 100Any
deviceProductstringThe name of the product. Max length: 100Any
deviceScreenSizestringScreen size. Max length: 100Any
deviceExternalStorageTotalfloatTotal external storage in MegabytesAny
deviceExternalStorageFreefloatFree external storage in MegabytesAny
deviceMainStorageTotalfloatTotal main storage in MegabytesAny
deviceMainStorageFreefloatFree main storage in MegabytesAny
deviceRamTotalSizefloatTotal RAM sizeAny
deviceLocationEnabledbooleanIndicates if location is enabledAny
deviceWifiIsEnabledbooleanFlag for enabled Wifi (null in case WiFi permission is not declared)Any
deviceBluetoothOnbooleanFlag for BluetoothAny
deviceDataRoamingbooleanIndicates if data roaming is enabledAny
deviceAccessibilityEnabledbooleanIndicates if accessibility is enabledAny
deviceBatteryIsChargingbooleanIndicates whether the battery is charging or not4.1.0+
deviceBatteryStatusfloatIndicates the current battery level in percentageAny
deviceCPUTypestringThe name of CPU type. Max length: 1002.0.0+
deviceIsLyingbooleanThe approximate device position: is lying flat or not4.1.0+
deviceIsAngledbooleanThe approximate device position: is angled or not4.1.0+
deviceIsStandingbooleanThe approximate device position: is standing or not4.1.0+
deviceIsVirtualbooleanIndicates if the device is running in a virtual environment4.1.0+
deviceEmulatorNamestringName of the virtual device emulator. Max length: 1004.1.0+
deviceIsRootedbooleanDevice has privileged access through rootingAny
deviceIsFingerprintEnrolledbooleanIndicates if there is at least one fingerprint enrolledAny
deviceNextAlarmClockdatetimeThe time at which the alarm is going to trigger (UTC time)Any
devicePhoneTypestringPhone type. Max length: 100Any
deviceNetworkOperatorNamestringName of the mobile network operator (only active SiM card is detected). Max length: 100Any
deviceSimCountryIsostringISO country code of the SIM card. Max length: 100Any
deviceLanguageCodestringCode for the primary language. Max length: 100Any
deviceRegionCodestringCode for the region or country setting. Max length: 100Any
deviceTimeZoneIdstringTime zone setting of the device. Max length: 100Any
deviceLocaleDisplayLanguagestringLanguage for displaying text and UI. Max length: 100Any
deviceNetworkConnectionTypestringActive network connection type. Max length: 1004.4.0+

Response body example (application/json)

{
      "code": "deviceInfo",
      "value": {
        "deviceBrand": "samsung",
        "deviceModel": "SM-A528B",
        "deviceOsVersion": "13",
        "deviceProduct": "a52sxqeea",
        "deviceScreenSize": "1080x2400",
        "deviceExternalStorageTotal": "61024",
        "deviceExternalStorageFree": "34686.875",
        "deviceMainStorageTotal": "108865.984375",
        "deviceMainStorageFree": "65761.796875",
        "deviceRamTotalSize": "5367.4609375",
        "deviceLocationEnabled": "false",
        "deviceWifiIsEnabled": "true",
        "deviceBluetoothOn": "false",
        "deviceDataRoaming": "true",
        "deviceAccessibilityEnabled": "false",
        "deviceBatteryIsCharging": "false",
        "deviceBatteryStatus": "0.76",
        "deviceCPUType": "arm64-v8a;armeabi-v7a;armeabi",
        "deviceIsLying": "false",
        "deviceIsAngled": "true",
        "deviceIsStanding": "false",
        "deviceIsFingerprintEnrolled": "1",
        "deviceNextAlarmClock": "2023-08-14 09:20:00",
        "devicePhoneType": "1",
        "deviceIsVirtual": "false",
        "deviceId": "fe533e40da103950ac649cf1a0090404",
        "deviceEmulatorName": null,
        "deviceIsRooted": "false",
        "deviceNetworkOperatorName": "KAKTUS",
        "deviceSimCountryIso": "cz",
        "deviceLanguageCode": "eng",
        "deviceRegionCode": "GBR",
        "deviceTimeZoneId": "Europe/Prague",
        "deviceLocaleDisplayLanguage": "English"
        "deviceNetworkConnectionType": "wifi"
      },
      "calculatedDate": "2023-08-14T07:29:46.315602Z"
    }

Velocity

Requires integration of latest Core Module

FieldData TypeDescriptionMin SDK
datasetsCountAllFromDeviceIdintegerTotal number of datasets uploaded from the same deviceAny
datasetsCountAllFromDeviceIdAndIpintegerTotal number of datasets uploaded from the same device and IPAny
datasetsCountAllFromIpintegerTotal number of datasets uploaded from the same IPAny
datasetsUniqueIpFromDeviceIdintegerUnique IP adresses for given deviceAny
datasetsUniqueDeviceIdFromIpintegerUnique devices for given IP addressAny

Response body example (application/json)

{
      "code": "velocity",
      "value": {
        "datasetsCountAllFromDeviceId": "18",
        "datasetsCountAllFromIp": "1",
        "datasetsCountAllFromDeviceIdAndIp": "1",
        "datasetsUniqueIpFromDeviceId": "7",
        "datasetsUniqueDeviceIdFromIp": "1"
      },
      "calculatedDate": "2023-08-14T07:29:46.3156019Z"
}

IP Info

Requires integration of latest Core Module

📘

Note

If you're using a Proxy or Reverse Proxy configuration with the IP Info, ensure you submit the actual device IP address in your request

FieldData TypeDescriptionMin SDK
ipstringUnique identifier assigned to a device on a network. Max length: 100Any
hostnamestringHost name of an IP address. Max length: 100Any
citystringUrban area where an IP address is located. Max length: 100Any
regionstringGeographical subdivision of a country where an IP address is situated. Max length: 100Any
countrystringCountry where an IP address is registered. Max length: 100Any
locstringGPS location of area where an IP address is registered. Max length: 100Any
postalstringPostal code associated with an IP address's location. Max length: 100Any
timezonestringStandard time of an IP address's geographical area. Max length: 100Any
privacyVpnbooleanConnection via VPN (IP address masking)Any
privacyProxybooleanConnection via proxy (IP address masking)Any
privacyTorbooleanConnection via tor (IP address masking)Any
privacyRelaybooleanConnection via privat relay (IP address masking)Any
privacyHostingbooleanConnection via hosting provider (IP address masking)Any

Response body example (application/json)

{
      "code": "ipInfo",
      "value": {
        "ip": "178.72.203.93",
        "hostname": "host-178-72-203-93.ip.nej.cz",
        "city": "Prague",
        "region": "Prague",
        "country": "CZ",
        "loc": "50.0880,14.4208",
        "postal": "110 00",
        "timezone": "Europe/Prague",
        "privacyVpn": "false",
        "privacyProxy": "false",
        "privacyTor": "false",
        "privacyRelay": "false",
        "privacyHosting": "false"
      },
      "calculatedDate": "2023-08-14T07:29:46.3156018Z"
    }

Apps Info

Requires integration of Core Module v4.6.0+

🚧

As of Core Module v4.6.0, the Application Module is integrated into Core

For previous Core Module versions Application Module is required.

FieldData TypeDescriptionMin SDK
deviceAgeSinceFirstAppInstallByUserfloatEstimated duration since instalation of first user applicationApplication (Deprecated) Any
Core 4.6.0+
appsTotalCountintegerTotal number of installed applicationsApplication (Deprecated) Any
Core 4.6.0+
appsSystemCountintegerTotal number of installed system applicationsApplication (Deprecated) Any
Core 4.6.0+
appsUserCountintegerTotal number of installed user applicationsApplication (Deprecated) Any
Core 4.6.0+
appsUserInstalledLast30DaysCountintegerTotal number of installed user applications in last 30 daysApplication (Deprecated) Any
Core 4.6.0+
appsUserInstalledLast3MonthsCountintegerTotal number of installed user applications in last 3 monthsApplication (Deprecated) Any
Core 4.6.0+
appsUserInstalledLast6MonthsCountintegerTotal number of installed user applications in last 6 monthsApplication (Deprecated) Any
Core 4.6.0+
appsUserInstalledLast12MonthsCountintegerTotal number of installed user applications in last 12 monthsApplication (Deprecated) Any
Core 4.6.0+
appsInstalledLast30DaysCountintegerTotal number of applications installed in last 30 daysApplication (Deprecated) Any
Core 4.6.0+
appsPaidCountintegerTotal number of paid applicationsApplication (Deprecated) Any
Core 4.6.0+
appsFreeCountintegerTotal number of free applicationsApplication (Deprecated) Any
Core 4.6.0+
appsContentRating3+integerTotal number of applications with rating 3+Application (Deprecated) Any
Core 4.6.0+
appsContentRating7+integerTotal number of applications with rating 7+Application (Deprecated) Any
Core 4.6.0+
appsContentRating12+integerTotal number of applications with rating 12+Application (Deprecated) Any
Core 4.6.0+
appsContentRating16+integerTotal number of applications with rating 16+Application (Deprecated) Any
Core 4.6.0+
appsContentRating18+integerTotal number of applications with rating 18+Application (Deprecated) Any
Core 4.6.0+
appsArtsAndEntertainmentCountintegerTotal number of applications in category Arts And EntertainmentApplication (Deprecated) Any
Core 4.6.0+
appsGamesCountintegerTotal number of applications in category GamesApplication (Deprecated) Any
Core 4.6.0+
appsSocialAndCommunicationsCountintegerTotal number of applications in category Socal And CommunicationsApplication (Deprecated) Any
Core 4.6.0+
appsToolAndUtilitiesCountintegerTotal number of applications in category Tool And UtilitiesApplication (Deprecated) Any
Core 4.6.0+
appsOthersCountintegerTotal number of applications in category OthersApplication (Deprecated) Any
Core 4.6.0+
appsMissingCountintegerTotal number of applications without matched categoryApplication (Deprecated) Any
Core 4.6.0+
appsArtAndDesignCountintegerTotal number of applications in category DesignApplication (Deprecated) Any
Core 4.6.0+
appsBooksAndReferenceCountintegerTotal number of applications in category Books and ReferenceApplication (Deprecated) Any
Core 4.6.0+
appsComicsCountintegerTotal number of applications in category ComicsApplication (Deprecated) Any
Core 4.6.0+
appsEntertainmentCountintegerTotal number of applications in category EntertainmentApplication (Deprecated) Any
Core 4.6.0+
appsPhotographyCountintegerTotal number of applications in category PhotographyApplication (Deprecated) Any
Core 4.6.0+
appsVideoPlayersAndEditorsCountintegerTotal number of applications in category Video Players And EditorsApplication (Deprecated) Any
Core 4.6.0+
appsEducationCountintegerTotal number of applications in category EducationApplication (Deprecated) Any
Core 4.6.0+
appsGamesActionCountintegerTotal number of applications in category Action GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesAdventureCountintegerTotal number of applications in category Adventure GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesArcadeCountintegerTotal number of applications in category Arcade GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesBoardCountintegerTotal number of applications in category Board GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesCardCountintegerTotal number of applications in category Card GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesCasinoCountintegerTotal number of applications in category Casino GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesCasualCountintegerTotal number of applications in category Casual GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesEducationalCountintegerTotal number of applications in category Educational GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesMusicCountintegerTotal number of applications in category Music GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesPuzzleCountintegerTotal number of applications in category Puzzle GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesRacingCountintegerTotal number of applications in category Racing GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesRolePlayingCountintegerTotal number of applications in category Role Playing GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesSimulationCountintegerTotal number of applications in category Simulation GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesStrategyCountintegerTotal number of applications in category Strategy GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesTriviaCountintegerTotal number of applications in category Trivia GamesApplication (Deprecated) Any
Core 4.6.0+
appsGamesWordCountintegerTotal number of applications in category Word GamesApplication (Deprecated) Any
Core 4.6.0+
appsBeautyCountintegerTotal number of applications in category BeautyApplication (Deprecated) Any
Core 4.6.0+
appsDatingCountintegerTotal number of applications in category DatingApplication (Deprecated) Any
Core 4.6.0+
appsFoodAndDrinkCountintegerTotal number of applications in category Food and DrinkApplication (Deprecated) Any
Core 4.6.0+
appsHealthAndFitnessCountintegerTotal number of applications in category Health And FitnessApplication (Deprecated) Any
Core 4.6.0+
appsLifestyleCountintegerTotal number of applications in category LifestyleApplication (Deprecated) Any
Core 4.6.0+
appsMapsAndNavigationCountintegerTotal number of applications in category Maps and NavigationApplication (Deprecated) Any
Core 4.6.0+
appsMusicAndAudioCountintegerTotal number of applications in category Music and AudioApplication (Deprecated) Any
Core 4.6.0+
appsShoppingCountintegerTotal number of applications in category ShoppingApplication (Deprecated) Any
Core 4.6.0+
appsTravelAndLocalCountintegerTotal number of applications in category TravelApplication (Deprecated) Any
Core 4.6.0+
appsAutoVehiclesCountintegerTotal number of applications in category Auto and VehiclesApplication (Deprecated) Any
Core 4.6.0+
appsBusinessCountintegerTotal number of applications in category BusinessApplication (Deprecated) Any
Core 4.6.0+
appsHouseAndHomeCountintegerTotal number of applications in category House and HomeApplication (Deprecated) Any
Core 4.6.0+
appsLibrariesDemoCountintegerTotal number of applications in category LibrariesApplication (Deprecated) Any
Core 4.6.0+
appsMedicalCountintegerTotal number of applications in category MedicalApplication (Deprecated) Any
Core 4.6.0+
appsNewsMagazinesCountintegerTotal number of applications in category News And MagazinesApplication (Deprecated) Any
Core 4.6.0+
appsParentingCountintegerTotal number of applications in category ParentingApplication (Deprecated) Any
Core 4.6.0+
appsSportsCountintegerTotal number of applications in category SportsApplication (Deprecated) Any
Core 4.6.0+
appsPersonalizationCountintegerTotal number of applications in category PersonalizationApplication (Deprecated) Any
Core 4.6.0+
appsFinanceCountintegerTotal number of applications in category FinanceApplication (Deprecated) Any
Core 4.6.0+
appsProductivityCountintegerTotal number of applications in category ProductivityApplication (Deprecated) Any
Core 4.6.0+
appsCommunicationCountintegerTotal number of applications in category CommunicationApplication (Deprecated) Any
Core 4.6.0+
appsSocialCountintegerTotal number of applications in category SocialApplication (Deprecated) Any
Core 4.6.0+
appsEventsCountintegerTotal number of applications in category EventsApplication (Deprecated) Any
Core 4.6.0+
appsToolsCountintegerTotal number of applications in category ToolsApplication (Deprecated) Any
Core 4.6.0+
appsWeatherCountintegerTotal number of applications in category WeatherApplication (Deprecated) Any
Core 4.6.0+

Response body example (application/json)

{
      "code": "appsInfo",
      "value": {
        "deviceAgeSinceFirstAppInstallByUser": "13498.3642958333",
        "appsTotalCount": "476",
        "appsSystemCount": "405",
        "appsUserCount": "71",
        "appsUserInstalledLast30DaysCount": "2",
        "appsUserInstalledLast3MonthsCount": "5",
        "appsUserInstalledLast6MonthsCount": "7",
        "appsUserInstalledLast12MonthsCount": "15",
        "appsInstalledLast30DaysCount": "2",
        "appsPaidCount": "1",
        "appsFreeCount": "96",
        "appsContentRating3+": "85",
        "appsContentRating7+": "1",
        "appsContentRating12+": "3",
        "appsContentRating16+": "7",
        "appsContentRating18+": "0",
        "appsArtsAndEntertainmentCount": "7",
        "appsGamesCount": "4",
        "appsSocialAndCommunicationsCount": "18",
        "appsToolAndUtilitiesCount": "19",
        "appsOthersCount": "10",
        "appsMissingCount": "379",
        "appsArtAndDesignCount": "0",
        "appsBooksAndReferenceCount": "1",
        "appsComicsCount": "0",
        "appsEntertainmentCount": "3",
        "appsPhotographyCount": "2",
        "appsVideoPlayersAndEditorsCount": "1",
        "appsEducationCount": "2",
        "appsGamesActionCount": "0",
        "appsGamesAdventureCount": "0",
        "appsGamesArcadeCount": "0",
        "appsGamesBoardCount": "3",
        "appsGamesCardCount": "0",
        "appsGamesCasinoCount": "0",
        "appsGamesCasualCount": "0",
        "appsGamesEducationalCount": "0",
        "appsGamesMusicCount": "0",
        "appsGamesPuzzleCount": "1",
        "appsGamesRacingCount": "0",
        "appsGamesRolePlayingCount": "0",
        "appsGamesSimulationCount": "0",
        "appsGamesStrategyCount": "0",
        "appsGamesTriviaCount": "0",
        "appsGamesWordCount": "0",
        "appsBeautyCount": "0",
        "appsDatingCount": "0",
        "appsFoodAndDrinkCount": "0",
        "appsHealthAndFitnessCount": "4",
        "appsLifestyleCount": "0",
        "appsMapsAndNavigationCount": "5",
        "appsMusicAndAudioCount": "1",
        "appsShoppingCount": "1",
        "appsTravelAndLocalCount": "7",
        "appsAutoVehiclesCount": "1",
        "appsBusinessCount": "8",
        "appsHouseAndHomeCount": "0",
        "appsLibrariesDemoCount": "0",
        "appsMedicalCount": "0",
        "appsNewsMagazinesCount": "1",
        "appsParentingCount": "0",
        "appsSportsCount": "0",
        "appsPersonalizationCount": "1",
        "appsFinanceCount": "11",
        "appsProductivityCount": "7",
        "appsCommunicationCount": "16",
        "appsSocialCount": "2",
        "appsEventsCount": "0",
        "appsToolsCount": "19",
        "appsWeatherCount": "0"
      },
      "calculatedDate": "2023-08-14T07:29:46.3156006Z"
    }

Last Installed Apps

Requires integration of Core Module v4.6.0+

🚧

As of Core Module v4.6.0, the Application Module is integrated into Core

For previous Core Module versions Application Module is required.

FieldData TypeDescriptionMin SDK
appPackageNamestringPackage name of the application (last 5 installed apps are displayed). Max length: 100Application (Deprecated) Any
Core 4.6.0+
appGooglePlayCategorystringGooglePlay category of the application (last 5 installed apps are displayed). Max length: 100Application (Deprecated) Any
Core 4.6.0+
appDateInstalleddatetimeInstallation date (last 5 installed apps are displayed)Application (Deprecated) Any
Core 4.6.0+
appDateInstalledRankDescintegerOrder of the app based installed date (1 = last installed app)Application (Deprecated) Any
Core 4.6.0+
appDateLastUpdateddatetimeLast update date (last 5 installed apps are displayed)Application (Deprecated) Any
Core 4.6.0+
appPaidbooleanFlag is the application is paid (last 5 installed apps are displayed)Application (Deprecated) Any
Core 4.6.0+
appContentRatingsstringContent rating of the application (last 5 installed apps are displayed). Max length: 100Application (Deprecated) Any
Core 4.6.0+

Response body example (application/json)

{
      "code": "lastApps",
      "value": [
        {
          "appPackageName": "com.transferwise.android",
          "appGooglePlayCategory": "finance",
          "appDateInstalled": "2023-07-31 20:08:14.496",
          "appDateLastUpdated": "2023-08-10 23:56:55.50",
          "appPaid": "false",
          "appContentRatings": "rated for 3+",
          "appDateInstalledRankDesc": "1"
        },
        {
          "appPackageName": "com.credolab.play",
          "appGooglePlayCategory": null,
          "appDateInstalled": "2023-07-21 14:44:22.63",
          "appDateLastUpdated": "2023-07-21 14:44:22.63",
          "appPaid": "false",
          "appContentRatings": null,
          "appDateInstalledRankDesc": "2"
        },
        {
          "appPackageName": "com.google.android.apps.walletnfcrel",
          "appGooglePlayCategory": "finance",
          "appDateInstalled": "2023-06-17 14:28:25.361",
          "appDateLastUpdated": "2023-08-02 19:04:12.907",
          "appPaid": "false",
          "appContentRatings": "rated for 3+",
          "appDateInstalledRankDesc": "3"
        },
        {
          "appPackageName": "com.google.ar.lens",
          "appGooglePlayCategory": "tools",
          "appDateInstalled": "2023-06-17 13:55:50.417",
          "appDateLastUpdated": "2023-07-02 00:41:40.796",
          "appPaid": "false",
          "appContentRatings": "rated for 3+",
          "appDateInstalledRankDesc": "4"
        },
        {
          "appPackageName": "com.credoapply",
          "appGooglePlayCategory": "finance",
          "appDateInstalled": "2023-06-15 15:41:57.598",
          "appDateLastUpdated": "2023-07-20 20:57:39.875",
          "appPaid": "false",
          "appContentRatings": "rated for 3+",
          "appDateInstalledRankDesc": "5"
        }
      ],
      "calculatedDate": "2023-08-14T07:29:46.3156003Z"
}

Risky Apps

Requires integration of Core Module v4.6.0+

🚧

As of Core Module v4.6.0, the Application Module is integrated into Core

For previous Core Module versions Application Module is required.

FieldData TypeDescriptionMin SDK
appClonerFlagbooleanPresence of App Cloner installation on the phoneApplication (Deprecated) Any
Core 4.6.0+
anonymousMessengerFlagbooleanPresence of an anonymous messenger app on the phoneApplication (Deprecated) Any
Core 4.6.0+
callCenterFlagbooleanPresence of a call center app on the phoneApplication (Deprecated) Any
Core 4.6.0+
TorBrowserFlagbooleanPresence of Tor Browser installation on the phoneApplication (Deprecated) Any
Core 4.6.0+
temporaryEmailFlag booleanPresence of a temporary email app on the phoneApplication (Deprecated) Any
Core 4.6.0+
vpnFlagbooleanPresence of a VPN (Virtual Private Network) app on the phoneApplication (Deprecated) Any
Core 4.6.0+
locationSpoofingFlagbooleanPresence of location spoofing functionality or app on the phoneApplication (Deprecated) Any
Core 4.6.0+
appHiderFlagbooleanPresence of app hider app on the phoneApplication (Deprecated) Any
Core 4.6.0+
virtualAndroidFlagbooleanPresence of virtual android app on the phoneApplication (Deprecated) Any
Core 4.6.0+
deveiceIdChangerFlagbooleanPresence of device ID changing funcitonality or app on the phoneApplication (Deprecated) Any
Core 4.6.0+

Response body example (application/json)

{
      "code": "risky_apps",
      "value": {
        "appClonerFlag": "0",
        "anonymousMessengerFlag": "1",
        "callCenterFlag": "0",
        "TorBrowserFlag": "0",
        "temporaryEmailFlag": "0",
        "vpnFlag": "1",
        "locationSpoofingFlag": "0",
        "appHider": "0",
        "virtualAndroid": "0"
        "deviceIdChanger": "0"
      },
      "calculatedDate": "2023-10-06T13:21:27.190941Z"
}

Permissions

Requires integration of Core Module v4.6.0+

🚧

As of Core Module v4.6.0, the Application Module is integrated into Core

For previous Core Module versions Application Module is required.

FieldData TypeDescriptionMin SDK
readContactsintegerPermission that allows reading metadata related to Contacts and Contacts GroupApplication (Deprecated) Any
Core 4.6.0+
readExternalStorageintegerPermission that allows reading metadata related to the media filesApplication (Deprecated) Any
Core 4.6.0+
readMediaAudiointegerPermission that allows reading metadata related to the audio filesApplication (Deprecated) Any
Core 4.6.0+
readMediaImagesintegerPermission that allows reading metadata related to the image filesApplication (Deprecated) Any
Core 4.6.0+
readMediaVideointegerPermission that allows reading metadata related to the video filesApplication (Deprecated) Any
Core 4.6.0+
readCalendarintegerPermission that allows reading metadata related to the calendar information presented on the deviceApplication (Deprecated) Any
Core 4.6.0+
getAccountsintegerPermission that allows reading metadata related to the user's accounts on the deviceApplication (Deprecated) Any
Core 4.6.0+
accessWifiStateintegerPermission that allows reading metadata related to the wifiApplication (Deprecated) Any
Core 4.6.0+
useFingerprintintegerPermission that allows reading metadata related to the device's fingerprintApplication (Deprecated) Any
Core 4.6.0+
accessNetworkStateintegerPermission that allows reading metadata related to the networkApplication (Deprecated) Any
Core 4.6.0+
readSmsintegerPermission that allows reading metadata related to SmsApplication (Deprecated) Any
Core 4.6.0+

Response body example (application/json)

{
      "code": "permissions",
      "value": {
        "readContacts": "1",
        "readExternalStorage": null,
        "readMediaAudio": "1",
        "readMediaImages": "1",
        "readMediaVideo": "1",
        "readCalendar": "1",
        "getAccounts": "1",
        "accessWifiState": "1",
        "useFingerprint": "1",
        "accessNetworkState": "1",
        "readSms": "1"
      },
      "calculatedDate": "2023-08-14T07:29:46.3155998Z"
    }

📘

Permission Value Description

ValueDescription
nullThe corresponding SDK module is not integrated
-1Permission is not included in the manifest
0Permission is not granted
1Permission is granted

Audio

Requires integration of Audio Module

FieldData TypeDescriptionMin SDK
audioCountintegerTotal number of audio filesAudio Any
audioMusicCountintegerTotal number of music filesAudio Any

❗️

The values in the API response will be null if the permission is not granted or there is no data available

Response body example (application/json)

{
      "code": "audio",
      "value": {
        "audioCount": "426",
        "audioMusicCount": "398"
      },
      "calculatedDate": "2023-08-14T07:29:46.3156014Z"
}

Calendar Events

Requires integration of Calendar Module

FieldData TypeDescriptionMin SDK
calendarEventsPastCountintegerTotal number of past eventsAny
calendarEventsTotalCountintegerTotal number of calendar eventsAny
calendarEventsAsOrganizerCountintegerTotal number of organized calendar eventsAny
calendarEventsStatusConfirmedCountintegerTotal number of calendar events with confirmed statusAny
calendarEventsDuringWeekdayCountintegerTotal number of calendar events during the weekdayAny
calendarEventsMoreThan1AttendeeCountintegerTotal number of calendar events with more than 1 attendeeAny
calendarEventsDifferentTimeZonesCountintegerTotal number of calendar events in different time zoneAny
calendarEventsLast30DaysCountintegerTotal number of calendar events in the last 30 daysAny
calendarEventsNext30DaysCountintegerTotal number of events in the next 30 daysAny
calendarEventsLast30DaysRepetitiveCountintegerTotal number of repetitive calendar events in the last 30 daysAny
calendarEventsDuringWeekdayLast30DaysCountintegerTotal number of calendar events during the weekday in the last 30 daysAny

❗️

The values in the API response will be null if the permission is not granted or there is no data available

Response body example (application/json)

{
      "code": "calendar",
      "value": {
        "calendarEventsPastCount": "2764",
        "calendarEventsTotalCount": "2988",
        "calendarEventsAsOrganizerCount": "1074",
        "calendarEventsStatusConfirmedCount": "2717",
        "calendarEventsDuringWeekdayCount": "2907",
        "calendarEventsMoreThan1AttendeeCount": "2373",
        "calendarEventsDifferentTimeZonesCount": "64",
        "calendarEventsLast30DaysCount": "80",
        "calendarEventsNext30DaysCount": "15",
        "calendarEventsLast30DaysRepetitiveCount": "30",
        "calendarEventsDuringWeekdayLast30DaysCount": "80"
      },
      "calculatedDate": "2023-08-14T07:29:46.315601Z"
    }

Contacts

Requires integration of Contact Module

FieldData TypeDescriptionMin SDK
contactsTotalCountintegerTotal number of contactsAny
contactsWithoutNumberCountintegerTotal number of contacts without any phone numberAny
contactsMultipleNumbersCountintegerTotal number of contacts with multiple associated phone numbersAny
contactsStaredCountintegerTotal number of contacts marked as "Favourites"Any
contactsWithPictureCountintegerTotal number of contacts with associated pictureAny
contactsWithRingtoneCountintegerTotal number of contacts with a special ringtoneAny
phoneNumberTotalCountintegerTotal number of phone numbersAny
phoneNumberMobileCountintegerTotal number of phone numbers in category "Mobile"Any
phoneNumberWorkCountintegerTotal number of phone numbers in category "Work"Any
phoneNumberHomeCountintegerTotal number of phone numbers in category "Home"Any
phoneNumberOtherCountintegerTotal number of phone numbers in category "Other"Any
contactsWhatsAppCountintegerTotal number of contacts with linked WhatsAppAny
contactsTelegramCountintegerTotal number of contacts with linked TelegramAny
contactsMeetCountintegerTotal number of contacts with linked MeetAny
contactsSkypeCountintegerTotal number of contacts with linked SkypeAny
contactsViberCountintegerTotal number of contacts with linked ViberAny
contactsZoomCountintegerTotal number of contacts with linked ZoomAny
contactsLineCountintegerTotal number of contacts with linked LineAny

❗️

The values in the API response will be null if the permission is not granted or there is no data available

Response body example (application/json)

{
      "code": "contacts",
      "value": {
        "contactsTotalCount": "174",
        "contactsWithoutNumberCount": "1",
        "contactsMultipleNumbersCount": "108",
        "contactsStaredCount": "1",
        "contactsWithPictureCount": "1",
        "contactsWithRingtoneCount": "0",
        "phoneNumberTotalCount": "295",
        "phoneNumberMobileCount": "281",
        "phoneNumberWorkCount": "3",
        "phoneNumberHomeCount": "9",
        "phoneNumberOtherCount": "2",
        "contactsWhatsAppCount": "148",
        "contactsTelegramCount": "0",
        "contactsMeetCount": "0",
        "contactsSkypeCount": "0",
        "contactsViberCount": "173",
        "contactsZoomCount": "0",
        "contactsLineCount": "1"
      },
      "calculatedDate": "2023-08-14T07:29:46.3156007Z"
    }

Images

Requires integration of Images Module

FieldData TypeDescriptionMin SDK
imagesCountintegerTotal number of imagesAny
imagesCountWithLocationintegerTotal number of images with location propertyAny
imageResolutionstringMost frequent image resolution. Max length: 100Any
imagesLast30DaysCountintegerTotal number of images created in the last 30 daysAny
imagesLast360DaysCountintegerTotal number of images created in the last 360 daysAny
imagesFirstMonth10ImagesstringFirst month with more than 10 images. Max length: 100Any
imagesCameraCountintegerTotal number of images taken by cameraAny
imagesCameraLast30DaysCountintegerTotal number of images taken by camera created in last 30 daysAny

❗️

The values in the API response will be null if the permission is not granted or there is no data available

Response body example (application/json)

{
      "code": "images",
      "value": {
        "imagesCount": "7929",
        "imagesCountWithLocation": "0",
        "imageResolution": "4624x3468",
        "imagesLast30DaysCount": "156",
        "imagesLast360DaysCount": "1249",
        "imagesFirstMonth10Images": "2022-01",
        "imagesCameraCount": "1716",
        "imagesCameraLast30DaysCount": "80"
      },
      "calculatedDate": "2023-08-14T07:29:46.3156012Z"
    }

SMS

Requires integration of Sms Module

FieldData TypeDescriptionMin SDK
smsInboxCountintegerThe total number of SMS in InboxAny
smsInboxSeenCountintegerThe total number of SMS in Inbox with status "Seen"Any
smsInboxReadCountintegerThe total number of SMS in Inbox with status "Read"Any
smsInboxKnownNumberCountintegerThe total number of SMS in Inbox from known numberAny
smsOutboxCountintegerThe total number of SMS in OutboxAny
smsOutboxDuringWeekdayCountintegerThe total number of SMS in Outbox sent during weekdaysAny

❗️

The values in the API response will be null if the permission is not granted or there is no data available

Response body example (application/json)

{
      "code": "sms",
      "value": {
        "smsInboxCount": "218",
        "smsInboxSeenCount": "217",
        "smsInboxReadCount": "216",
        "smsInboxKnownNumberCount": "33",
        "smsOutboxCount": "22",
        "smsOutboxDuringWeekdayCount": "14"
      },
      "calculatedDate": "2023-08-14T07:29:46.3156011Z"
    }

Video

Requires integration of Video Module

FieldData TypeDescriptionMin SDK
videoCountintegerTotal number of video filesAny
videoLast30DaysCountintegerTotal number of video files created in the last 30 daysAny
videoCameraCountintegerTotal number of videos taken by cameraAny
videoCameraLast30DaysCountintegerTotal number of videos taken by camera in the last 30 daysAny

❗️

The values in the API response will be null if the permission is not granted or there is no data available

Response body example (application/json)

{
      "code": "video",
      "value": {
        "videoCount": "153",
        "videoLast30DaysCount": "2",
        "videoCameraCount": "31",
        "videoCameraLast30DaysCount": "0"
      },
      "calculatedDate": "2023-08-14T07:29:46.3156016Z"
    }

Type Specification

TypeDescriptionExample
stringA string is a sequence of characters. It can include letters, numbers, symbols, and spaces."Europe/Kyiv"
booleanBoolean represents values true or falsetrue
floatFloat represents decimal numbers with fractional parts 3.142
integerInteger represents whole numbers without decimals42
datetimeDate and time values expressed in UTC and have the following format
yyyy-mm-ddThh:mm:ss.ffffffZ
2023-08-14T07:29:46.3156016Z