---
title: AppLocaleDetailsQueryResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/applocaledetailsqueryresponse
---

# AppLocaleDetailsQueryResponse

Paginated response object for app locale detail queries.

## Declaration

```data
object AppLocaleDetailsQueryResponse
```

## Properties

result: Array of AppLocaleDetails objects, one per supported locale. Read-only. pagination: Pagination metadata for the result set. See fields below. Read-only. error: Error details if the request failed. Omitted entirely on success. See Error. Read-only.

## Discussion

Discussion The Query App Locale Details endpoint returns AppLocaleDetailsQueryResponse as the top-level envelope. Example {   "result": [     {       "adamId": 123456789,       "language": "en",       "languageCode": "en-US",       "isPrimaryLocale": true,       "appName": "AwayFinder - Trip Planner",       "subTitle": "Plan your next getaway",       "promotionalText": "Get 3 months of Premium free",       "shortDescription": "Plan, book, and track every trip in one place",       "deviceClasses": [         "IPHONE",         "IPAD"       ],       "assetsByDevice": {         "iphone_6_5": {           "appPreviewDeviceFallBackDevices": [             "iphone6",             "iphone5"           ],           "assets": [             {               "assetId": "550e8400-e29b-41d4-a716-446655440000"             }           ]         }       }     }   ],   "pagination": {     "pageSize": 20,     "offset": 0,     "totalCount": 1   } } The pagination object contains the following fields:  |   |   |   |

## See Also

- [AppInfo](apple-ads-platform-api/appinfo.md)
- [AppLocaleDetails](apple-ads-platform-api/applocaledetails.md)
- [AppsSearchResponse](apple-ads-platform-api/appssearchresponse.md)
- [AppSupportedLanguages](apple-ads-platform-api/appsupportedlanguages.md)
- [AppSupportedLanguagesQueryResponse](apple-ads-platform-api/appsupportedlanguagesqueryresponse.md)
