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

# AppSupportedLanguagesQueryResponse

Paginated response object for the supported app languages query.

## Declaration

```data
object AppSupportedLanguagesQueryResponse
```

## Properties

result: Array of AppSupportedLanguages objects, one per market. 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 AppSupportedLanguagesQueryResponse object is the top-level envelope returned by Query Supported App Languages. Example {   "result": [     {       "name": "United States",       "countryCode": "US",       "adsSupportedLanguages": [         {           "language": "en",           "languageCode": "en-US"         },         {           "language": "es",           "languageCode": "es-US"         }       ],       "adsDefaultLanguages": [         {           "language": "en",           "languageCode": "en-US"         }       ]     }   ],   "pagination": {     "offset": 0,     "pageSize": 100,     "totalCount": 91   } } 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)
- [AppLocaleDetailsQueryResponse](apple-ads-platform-api/applocaledetailsqueryresponse.md)
- [AppSupportedLanguages](apple-ads-platform-api/appsupportedlanguages.md)
