---
title: "Get iOS App Info (v2)"
method: GET
path: "/v2/itunesapps"
tags: ["apps_management_VPP App Management"]
---

# Get iOS App Info (v2)

`GET /v2/itunesapps`

API to get information about iOS apps based on their app IDs or Apple app IDs.

## Query parameters

- `app_id` string, uuid
- `version_id` string, uuid
- `apple_app_id` string
- `country_code` string

## Response `200`

Success

- object
  - `content` object
    - `count` integer — number of results returned
    - `prev` string — URL for previous page of results
    - `next` string — URL for next page of results
    - `results` AppsManagementItunesAppInfoV2[]
      - `app_id` string, uuid — App ID in UUID format
      - `apple_app_id` string — App ID from Apple
      - `app_version_id` string, uuid — current version of the app in UUID format
      - `apple_app_version` string — current version of the app
      - `app_name` string — name of the app
      - `icon_url` string — url of the app's icon
      - `developer` string — developer of the app
      - `itunes_url` string — URL for the app on the iTunes store
      - `genres` string[]
      - `device_families` string[]
      - `bundle_id` string — bundle ID of the app
      - `price` number — price of the app
      - `app_size` integer — size of the app
      - `minimum_os_version` string — minimum OS version required for the app
      - `description` string — description of the app
      - `last_updated_date` string — date the app was last updated
      - `pricing_param` string — pricing parameter

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/revisions/e1f64cbb488e/schema)
