MixRank Play Store SDKs API

The Play Store SDKs API from MixRank — 7 operation(s) for play store sdks.

Operations 7

GET /playstore/sdks List/search the Play Store SDK directory #
GET /playstore/sdks/{sdk_slug} Get Play Store SDK overview #
GET /playstore/sdks/{sdk_slug}/installs App installations for a Play Store SDK #
GET /playstore/sdks/{sdk_slug}/install-trend Install trend for a Play Store SDK #
GET /playstore/sdks/{sdk_slug}/uninstalls Uninstalls for a Play Store SDK #
GET /playstore/sdks/{sdk_slug}/categories Category distribution for a Play Store SDK #
GET /playstore/sdks/{sdk_slug}/downloads Download data for a Play Store SDK #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/mixrank-play-store-sdks-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

mixrank-play-store-sdks-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: MixRank Data Account Play Store SDKs API
  version: '2'
  description: MixRank's REST Data API exposes the company (Enrich/Match), people, email verification, mobile app & SDK intelligence (iOS App Store and Google Play Store), app rankings, in-app purchases, app privacy labels, and web technographic datasets. Responses are JSON; the API key is passed as a path segment. This specification was generated by the API Evangelist enrichment pipeline from MixRank's published API documentation and is not an official MixRank artifact.
  contact:
    name: MixRank
    url: https://mixrank.com/api/documentation
  x-generated-by: api-evangelist-enrichment
  x-source: https://mixrank.com/api/documentation
servers:
- url: https://api.mixrank.com/v2/json/{api_key}
  description: Production. The API key is supplied as a path segment.
  variables:
    api_key:
      default: YOUR_API_KEY
      description: Your MixRank API key
tags:
- name: Play Store SDKs
paths:
  /playstore/sdks:
    get:
      operationId: listPlaystoreSdks
      summary: List/search the Play Store SDK directory
      tags:
      - Play Store SDKs
      responses:
        '200':
          description: Successful JSON response
          content:
            application/json:
              schema:
                type: object
        '400':
          $ref: '#/components/responses/Error'
        '401':
          $ref: '#/components/responses/Error'
        '404':
          $ref: '#/components/responses/Error'
        '429':
          $ref: '#/components/responses/Error'
      parameters:
      - $ref: '#/components/parameters/Offset'
      - $ref: '#/components/parameters/PageSize'
      - $ref: '#/components/parameters/SortField'
      - $ref: '#/components/parameters/SortOrder'
  /playstore/sdks/{sdk_slug}:
    get:
      operationId: getPlaystoreSdk
      summary: Get Play Store SDK overview
      tags:
      - Play Store SDKs
      responses:
        '200':
          description: Successful JSON response
          content:
            application/json:
              schema:
                type: object
        '400':
          $ref: '#/components/responses/Error'
        '401':
          $ref: '#/components/responses/Error'
        '404':
          $ref: '#/components/responses/Error'
        '429':
          $ref: '#/components/responses/Error'
      parameters:
      - name: sdk_slug
        in: path
        required: true
        schema:
          type: string
        description: sdk_slug identifier
  /playstore/sdks/{sdk_slug}/installs:
    get:
      operationId: getPlaystoreSdkInstalls
      summary: App installations for a Play Store SDK
      tags:
      - Play Store SDKs
      responses:
        '200':
          description: Successful JSON response
          content:
            application/json:
              schema:
                type: object
        '400':
          $ref: '#/components/responses/Error'
        '401':
          $ref: '#/components/responses/Error'
        '404':
          $ref: '#/components/responses/Error'
        '429':
          $ref: '#/components/responses/Error'
      parameters:
      - name: sdk_slug
        in: path
        required: true
        schema:
          type: string
        description: sdk_slug identifier
  /playstore/sdks/{sdk_slug}/install-trend:
    get:
      operationId: getPlaystoreSdkInstallTrend
      summary: Install trend for a Play Store SDK
      tags:
      - Play Store SDKs
      responses:
        '200':
          description: Successful JSON response
          content:
            application/json:
              schema:
                type: object
        '400':
          $ref: '#/components/responses/Error'
        '401':
          $ref: '#/components/responses/Error'
        '404':
          $ref: '#/components/responses/Error'
        '429':
          $ref: '#/components/responses/Error'
      parameters:
      - name: sdk_slug
        in: path
        required: true
        schema:
          type: string
        description: sdk_slug identifier
  /playstore/sdks/{sdk_slug}/uninstalls:
    get:
      operationId: getPlaystoreSdkUninstalls
      summary: Uninstalls for a Play Store SDK
      tags:
      - Play Store SDKs
      responses:
        '200':
          description: Successful JSON response
          content:
            application/json:
              schema:
                type: object
        '400':
          $ref: '#/components/responses/Error'
        '401':
          $ref: '#/components/responses/Error'
        '404':
          $ref: '#/components/responses/Error'
        '429':
          $ref: '#/components/responses/Error'
      parameters:
      - name: sdk_slug
        in: path
        required: true
        schema:
          type: string
        description: sdk_slug identifier
  /playstore/sdks/{sdk_slug}/categories:
    get:
      operationId: getPlaystoreSdkCategories
      summary: Category distribution for a Play Store SDK
      tags:
      - Play Store SDKs
      responses:
        '200':
          description: Successful JSON response
          content:
            application/json:
              schema:
                type: object
        '400':
          $ref: '#/components/responses/Error'
        '401':
          $ref: '#/components/responses/Error'
        '404':
          $ref: '#/components/responses/Error'
        '429':
          $ref: '#/components/responses/Error'
      parameters:
      - name: sdk_slug
        in: path
        required: true
        schema:
          type: string
        description: sdk_slug identifier
  /playstore/sdks/{sdk_slug}/downloads:
    get:
      operationId: getPlaystoreSdkDownloads
      summary: Download data for a Play Store SDK
      tags:
      - Play Store SDKs
      responses:
        '200':
          description: Successful JSON response
          content:
            application/json:
              schema:
                type: object
        '400':
          $ref: '#/components/responses/Error'
        '401':
          $ref: '#/components/responses/Error'
        '404':
          $ref: '#/components/responses/Error'
        '429':
          $ref: '#/components/responses/Error'
      parameters:
      - name: sdk_slug
        in: path
        required: true
        schema:
          type: string
        description: sdk_slug identifier
components:
  responses:
    Error:
      description: Error response with an errors array and an appropriate HTTP status code
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/Error'
  schemas:
    Error:
      type: object
      properties:
        errors:
          type: array
          items:
            type: string
          description: List of error messages
  parameters:
    PageSize:
      name: page_size
      in: query
      required: false
      schema:
        type: integer
      description: Results per page (varies by endpoint, typically 1-100)
    SortField:
      name: sort_field
      in: query
      required: false
      schema:
        type: string
      description: Field to sort by
    Offset:
      name: offset
      in: query
      required: false
      schema:
        type: integer
        default: 0
      description: Number of results to skip
    SortOrder:
      name: sort_order
      in: query
      required: false
      schema:
        type: string
        enum:
        - asc
        - desc
      description: Sort direction
externalDocs:
  description: MixRank API documentation
  url: https://mixrank.com/api/documentation