---
title: Get the best supported language for a storefront
framework: applemusicapi
role: symbol
role_heading: Web Service Endpoint
path: applemusicapi/get-the-best-supported-language-based-on-the-acceptlanguage
---

# Get the best supported language for a storefront

Fetch the best supported language for a storefront from a list.

## URL

GET https://api.music.apple.com/v1/language/{storefront}/tag

## Path Parameters

storefront: An iTunes Store territory, specified by an ISO 3166 alpha-2 country code. The possible values are the id attributes of Storefront objects.

## Query Parameters

acceptLanguage: A list of languages to accept. l: The localization to use, specified by a language tag. The possible values are in the supportedLanguageTags array belonging to the Storefront object specified by storefront. Otherwise, the default is defaultLanguageTag in Storefront.

## Response Codes

200 OK: The request was successful. 401 Unauthorized: A response indicating an incorrect Authorization header. 500 Internal Server Error: A response indicating an error occurred on the server.

## Discussion

Discussion Example
