---
title: Get App Details by Adam ID
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/get-app-details-by-adam-id
---

# Get App Details by Adam ID

Retrieve application details for a specific Adam ID.

## URL

GET https://api.ads.apple.com/v1/apps/{adamId}

## Path Parameters

adamId:

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion This endpoint retrieves the full details of a specific app by its Adam identifier, including its name, genre, and supported device classes. Obtain the app’s Adam ID from a search or from existing campaign targeting data before calling this endpoint. The endpoint returns a single AppDetails object in the result field, or a null result with an ENTITY_NOT_FOUND error if no app matches the supplied Adam ID. Use the returned deviceClasses and availableStorefronts values to confirm that an app’s supported devices and countries or regions align with a campaign’s targeting settings before creating an ad group. Payload Examples

## See Also

- [Search for Apps](apple-ads-platform-api/searches-for-a-list-of-apps.md)
- [Query Supported App Languages](apple-ads-platform-api/query-supported-app-languages.md)
