---
title: "App Rank"
method: GET
path: "/{store}/{app_id}/rank/app-store-rank"
---

# App Rank

`GET /{store}/{app_id}/rank/app-store-rank`

Returns the iOS app rank from the Apple App Store and the Android app rank from Google Play for a certain app.

## Path parameters

- `store` string, required
- `app_id` string, required

## Query parameters

- `api_key` string, required
- `country` string, required
- `category` string, required
- `mode` string, required
- `device` string, required
- `duration` string, required
- `format` string

## Response `200`

200

- object
  - `meta` object
    - `request` object
      - `country` string
      - `format` string
      - `store` string
      - `app_id` string
      - `mode` string
      - `category` string
      - `device` string
      - `duration` integer
    - `status` string
    - `last_updated` string
  - `ranks` object[]
    - `date` string
    - `value` integer

---

[API](https://skmtc.net/similarweb/apis/visits-total-traffic.md) · [All operations](https://skmtc.net/similarweb/apis/visits-total-traffic/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/similarweb/visits-total-traffic/revisions/9b0175fc494c/schema)
