Android · Schema

DeviceMetadata

Metadata about the device used to write a review.

Artificial IntelligenceAndroidAutomotiveGoogleMachine-LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
manufacturer string Device manufacturer (e.g., Samsung, Google).
deviceClass string Device class (e.g., phone, tablet).
screenWidthPx integer Screen width in pixels.
screenHeightPx integer Screen height in pixels.
nativePlatform string Comma-separated list of native platforms (e.g., armeabi-v7a, arm64-v8a).
productName string Device product name.
screenDensityDpi integer Screen density in DPI.
glEsVersion integer OpenGL ES version.
cpuModel string CPU model identifier.
cpuMake string CPU manufacturer.
ramMb integer Device RAM in megabytes.
View JSON Schema on GitHub

JSON Schema

google-play-developer-device-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeviceMetadata",
  "type": "object",
  "description": "Metadata about the device used to write a review.",
  "properties": {
    "manufacturer": {
      "type": "string",
      "description": "Device manufacturer (e.g., Samsung, Google)."
    },
    "deviceClass": {
      "type": "string",
      "description": "Device class (e.g., phone, tablet)."
    },
    "screenWidthPx": {
      "type": "integer",
      "description": "Screen width in pixels."
    },
    "screenHeightPx": {
      "type": "integer",
      "description": "Screen height in pixels."
    },
    "nativePlatform": {
      "type": "string",
      "description": "Comma-separated list of native platforms (e.g., armeabi-v7a, arm64-v8a)."
    },
    "productName": {
      "type": "string",
      "description": "Device product name."
    },
    "screenDensityDpi": {
      "type": "integer",
      "description": "Screen density in DPI."
    },
    "glEsVersion": {
      "type": "integer",
      "description": "OpenGL ES version."
    },
    "cpuModel": {
      "type": "string",
      "description": "CPU model identifier."
    },
    "cpuMake": {
      "type": "string",
      "description": "CPU manufacturer."
    },
    "ramMb": {
      "type": "integer",
      "description": "Device RAM in megabytes."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-play-developer-device-metadata"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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