---
title: "App Metadata - Current"
method: GET
path: "/apps/metadata.json"
---

# App Metadata - Current

`GET /apps/metadata.json`

Returns metadata from an app that AppTweak has been able to gather from the App Store or the Google Play Store. The data is fetched daily.

## Query parameters

- `apps` string, required
- `country` string
- `language` string
- `device` 'iphone' | 'ipad' | 'android'

## Response `200`

200

- union
  - object
    - `result` object
      - `1668983788` object
        - `metadata` object
          - `title` string
          - `subtitle` string
          - `promotional_text` unknown
          - `description` string
          - `id` integer
          - `categories` integer[]
          - `icon` string
          - `screenshots` object
            - `iphone_6_5` object[]
              - …
            - `iphone6plus` object[]
              - …
            - `ipadPro` object[]
              - …
            - `ipadPro_2018` object[]
              - …
            - `iphone` unknown[]
              - …
            - `iphone5` unknown[]
              - …
            - `iphone_5_8` unknown[]
              - …
            - `iphone6` unknown[]
              - …
            - `ipad` unknown[]
              - …
            - `appleWatch` unknown[]
              - …
            - `appleWatch_2018` unknown[]
              - …
          - `videos` object
            - `iphone_6_5` object[]
              - …
            - `iphone6plus` object[]
              - …
            - `ipadPro` unknown[]
              - …
            - `ipadPro_2018` unknown[]
              - …
          - `size` integer
          - `rating` object
            - `average` number
          - `developer` object
            - `id` integer
            - `name` string
          - `price` string
          - `versions` object[]
            - `version` string
            - `release_notes` string
            - `has_game_center` boolean
            - `game_controller_information` object
              - …
            - `release_date` string
          - `release_date` string
          - `customers_also_bought` string[]
          - `dna` object
            - `class_id` integer
            - `class_label` string
            - `subclass_id` integer
            - `subclass_label` string
          - `features` object
            - `game_center` boolean
            - `passbook` boolean
            - `in_apps` boolean
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `apps` string[]
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown
  - object
    - `result` object
      - `com.supercell.squad` object
        - `metadata` object
          - `title` string
          - `short_description` string
          - `long_description` string
          - `id` string
          - `categories` string[]
          - `icon` string
          - `screenshots` string[]
          - `videos` string[]
          - `size` object
            - `current` object
              - …
          - `rating` object
            - `average` number
          - `developer` object
            - `id` string
            - `name` string
            - `email` string
            - `website` string
          - `price` string
          - `released_at` unknown
          - `versions` object[]
            - `version` string
            - `release_notes` string
            - `release_date` string
          - `similar_apps` string[]
          - `release_date` string
          - `dna` object
            - `class_id` integer
            - `class_label` string
            - `subclass_id` integer
            - `subclass_label` string
          - `permissions` string[]
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `apps` string[]
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
