Lookup API for iOS App


Lookup API for Apple App Store iOS Apps. This API enables you to pull iOS app metadata from the Apple App Store based on given iOS app track IDs.

Definition

Endpoint:

GET https://data.42matters.com/api/v2.0/ios/apps/lookup.json

Hits per request:

1

Rate limit:

50 QPS

Required plan:

Tiny or above.

Parameters

Name Required Description Available Values Default
access_token required Your access token for using this API. You can get it for FREE by signing up .
id required The app ID on the Apple App Store - (e.g for Facebook the ID is 284882215). Existing App ID on Apple App Store
bundleId optional The app bundleId on the Apple App Store (e.g for Angry Birds the bundleId is com.clickgamer.AngryBirds). Note: this parameter is required if no id parameter is specified. Existing App bundleId on Apple App Store
include_unpublished optional Flag whether to return unpublished apps true, false false
lang optional The language you want to use when returning app data. If no translation is available the metadata for locale 'en' is used. Internationalized fields include include trackCensoredName, screenshotUrls, releaseNotes, ipadScreenshotUrls, description. ID of Supported Languages en
app_country optional Return country-specific app metadata. Country-specific fields are include currency, price, formattedPrice, userRatingCount, userRatingCountForCurrentVersion, averageUserRating, averageUserRatingForCurrentVersion. If the country is not supported, then the metadata for US is returned. ID of Supported Countries US
fields optional Comma-separated list of fields to return
callback optional If supplied, the response will use the JSONP format with a callback of the given name.

Responses

Status Code Indication Content-Type Body
200 Everything is OK application/json iOS app object
202 The app was not present in our databases and has been submitted for crawling. If the app is available anywhere, it will be available soon. application/json Error object
404 The track id/bundle id is not found application/json Error object
402 Your request exceeds what's allowed by your current subscription plan application/json Error object
403 Your access token is not valid application/json Error object
429 Your request rate is over the limit application/json Error object

Example Request


This request can also be imported into Postman. Check out our Postman integration guide.

Example Response

{
  "app_availability": {
    "available_in": [
      "DO",
      "FR",
      "BG",
      "DK",
      "BE",
      "HR",
      "DE",
      "JP",
      "HU",
      "HK",
      "JO",
      "DZ",
      "BR",
      "FI",
      "BY",
      "CN",
      "TN",
      "NL",
      "PT",
      "NO",
      "CO",
      "TW",
      "UA",
      "CL",
      "TR",
      "NZ",
      "NG",
      "LV",
      "LT",
      "LU",
      "TH",
      "PE",
      "PK",
      "PH",
      "RO",
      "CA",
      "PL",
      "CH",
      "AE",
      "GR",
      "RU",
      "EE",
      "EG",
      "AM",
      "IT",
      "VN",
      "ZA",
      "CZ",
      "CY",
      "AR",
      "AU",
      "AT",
      "IN",
      "LB",
      "IE",
      "ID",
      "ES",
      "MA",
      "MY",
      "IL",
      "RS",
      "GE",
      "US",
      "SK",
      "KR",
      "SI",
      "SA",
      "SG",
      "MX",
      "SE",
      "GB"
    ],
    "not_available_in": [
      "IR",
      "UK"
    ],
    "availability_unknown": [
    ],
    "trackId": 284882215,
    "bundleId": "com.facebook.Facebook"
  },
  "artistId": 284882218,
  "artistName": "Meta Platforms, Inc.",
  "artistViewUrl": "https://apps.apple.com/us/developer/meta-platforms-inc/id284882218?uo=4",
  "artworkUrl100": "https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/61/84/a6/6184a659-e63b-9bdf-ecd7-42d86fcf23ea/Icon-Production-0-1x_U007emarketing-0-7-0-85-220.png/100x100bb.jpg",
  "artworkUrl512": "https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/61/84/a6/6184a659-e63b-9bdf-ecd7-42d86fcf23ea/Icon-Production-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg",
  "artworkUrl60": "https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/61/84/a6/6184a659-e63b-9bdf-ecd7-42d86fcf23ea/Icon-Production-0-1x_U007emarketing-0-7-0-85-220.png/60x60bb.jpg",
  "averageUserRating": 2.29978,
  "averageUserRatingForCurrentVersion": 2.29978,
  "bundleId": "com.facebook.Facebook",
  "contentAdvisoryRating": "12+",
  "currency": "USD",
  "currentVersionReleaseDate": "2023-03-23T00:00:00+00:00",
  "description": "Connect with friends, family and people who share the same interests as you. Communicate privately, watch your favorite content, buy and sell items or just spend time with your community. On Facebook, keeping up with the people who matter most is easy. Discover, enjoy and do more together.\n  \nStay up to date with your loved ones:\n  • Share what's on your mind, announce major life events through posts and celebrate the everyday moments with Stories.\n  • Express yourself through your profile and posts, watch, react, interact and stay in touch with your friends, throughout\n  the day.\n\nConnect with people who share your interests with Groups:\n  • With tens of millions of groups, you'll find something for all your interests and discover more groups relevant to you.\n  • Use the Groups tab as a hub to quickly access all your groups content. Find relevant groups based on your interests with the new discovery tool and recommendations.\n\nBecome more involved with your community:\n  • Discover events happening near you, businesses to support, local groups and activities to be part of.\n  • Check out local recommendations from your friends, then coordinate with them and make plans to get together.\n  • Raise funds for a cause that’s important to you, mentor someone who wants help achieving their goals and, in the event of a local crisis, connect with other people to find or give supplies, food or shelter.\n\nEnjoy entertainment together with Watch:\n  • Discover all kinds of content from original shows to creators to trending videos in topics like beauty, sports, and entertainment.\n  • Join conversations, share with others, interact with viewers and creators and watch together like never before.\n\nBuy and sell with Marketplace:\n  • Whether it's an everyday or one-of-a-kind item, you can discover everything from household items to your next car or apartment on Marketplace.\n  • List your own item for sale and conveniently communicate with buyers and sellers through Messenger \n\nRead our Data Use Policy, Terms and other important info in the legal section of our App Store description. \n\nContinued use of GPS running in the background can dramatically decrease battery life. Facebook doesn't run GPS in the background unless you give us permission by turning on optional features that require this.",
  "features": [
    "iosUniversal"
  ],
  "fileSizeBytes": "316168192",
  "fileSizeBytesNumeric": 316168192,
  "formattedPrice": "Free",
  "genreIds": [
    "6005"
  ],
  "genres": [
    "Social Networking"
  ],
  "i18n_lang": [
    "de",
    "en-ca",
    "ru",
    "fi",
    "fr",
    "nl-be",
    "de-at",
    "fr-ch",
    "en-au",
    "id",
    "de-ch",
    "sv",
    "ko",
    "zh-tw",
    "pt-br",
    "ms",
    "el",
    "en",
    "it",
    "es-cl",
    "fr-ca",
    "es",
    "zh",
    "es-mx",
    "es-co",
    "es-pe",
    "en-nz",
    "pt-pt",
    "vi",
    "es-ar",
    "th",
    "fr-be",
    "ja",
    "it-ch",
    "de-lu",
    "da",
    "en-gb",
    "nl",
    "tr"
  ],
  "ipad": true,
  "ipadScreenshotUrls": [
    "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/46/4c/98/464c98d0-9aa1-9126-cd2d-7945e202815a/mzl.ghlgunye.png/2048x2732.png",
    "https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/52/6a/ae/526aae5e-fc01-9c19-2237-9aaa96305650/mzl.ouqckawq.png/2732x2048.png",
    "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/2c/2c/f1/2c2cf1d8-563c-e366-6941-9a4182ec89a8/mzl.xbivmonc.png/2048x2732.png"
  ],
  "iphone": true,
  "isGameCenterEnabled": false,
  "isVppDeviceBasedLicensingEnabled": true,
  "languageCodesISO2A": [
    "AR",
    "HR",
    "CS",
    "DA",
    "NL",
    "EN",
    "FI",
    "FR",
    "DE",
    "EL",
    "HE",
    "HI",
    "HU",
    "ID",
    "IT",
    "JA",
    "KO",
    "MS",
    "NB",
    "PL",
    "PT",
    "RO",
    "RU",
    "ZH",
    "SK",
    "ES",
    "SV",
    "TH",
    "ZH",
    "TR",
    "UK",
    "VI"
  ],
  "market_source": "ITUNES",
  "minimumOsVersion": "13.4",
  "price": 0,
  "primaryGenreId": 6005,
  "primaryGenreName": "Social Networking",
  "releaseDate": "2019-02-05T00:00:00+00:00",
  "releaseNotes": "We’ve updated the app to fix some crashes and make features load faster.",
  "screenshotUrls": [
    "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/75/0b/52/750b52ed-c30e-42ae-cae4-fdc0bcc9fc68/04b9beb9-7351-4a16-a658-1bde70dd5e44_1242x2208bb.png/1242x2208.png",
    "https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/22/9a/90/229a90d1-54e5-1da8-2d75-3e98f68b1e75/fd61ca91-295c-46f4-a501-67e9569d1db6_1242x2208bb__U00281_U0029.png/1242x2208.png",
    "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/05/08/08/050808b0-96d5-70f0-e217-e4a6a0b2a7c6/57d8fe6a-02a8-4a80-bc0c-5d5f1f0d822d_News-Feed_iOS_5.5.jpg/1242x2208.png",
    "https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/a6/2a/aa/a62aaa50-f903-b69c-9974-4c57837aae85/cfd03e13-e6d8-40ce-a7f8-671b24272e51_Profile_iOS_5.5.jpg/1242x2208.png",
    "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/45/f0/3e/45f03e9b-80d0-9c36-0bf8-3963e5cf4dab/2f1ab7a9-9231-44ee-9708-0ca69a12d736_Groups_iOS_5.5.jpg/1242x2208.png",
    "https://is5-ssl.mzstatic.com/image/thumb/Purple112/v4/b1/72/ec/b172eccc-ed8e-f385-daec-53e4e20991d5/bb447883-43ed-404a-a785-e3379812e0bc_Watch_iOS_5.5.jpg/1242x2208.png"
  ],
  "sellerName": "Meta Platforms, Inc.",
  "sellerUrl": "http://www.facebook.com/mobile",
  "supportedDevices": [
    "iPhone5s-iPhone5s",
    "iPadAir-iPadAir",
    "iPadAirCellular-iPadAirCellular",
    "iPadMiniRetina-iPadMiniRetina",
    "iPadMiniRetinaCellular-iPadMiniRetinaCellular",
    "iPhone6-iPhone6",
    "iPhone6Plus-iPhone6Plus",
    "iPadAir2-iPadAir2",
    "iPadAir2Cellular-iPadAir2Cellular",
    "iPadMini3-iPadMini3",
    "iPadMini3Cellular-iPadMini3Cellular",
    "iPodTouchSixthGen-iPodTouchSixthGen",
    "iPhone6s-iPhone6s",
    "iPhone6sPlus-iPhone6sPlus",
    "iPadMini4-iPadMini4",
    "iPadMini4Cellular-iPadMini4Cellular",
    "iPadPro-iPadPro",
    "iPadProCellular-iPadProCellular",
    "iPadPro97-iPadPro97",
    "iPadPro97Cellular-iPadPro97Cellular",
    "iPhoneSE-iPhoneSE",
    "iPhone7-iPhone7",
    "iPhone7Plus-iPhone7Plus",
    "iPad611-iPad611",
    "iPad612-iPad612",
    "iPad71-iPad71",
    "iPad72-iPad72",
    "iPad73-iPad73",
    "iPad74-iPad74",
    "iPhone8-iPhone8",
    "iPhone8Plus-iPhone8Plus",
    "iPhoneX-iPhoneX",
    "iPad75-iPad75",
    "iPad76-iPad76",
    "iPhoneXS-iPhoneXS",
    "iPhoneXSMax-iPhoneXSMax",
    "iPhoneXR-iPhoneXR",
    "iPad812-iPad812",
    "iPad834-iPad834",
    "iPad856-iPad856",
    "iPad878-iPad878",
    "iPadMini5-iPadMini5",
    "iPadMini5Cellular-iPadMini5Cellular",
    "iPadAir3-iPadAir3",
    "iPadAir3Cellular-iPadAir3Cellular",
    "iPodTouchSeventhGen-iPodTouchSeventhGen",
    "iPhone11-iPhone11",
    "iPhone11Pro-iPhone11Pro",
    "iPadSeventhGen-iPadSeventhGen",
    "iPadSeventhGenCellular-iPadSeventhGenCellular",
    "iPhone11ProMax-iPhone11ProMax",
    "iPhoneSESecondGen-iPhoneSESecondGen",
    "iPadProSecondGen-iPadProSecondGen",
    "iPadProSecondGenCellular-iPadProSecondGenCellular",
    "iPadProFourthGen-iPadProFourthGen",
    "iPadProFourthGenCellular-iPadProFourthGenCellular",
    "iPhone12Mini-iPhone12Mini",
    "iPhone12-iPhone12",
    "iPhone12Pro-iPhone12Pro",
    "iPhone12ProMax-iPhone12ProMax",
    "iPadAir4-iPadAir4",
    "iPadAir4Cellular-iPadAir4Cellular",
    "iPadEighthGen-iPadEighthGen",
    "iPadEighthGenCellular-iPadEighthGenCellular",
    "iPadProThirdGen-iPadProThirdGen",
    "iPadProThirdGenCellular-iPadProThirdGenCellular",
    "iPadProFifthGen-iPadProFifthGen",
    "iPadProFifthGenCellular-iPadProFifthGenCellular",
    "iPhone13Pro-iPhone13Pro",
    "iPhone13ProMax-iPhone13ProMax",
    "iPhone13Mini-iPhone13Mini",
    "iPhone13-iPhone13",
    "iPadMiniSixthGen-iPadMiniSixthGen",
    "iPadMiniSixthGenCellular-iPadMiniSixthGenCellular",
    "iPadNinthGen-iPadNinthGen",
    "iPadNinthGenCellular-iPadNinthGenCellular",
    "iPhoneSEThirdGen-iPhoneSEThirdGen",
    "iPadAirFifthGen-iPadAirFifthGen",
    "iPadAirFifthGenCellular-iPadAirFifthGenCellular",
    "iPhone14-iPhone14",
    "iPhone14Plus-iPhone14Plus",
    "iPhone14Pro-iPhone14Pro",
    "iPhone14ProMax-iPhone14ProMax",
    "iPadTenthGen-iPadTenthGen",
    "iPadTenthGenCellular-iPadTenthGenCellular",
    "iPadPro11FourthGen-iPadPro11FourthGen",
    "iPadPro11FourthGenCellular-iPadPro11FourthGenCellular",
    "iPadProSixthGen-iPadProSixthGen",
    "iPadProSixthGenCellular-iPadProSixthGenCellular",
    "AppleTV4-AppleTV4",
    "AppleTV62-AppleTV5",
    "AppleTV4KSecondGen-AppleTV4KSecondGen",
    "AppleTV4KThirdGen-AppleTV4KThirdGen"
  ],
  "trackCensoredName": "Facebook",
  "trackContentRating": "12+",
  "trackId": 284882215,
  "trackViewUrl": "https://apps.apple.com/us/app/facebook/id284882215?uo=4&at=10l9yE",
  "userRatingCount": 1416837,
  "userRatingCountForCurrentVersion": 1416837,
  "version": "407.1",
  "advisories": [
    "Infrequent/Mild Mature/Suggestive Themes",
    "Infrequent/Mild Alcohol, Tobacco, or Drug Use or References",
    "Infrequent/Mild Sexual Content and Nudity",
    "Infrequent/Mild Profanity or Crude Humor"
  ],
  "physical_address": "1 Hacker Way Menlo Park, CA 94025",
  "supportUrl": "http://www.facebook.com/help/?page=18834",
  "email": "facebook.android@fb.com",
  "appletvScreenshotUrls": [
    "https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/68/cf/a0/68cfa04f-1b18-9ae4-c536-98d3f2147223/pr_source.png/720x405bb.png",
    "https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/d4/9a/16/d49a1640-470b-5082-cbbf-bab40cc8c467/pr_source.png/720x405bb.png",
    "https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/17/cb/d1/17cbd141-df5f-dc7c-8a25-5c58ac38c4d8/pr_source.png/720x405bb.png",
    "https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/43/8d/0c/438d0c78-1f9b-7e7b-4b70-2a31bcb37d2a/pr_source.png/720x405bb.png"
  ],
  "permissions": [
    {
      "id": "ITSAppUsesNonExemptEncryption"
    },
    {
      "id": "NSAppleMusicUsageDescription"
    },
    {
      "id": "NSBluetoothAlwaysUsageDescription"
    },
    {
      "id": "NSBluetoothPeripheralUsageDescription"
    },
    {
      "id": "NSCalendarsUsageDescription"
    },
    {
      "id": "NSCameraUsageDescription"
    },
    {
      "id": "NSContactsUsageDescription"
    },
    {
      "id": "NSFaceIDUsageDescription"
    },
    {
      "id": "NSLocalNetworkUsageDescription"
    },
    {
      "id": "NSLocationWhenInUseUsageDescription"
    },
    {
      "id": "NSMicrophoneUsageDescription"
    },
    {
      "id": "NSMotionUsageDescription"
    },
    {
      "id": "NSPhotoLibraryAddUsageDescription"
    },
    {
      "id": "NSPhotoLibraryUsageDescription"
    },
    {
      "id": "NSSiriUsageDescription"
    },
    {
      "id": "NSUserTrackingUsageDescription"
    },
    {
      "id": "UIRequiresPersistentWiFi"
    }
  ],
  "customersAlsoBoughtApps": [
    400169658,
    310633997,
    447119634,
    382617920,
    372513032,
    539124565,
    1077137248,
    1528272582,
    1265133033,
    686449807
  ],
  "developerOtherApps": [
    454638411,
    514643583,
    1285713171,
    1366478176,
    964397083,
    944921229,
    958124798,
    1487523386,
    1452008908,
    1558240027,
    1474938269,
    1231451896,
    942636206,
    1632121045,
    1436186489
  ],
  "hasInAppPurchases": true,
  "isPreorder": false,
  "r1": 835232,
  "r2": 79097,
  "r3": 75978,
  "r4": 87484,
  "r5": 336964,
  "privacyPolicyUrl": "http://www.facebook.com/about/privacy/",
  "privacy": {
    "managePrivacyChoicesUrl": null,
    "privacyTypes": [
      {
        "privacyType": "Data Used to Track You",
        "identifier": "DATA_USED_TO_TRACK_YOU",
        "description": "The following data may be used to track you across apps and websites owned by other companies:",
        "dataCategories": [
          {
            "dataCategory": "Contact Info",
            "identifier": "CONTACT_INFO",
            "dataTypes": [
              "Physical Address",
              "Email Address",
              "Name",
              "Phone Number"
            ]
          },
          {
            "dataCategory": "Identifiers",
            "identifier": "IDENTIFIERS",
            "dataTypes": [
              "User ID",
              "Device ID"
            ]
          },
          {
            "dataCategory": "Other Data",
            "identifier": "OTHER",
            "dataTypes": [
              "Other Data Types"
            ]
          }
        ],
        "purposes": [
        ]
      },
      {
        "privacyType": "Data Linked to You",
        "identifier": "DATA_LINKED_TO_YOU",
        "description": "The following data, which may be collected and linked to your identity, may be used for the following purposes:",
        "dataCategories": [
        ],
        "purposes": [
          {
            "purpose": "Third-Party Advertising",
            "identifier": "THIRD_PARTY_ADVERTISING",
            "dataCategories": [
              {
                "dataCategory": "Purchases",
                "identifier": "PURCHASES",
                "dataTypes": [
                  "Purchase History"
                ]
              },
              {
                "dataCategory": "Financial Info",
                "identifier": "FINANCIAL_INFO",
                "dataTypes": [
                  "Other Financial Info"
                ]
              },
              {
                "dataCategory": "Location",
                "identifier": "LOCATION",
                "dataTypes": [
                  "Precise Location",
                  "Coarse Location"
                ]
              },
              {
                "dataCategory": "Contact Info",
                "identifier": "CONTACT_INFO",
                "dataTypes": [
                  "Physical Address",
                  "Email Address",
                  "Name",
                  "Phone Number",
                  "Other User Contact Info"
                ]
              },
              {
                "dataCategory": "Contacts",
                "identifier": "CONTACTS",
                "dataTypes": [
                  "Contacts"
                ]
              },
              {
                "dataCategory": "User Content",
                "identifier": "USER_CONTENT",
                "dataTypes": [
                  "Photos or Videos",
                  "Gameplay Content",
                  "Other User Content"
                ]
              },
              {
                "dataCategory": "Search History",
                "identifier": "SEARCH_HISTORY",
                "dataTypes": [
                  "Search History"
                ]
              },
              {
                "dataCategory": "Browsing History",
                "identifier": "BROWSING_HISTORY",
                "dataTypes": [
                  "Browsing History"
                ]
              },
              {
                "dataCategory": "Identifiers",
                "identifier": "IDENTIFIERS",
                "dataTypes": [
                  "User ID",
                  "Device ID"
                ]
              },
              {
                "dataCategory": "Usage Data",
                "identifier": "USAGE_DATA",
                "dataTypes": [
                  "Product Interaction",
                  "Advertising Data",
                  "Other Usage Data"
                ]
              },
              {
                "dataCategory": "Diagnostics",
                "identifier": "DIAGNOSTICS",
                "dataTypes": [
                  "Crash Data",
                  "Performance Data",
                  "Other Diagnostic Data"
                ]
              },
              {
                "dataCategory": "Other Data",
                "identifier": "OTHER",
                "dataTypes": [
                  "Other Data Types"
                ]
              }
            ]
          },
          {
            "purpose": "Developer’s Advertising or Marketing",
            "identifier": "DEVELOPERS_ADVERTISING",
            "dataCategories": [
              {
                "dataCategory": "Purchases",
                "identifier": "PURCHASES",
                "dataTypes": [
                  "Purchase History"
                ]
              },
              {
                "dataCategory": "Financial Info",
                "identifier": "FINANCIAL_INFO",
                "dataTypes": [
                  "Other Financial Info"
                ]
              },
              {
                "dataCategory": "Location",
                "identifier": "LOCATION",
                "dataTypes": [
                  "Precise Location",
                  "Coarse Location"
                ]
              },
              {
                "dataCategory": "Contact Info",
                "identifier": "CONTACT_INFO",
                "dataTypes": [
                  "Physical Address",
                  "Email Address",
                  "Name",
                  "Phone Number",
                  "Other User Contact Info"
                ]
              },
              {
                "dataCategory": "Contacts",
                "identifier": "CONTACTS",
                "dataTypes": [
                  "Contacts"
                ]
              },
              {
                "dataCategory": "User Content",
                "identifier": "USER_CONTENT",
                "dataTypes": [
                  "Photos or Videos",
                  "Gameplay Content",
                  "Other User Content"
                ]
              },
              {
                "dataCategory": "Search History",
                "identifier": "SEARCH_HISTORY",
                "dataTypes": [
                  "Search History"
                ]
              },
              {
                "dataCategory": "Browsing History",
                "identifier": "BROWSING_HISTORY",
                "dataTypes": [
                  "Browsing History"
                ]
              },
              {
                "dataCategory": "Identifiers",
                "identifier": "IDENTIFIERS",
                "dataTypes": [
                  "User ID",
                  "Device ID"
                ]
              },
              {
                "dataCategory": "Usage Data",
                "identifier": "USAGE_DATA",
                "dataTypes": [
                  "Product Interaction",
                  "Advertising Data",
                  "Other Usage Data"
                ]
              },
              {
                "dataCategory": "Diagnostics",
                "identifier": "DIAGNOSTICS",
                "dataTypes": [
                  "Crash Data",
                  "Performance Data",
                  "Other Diagnostic Data"
                ]
              },
              {
                "dataCategory": "Other Data",
                "identifier": "OTHER",
                "dataTypes": [
                  "Other Data Types"
                ]
              }
            ]
          },
          {
            "purpose": "Analytics",
            "identifier": "ANALYTICS",
            "dataCategories": [
              {
                "dataCategory": "Health & Fitness",
                "identifier": "HEALTH_AND_FITNESS",
                "dataTypes": [
                  "Health",
                  "Fitness"
                ]
              },
              {
                "dataCategory": "Purchases",
                "identifier": "PURCHASES",
                "dataTypes": [
                  "Purchase History"
                ]
              },
              {
                "dataCategory": "Financial Info",
                "identifier": "FINANCIAL_INFO",
                "dataTypes": [
                  "Payment Info",
                  "Other Financial Info"
                ]
              },
              {
                "dataCategory": "Location",
                "identifier": "LOCATION",
                "dataTypes": [
                  "Precise Location",
                  "Coarse Location"
                ]
              },
              {
                "dataCategory": "Contact Info",
                "identifier": "CONTACT_INFO",
                "dataTypes": [
                  "Physical Address",
                  "Email Address",
                  "Name",
                  "Phone Number",
                  "Other User Contact Info"
                ]
              },
              {
                "dataCategory": "Contacts",
                "identifier": "CONTACTS",
                "dataTypes": [
                  "Contacts"
                ]
              },
              {
                "dataCategory": "User Content",
                "identifier": "USER_CONTENT",
                "dataTypes": [
                  "Photos or Videos",
                  "Audio Data",
                  "Gameplay Content",
                  "Customer Support",
                  "Other User Content"
                ]
              },
              {
                "dataCategory": "Search History",
                "identifier": "SEARCH_HISTORY",
                "dataTypes": [
                  "Search History"
                ]
              },
              {
                "dataCategory": "Browsing History",
                "identifier": "BROWSING_HISTORY",
                "dataTypes": [
                  "Browsing History"
                ]
              },
              {
                "dataCategory": "Identifiers",
                "identifier": "IDENTIFIERS",
                "dataTypes": [
                  "User ID",
                  "Device ID"
                ]
              },
              {
                "dataCategory": "Usage Data",
                "identifier": "USAGE_DATA",
                "dataTypes": [
                  "Product Interaction",
                  "Advertising Data",
                  "Other Usage Data"
                ]
              },
              {
                "dataCategory": "Sensitive Info",
                "identifier": "SENSITIVE_INFO",
                "dataTypes": [
                  "Sensitive Info"
                ]
              },
              {
                "dataCategory": "Diagnostics",
                "identifier": "DIAGNOSTICS",
                "dataTypes": [
                  "Crash Data",
                  "Performance Data",
                  "Other Diagnostic Data"
                ]
              },
              {
                "dataCategory": "Other Data",
                "identifier": "OTHER",
                "dataTypes": [
                  "Other Data Types"
                ]
              }
            ]
          },
          {
            "purpose": "Product Personalization",
            "identifier": "PRODUCT_PERSONALIZATION",
            "dataCategories": [
              {
                "dataCategory": "Purchases",
                "identifier": "PURCHASES",
                "dataTypes": [
                  "Purchase History"
                ]
              },
              {
                "dataCategory": "Financial Info",
                "identifier": "FINANCIAL_INFO",
                "dataTypes": [
                  "Other Financial Info"
                ]
              },
              {
                "dataCategory": "Location",
                "identifier": "LOCATION",
                "dataTypes": [
                  "Precise Location",
                  "Coarse Location"
                ]
              },
              {
                "dataCategory": "Contact Info",
                "identifier": "CONTACT_INFO",
                "dataTypes": [
                  "Physical Address",
                  "Email Address",
                  "Name",
                  "Phone Number",
                  "Other User Contact Info"
                ]
              },
              {
                "dataCategory": "Contacts",
                "identifier": "CONTACTS",
                "dataTypes": [
                  "Contacts"
                ]
              },
              {
                "dataCategory": "User Content",
                "identifier": "USER_CONTENT",
                "dataTypes": [
                  "Photos or Videos",
                  "Gameplay Content",
                  "Other User Content"
                ]
              },
              {
                "dataCategory": "Search History",
                "identifier": "SEARCH_HISTORY",
                "dataTypes": [
                  "Search History"
                ]
              },
              {
                "dataCategory": "Browsing History",
                "identifier": "BROWSING_HISTORY",
                "dataTypes": [
                  "Browsing History"
                ]
              },
              {
                "dataCategory": "Identifiers",
                "identifier": "IDENTIFIERS",
                "dataTypes": [
                  "User ID",
                  "Device ID"
                ]
              },
              {
                "dataCategory": "Usage Data",
                "identifier": "USAGE_DATA",
                "dataTypes": [
                  "Product Interaction",
                  "Advertising Data",
                  "Other Usage Data"
                ]
              },
              {
                "dataCategory": "Sensitive Info",
                "identifier": "SENSITIVE_INFO",
                "dataTypes": [
                  "Sensitive Info"
                ]
              },
              {
                "dataCategory": "Diagnostics",
                "identifier": "DIAGNOSTICS",
                "dataTypes": [
                  "Crash Data",
                  "Performance Data",
                  "Other Diagnostic Data"
                ]
              },
              {
                "dataCategory": "Other Data",
                "identifier": "OTHER",
                "dataTypes": [
                  "Other Data Types"
                ]
              }
            ]
          },
          {
            "purpose": "App Functionality",
            "identifier": "APP_FUNCTIONALITY",
            "dataCategories": [
              {
                "dataCategory": "Health & Fitness",
                "identifier": "HEALTH_AND_FITNESS",
                "dataTypes": [
                  "Health",
                  "Fitness"
                ]
              },
              {
                "dataCategory": "Purchases",
                "identifier": "PURCHASES",
                "dataTypes": [
                  "Purchase History"
                ]
              },
              {
                "dataCategory": "Financial Info",
                "identifier": "FINANCIAL_INFO",
                "dataTypes": [
                  "Payment Info",
                  "Credit Info",
                  "Other Financial Info"
                ]
              },
              {
                "dataCategory": "Location",
                "identifier": "LOCATION",
                "dataTypes": [
                  "Precise Location",
                  "Coarse Location"
                ]
              },
              {
                "dataCategory": "Contact Info",
                "identifier": "CONTACT_INFO",
                "dataTypes": [
                  "Physical Address",
                  "Email Address",
                  "Name",
                  "Phone Number",
                  "Other User Contact Info"
                ]
              },
              {
                "dataCategory": "Contacts",
                "identifier": "CONTACTS",
                "dataTypes": [
                  "Contacts"
                ]
              },
              {
                "dataCategory": "User Content",
                "identifier": "USER_CONTENT",
                "dataTypes": [
                  "Emails or Text Messages",
                  "Photos or Videos",
                  "Audio Data",
                  "Gameplay Content",
                  "Customer Support",
                  "Other User Content"
                ]
              },
              {
                "dataCategory": "Search History",
                "identifier": "SEARCH_HISTORY",
                "dataTypes": [
                  "Search History"
                ]
              },
              {
                "dataCategory": "Browsing History",
                "identifier": "BROWSING_HISTORY",
                "dataTypes": [
                  "Browsing History"
                ]
              },
              {
                "dataCategory": "Identifiers",
                "identifier": "IDENTIFIERS",
                "dataTypes": [
                  "User ID",
                  "Device ID"
                ]
              },
              {
                "dataCategory": "Usage Data",
                "identifier": "USAGE_DATA",
                "dataTypes": [
                  "Product Interaction",
                  "Advertising Data",
                  "Other Usage Data"
                ]
              },
              {
                "dataCategory": "Sensitive Info",
                "identifier": "SENSITIVE_INFO",
                "dataTypes": [
                  "Sensitive Info"
                ]
              },
              {
                "dataCategory": "Diagnostics",
                "identifier": "DIAGNOSTICS",
                "dataTypes": [
                  "Crash Data",
                  "Performance Data",
                  "Other Diagnostic Data"
                ]
              },
              {
                "dataCategory": "Other Data",
                "identifier": "OTHER",
                "dataTypes": [
                  "Other Data Types"
                ]
              }
            ]
          },
          {
            "purpose": "Other Purposes",
            "identifier": "OTHER_PURPOSES",
            "dataCategories": [
              {
                "dataCategory": "Purchases",
                "identifier": "PURCHASES",
                "dataTypes": [
                  "Purchase History"
                ]
              },
              {
                "dataCategory": "Financial Info",
                "identifier": "FINANCIAL_INFO",
                "dataTypes": [
                  "Other Financial Info"
                ]
              },
              {
                "dataCategory": "Location",
                "identifier": "LOCATION",
                "dataTypes": [
                  "Precise Location",
                  "Coarse Location"
                ]
              },
              {
                "dataCategory": "Contact Info",
                "identifier": "CONTACT_INFO",
                "dataTypes": [
                  "Physical Address",
                  "Email Address",
                  "Name",
                  "Phone Number",
                  "Other User Contact Info"
                ]
              },
              {
                "dataCategory": "Contacts",
                "identifier": "CONTACTS",
                "dataTypes": [
                  "Contacts"
                ]
              },
              {
                "dataCategory": "User Content",
                "identifier": "USER_CONTENT",
                "dataTypes": [
                  "Photos or Videos",
                  "Gameplay Content",
                  "Customer Support",
                  "Other User Content"
                ]
              },
              {
                "dataCategory": "Search History",
                "identifier": "SEARCH_HISTORY",
                "dataTypes": [
                  "Search History"
                ]
              },
              {
                "dataCategory": "Browsing History",
                "identifier": "BROWSING_HISTORY",
                "dataTypes": [
                  "Browsing History"
                ]
              },
              {
                "dataCategory": "Identifiers",
                "identifier": "IDENTIFIERS",
                "dataTypes": [
                  "User ID",
                  "Device ID"
                ]
              },
              {
                "dataCategory": "Usage Data",
                "identifier": "USAGE_DATA",
                "dataTypes": [
                  "Product Interaction",
                  "Advertising Data",
                  "Other Usage Data"
                ]
              },
              {
                "dataCategory": "Diagnostics",
                "identifier": "DIAGNOSTICS",
                "dataTypes": [
                  "Crash Data",
                  "Performance Data",
                  "Other Diagnostic Data"
                ]
              },
              {
                "dataCategory": "Other Data",
                "identifier": "OTHER",
                "dataTypes": [
                  "Other Data Types"
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "requiredCapabilities": [
    "arm64 "
  ],
  "screenshotUrlsHighRes": {
    "ipadPro_2018": [
      "https://is4-ssl.mzstatic.com/image/thumb/Purple122/v4/4e/8c/48/4e8c4855-309e-cfb5-075c-dbd127488eb0/pr_source.png/2048x2732.png",
      "https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/2c/d9/29/2cd929dc-4d8f-de90-3027-7a6c9e2ddccf/pr_source.png/2732x2048.png",
      "https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/16/1d/84/161d8454-f8cb-f1a0-b9f7-9fd9c486ba4a/pr_source.png/2048x2732.png"
    ],
    "iphone_6_5": [
      "https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/93/7a/1e/937a1e92-56b0-cd40-a446-2fedfed6a6dd/5582cffb-44b3-4329-80f5-628f688b5e5c_1.png/1284x2778.png",
      "https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/c8/ce/29/c8ce2933-5066-cb13-0228-dfc013dd26a2/e8bb3077-380b-4ddc-9ad1-9ac93ead8189_2.png/1284x2778.png",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/05/fa/53/05fa537c-590f-7a00-cd24-6359b569a85b/f255f7f1-7796-43a6-b2c3-57387f29faf5_News-Feed_iOS_6.5.jpg/1284x2778.png",
      "https://is4-ssl.mzstatic.com/image/thumb/Purple122/v4/7b/26/bb/7b26bb30-9b3d-2641-a3be-43ce176a32bc/1a042083-6b0d-4d5d-b0cb-d67ef384e28b_Profile_iOS_6.5.jpg/1284x2778.png",
      "https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/18/1c/3b/181c3b56-65ad-f215-dcc2-ccd44c5a8f4e/6592fa1e-68ff-4a7e-9e88-b161b750f1f6_Groups_iOS_6.5.jpg/1284x2778.png",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/92/e6/b4/92e6b450-43f5-6b19-b09c-f7ecbd1c49c3/c6e4bbb6-7166-4d01-ae5f-68e909e75a04_Watch_iOS_6.5.jpg/1284x2778.png"
    ],
    "ipadPro": [
      "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/46/4c/98/464c98d0-9aa1-9126-cd2d-7945e202815a/mzl.ghlgunye.png/2048x2732.png",
      "https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/52/6a/ae/526aae5e-fc01-9c19-2237-9aaa96305650/mzl.ouqckawq.png/2732x2048.png",
      "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/2c/2c/f1/2c2cf1d8-563c-e366-6941-9a4182ec89a8/mzl.xbivmonc.png/2048x2732.png"
    ],
    "iphone6+": [
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/75/0b/52/750b52ed-c30e-42ae-cae4-fdc0bcc9fc68/04b9beb9-7351-4a16-a658-1bde70dd5e44_1242x2208bb.png/1242x2208.png",
      "https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/22/9a/90/229a90d1-54e5-1da8-2d75-3e98f68b1e75/fd61ca91-295c-46f4-a501-67e9569d1db6_1242x2208bb__U00281_U0029.png/1242x2208.png",
      "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/05/08/08/050808b0-96d5-70f0-e217-e4a6a0b2a7c6/57d8fe6a-02a8-4a80-bc0c-5d5f1f0d822d_News-Feed_iOS_5.5.jpg/1242x2208.png",
      "https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/a6/2a/aa/a62aaa50-f903-b69c-9974-4c57837aae85/cfd03e13-e6d8-40ce-a7f8-671b24272e51_Profile_iOS_5.5.jpg/1242x2208.png",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/45/f0/3e/45f03e9b-80d0-9c36-0bf8-3963e5cf4dab/2f1ab7a9-9231-44ee-9708-0ca69a12d736_Groups_iOS_5.5.jpg/1242x2208.png",
      "https://is5-ssl.mzstatic.com/image/thumb/Purple112/v4/b1/72/ec/b172eccc-ed8e-f385-daec-53e4e20991d5/bb447883-43ed-404a-a785-e3379812e0bc_Watch_iOS_5.5.jpg/1242x2208.png"
    ],
    "ipad": [
      "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/0d/ee/c4/0deec4b4-91f9-079f-a20c-fe9a519a84f5/mzl.ohbsvyee.png/2048x1536.png",
      "https://is2-ssl.mzstatic.com/image/thumb/Purple112/v4/5a/e8/b7/5ae8b71d-4de4-4c90-cb20-7e76a2879239/mzl.hbhwptjl.png/2048x1536.png",
      "https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/41/72/22/417222d6-e94f-1033-39e6-37a6fef4941c/mzl.tlaqjbwk.png/1536x2048.png"
    ]
  },
  "lang": "en",
  "app_country": "US",
  "market_status": "PUBLISHED"
}

Last Modified: 22 Feb 2022


Automate Your Workflow With 42matters’ APIs


Integrate app data and intelligence into your existing workflows, dashboards, CRM platforms, messaging platforms, and more! Below is a selection of the third-party services that are compatible with 42matters’ APIs:



Salesforce

Salesforce

HubSpot

HubSpot

Slack

Slack

Intercom

Intercom

Pipedrive

Pipedrive

Zendesk

Zendesk

Gekoboard

Gekoboard

Klipfolio

Klipfolio

Dynamics

Dynamics


And many more!