<!--
{
  "availability" : [
    "VPP License Management: 2.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/Get-Your-Apps-Metadata",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:vpp:get:v1-catalog-{}-stoken-authenticated-apps"
  },
  "title" : "Get Metadata for Your Apps"
}
-->

# Get Metadata for Your Apps

Fetch metadata for your apps by using their identifiers.

## Discussion

### Example Request and Response

**Request:**

```
?ids=2001350931&platform=iphone
```

**Response:**

```json
{
    "data": [
        {
            "attributes": {
                "artistName": "2K",
                "contentRatingsBySystem": {
                    "appsApple": {
                    "name": "Not yet rated",
                    "rank": 99,
                    "value": 600
                    }
                },
                "deviceFamilies": [
                    "mac",
                    "tvos",
                    "iphone",
                    "ipad",
                    "ipod"
                ],
                "genreDisplayName": "Entertainment",
                "hasEula": false,
                "isB2BCustomApp": false,
                "isFirstPartyHideableApp": false,
                "isVppDeviceBasedLicensingEnabled": true,
                "name": "App_67588039",
                "offers": [
                    {
                        "assets": [
                            {
                                "flavor": "iosSoftware",
                                "size": 2421760
                            }
                        ],
                        "buyParams": "productType=C&price=1990&salableAdamId=2001350931&pricingParameters=STDQ&pg=default&marketType=ENT&appExtVrsId=2000011304",
                        "currencyCode": "USD",
                        "price": 1.99,
                        "priceFormatted": "$1.99",
                        "type": "buy"
                    }
                ],
                "platformAttributes": {
                    "ios": {
                        "artwork": {
                            "bgColor": "ffffff",
                            "height": 1024,
                            "textColor1": "170502",
                            "textColor2": "431207",
                            "textColor3": "453735",
                            "textColor4": "684138",
                            "url": "https://isq11.mzstatic.com/image/thumb/Purple62/v4/e5/88/8e/e5888e16-ca3a-3ba4-ec46-d1c1091f4104/AppIcon-1x_U007emarketing-0-7-0-85-220.png/{w}x{h}bb.{f}",
                            "width": 1024
                        },
                        "bundleId": "com.67588039",
                        "externalVersionId": 2000011304,
                        "minimumOSVersion": "13.0",
                        "requiredCapabilities": "arm64 ",
                        "seller": "2K Sports"
                    }
                },
                "supportsDeviceSharing": false,
                "url": "https://apps.apple.com/us/app/app-67588039/id2001350931",
                "userRating": {
                    "ratingCount": 0,
                    "value": 0
                },
                "usesClassKit": false
            },
            "href": "/v1/catalog/us/apps/2001350931",
            "id": "2001350931",
            "relationships": {
                "genres": {
                    "data": [
                        {
                            "attributes": {
                                "name": "Entertainment",
                                "parentId": "36",
                                "parentName": "App Store",
                                "url": "https://itunes.apple.com/us/genre/id6016"
                            },
                            "href": "/v1/catalog/us/genres/6016",
                            "id": "6016",
                            "type": "genres"
                        }
                    ],
                    "href": "/v1/catalog/us/apps/2001350931/genres"
                }
            },
            "type": "apps"
        }
    ]
}
```

## Topics

### Responses

[`ResourceCollectionResponse`](/documentation/DeviceManagement/ResourceCollectionResponse)

A response that contains the resource objects for the request.

[`UnauthorizedResponse`](/documentation/DeviceManagement/UnauthorizedResponse)

A response that indicates an incorrect authorization header.

[`ErrorsResponse`](/documentation/DeviceManagement/ErrorsResponse)

The collection of errors that occurred while processing the request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)