Integrated SDKs API for Android Apps


Return the SDKs integrated in a specific Android app.

Definition

Endpoint:

GET https://data.42matters.com/api/v2.0/android/apps/sdks.json

Hits per request:

10

Rate limit:

2 QPS

Required plan:

Medium 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 .
p required The package name identifying an Android application. Any publicly available Android app package name
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
Attribute Type Description
package_name String The app package name (unique identifier)
title String App title
market_url URL A deep link to the app page on Google Play
developer String App developer name
sdks Array of Objects List of analyzed SDKs in the response. Each SDK item contains: id, title, website, tags (the categories of the SDK), platforms (supported by the SDK).
404 The package name 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

{
  "title": "Pinterest",
  "creator": "Pinterest",
  "sdks": [
    {
      "title": "Coil",
      "id": "coil",
      "website": "https://coil-kt.github.io/coil",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/coil-kt.github.io.png"
    },
    {
      "title": "Amazon AWS",
      "id": "amazon-aws",
      "website": "https://aws.amazon.com/mobile/sdk/",
      "tags": [
        "Backend"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/aws.amazon.com.png"
    },
    {
      "title": "AppsFlyer",
      "id": "appsflyer",
      "website": "http://www.appsflyer.com/",
      "tags": [
        "Analytics",
        "Attribution"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/appsflyer.com.png"
    },
    {
      "title": "Bugsnag",
      "id": "bugsnag",
      "website": "https://www.bugsnag.com",
      "tags": [
        "Analytics"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/bugsnag.com.png"
    },
    {
      "title": "AndroidSVG",
      "id": "androidsvg",
      "website": "https://github.com/BigBadaboom/androidsvg",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "Facebook",
      "id": "facebook",
      "website": "https://www.facebook.com/",
      "tags": [
        "Social"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/facebook.com.png"
    },
    {
      "title": "ReLinker",
      "id": "relinker",
      "website": "https://github.com/KeepSafe/ReLinker",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "MPAndroidChart",
      "id": "mpandroidchart",
      "website": "https://github.com/PhilJay/MPAndroidChart",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "ExoPlayer",
      "id": "exoplayer",
      "website": "https://github.com/google/ExoPlayer",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "Google Maps",
      "id": "google-maps",
      "website": "https://developers.google.com/maps",
      "tags": [
        "Backend",
        "Development Tool"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/developers.google.com.png"
    },
    {
      "title": "Google AR Core",
      "id": "google-ar",
      "website": "https://developers.google.com/ar",
      "tags": [
        "Backend"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/developers.google.com.png"
    },
    {
      "title": "Google Firebase",
      "id": "firebase",
      "website": "https://firebase.google.com/",
      "tags": [
        "Analytics",
        "Backend",
        "Development Tool"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/firebase.google.com.png"
    },
    {
      "title": "gson",
      "id": "gson",
      "website": "https://github.com/google/gson",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "ZXing",
      "id": "zxing",
      "website": "https://github.com/zxing/zxing",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "Line by LineCorp",
      "id": "linecorp",
      "website": "https://developers.line.biz",
      "tags": [
        "CRM"
      ],
      "platforms": [
        "ios",
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/developers.line.biz.png"
    },
    {
      "title": "Moshi",
      "id": "moshi",
      "website": "https://github.com/square/moshi",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "Picasso",
      "id": "picasso",
      "website": "http://square.github.io/picasso/",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/square.github.io.png"
    },
    {
      "title": "RxAndroid/RxJava",
      "id": "rxandroid-rxjava",
      "website": "https://github.com/ReactiveX/RxAndroid",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "Kotlin",
      "id": "kotlin",
      "website": "https://developer.android.com/kotlin/index.html",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/developer.android.com.png"
    },
    {
      "title": "OkHttp",
      "id": "okhttp",
      "website": "https://github.com/square/okhttp",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    },
    {
      "title": "Apache Commons Codec",
      "id": "apache-commons-codec",
      "website": "https://commons.apache.org/proper/commons-codec/",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/commons.apache.org.png"
    },
    {
      "title": "Apache Commons IO",
      "id": "apache-commons",
      "website": "https://commons.apache.org/",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/commons.apache.org.png"
    },
    {
      "title": "Chromium",
      "id": "chromium",
      "website": "https://www.chromium.org/Home",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/chromium.org.png"
    },
    {
      "title": "EventBus",
      "id": "eventbus",
      "website": "http://greenrobot.org/eventbus/",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/greenrobot.org.png"
    },
    {
      "title": "Spongy Castle",
      "id": "spongy-castle",
      "website": "https://github.com/rtyley/spongycastle",
      "tags": [
        "Development Tool"
      ],
      "platforms": [
        "android"
      ],
      "icon": "https://cdn.42matters.com/sdk/github.com.png"
    }
  ],
  "package_name": "com.pinterest",
  "market_source": "GOOGLE",
  "market_status": "PUBLISHED",
  "market_url": "https://play.google.com/store/apps/details?id=com.pinterest&referrer=utm_source%3D42matters.com%26utm_medium%3Dapi",
  "deep_link": "https://play.google.com/store/apps/details?id=com.pinterest&referrer=utm_source%3D42matters.com%26utm_medium%3Dapi"
}

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!