---
title: Query App Locale Details
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/query-default-product-page-locale-details-by-adam-id
---

# Query App Locale Details

Return the default product page locale details for an app identified by its adamId.

## URL

POST https://api.ads.apple.com/v1/apps/{adamId}/locale-details/query

## 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 returns the default product page locale details for an app identified by its adamId. The default product page represents the app’s main App Store listing: the page that all users see unless directed to a custom product page. In App Store Connect, there is no explicit “default product page” entity. The app’s main listing is the default. This endpoint surfaces that listing through the same AppLocaleDetails structure, so the response format is consistent across both endpoints. To quickly fetch the default page content for an app without needing to first look up the product page ID, use this endpoint. Each object in the result corresponds to one supported language for the default product page. Keep the following constraints in mind when querying default locale details:  |   |   |   |  See QueryFilterOperator for the full set of supported comparison operators. Filterable Fields  |  |  |  |   |  |  |  |  The adamId field identifies the app via the URL path (/v1/apps/{adamId}/locale-details/query), not a request body filter. The request body is a QueryRequest composed of QueryFilter conditions and QuerySort directives (QuerySortOrder), controlled by QueryPagination. Payload Examples

## See Also

- [Query Product Pages](apple-ads-platform-api/query-product-pages.md)
- [Get Product Page by ID](apple-ads-platform-api/get-product-page-by-id.md)
- [Query Product Page Locale Details](apple-ads-platform-api/query-product-page-locale-details.md)
