st_app: Fetch App Details

View source: R/st_app.R

st_appR Documentation

Fetch App Details

Description

Thin v1.0.0 facade for app metadata lookups. By default it dispatches to the legacy detailed app metadata endpoint. When 'fields' is supplied, it dispatches to 'st_app_enriched()' and optionally subsets to the requested fields.

Usage

st_app(app_id, os = "unified", fields = NULL, auth_token = NULL)

Arguments

app_id

Character scalar or vector of app identifiers.

os

Operating system context. One of '"ios"', '"android"', or '"unified"'.

fields

Optional character vector of enriched fields to keep. When supplied, the request is routed through 'st_app_enriched()'.

auth_token

Optional Sensor Tower API token.

Value

A tibble returned by the dispatched legacy implementation.

Examples

## Not run: 
st_app("553834731", os = "ios")

st_app(
  c("553834731", "com.supercell.clashofclans"),
  fields = c("revenue_90d_ww", "downloads_30d_ww")
)

## End(Not run)


sensortowerR documentation built on April 25, 2026, 5:06 p.m.