---
title: Get All Storefronts
framework: applemusicapi
role: symbol
role_heading: Web Service Endpoint
path: applemusicapi/get-all-storefronts
---

# Get All Storefronts

Fetch all the storefronts in alphabetical order.

## URL

GET https://api.music.apple.com/v1/storefronts

## Query Parameters

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. limit: The number of objects or number of objects in the specified relationship returned. offset: The next page or group of objects to fetch. See Fetching Resources by Page. include: Additional relationships to include in the fetch. extend: A list of attribute extensions to apply to resources in the response.

## 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 If successful, the HTTP status code is 200 (OK) and the data array contains one or more Storefronts objects. If unsuccessful, the HTTP status code indicates the error and the details are in the errors array. Example

## See Also

### Related Documentation

- [Storefronts](applemusicapi/storefronts.md)
- [StorefrontsResponse](applemusicapi/storefrontsresponse.md)

### Requesting a Catalog Storefront

- [Get a Storefront](applemusicapi/get-a-storefront.md)
- [Get Multiple Storefronts](applemusicapi/get-multiple-storefronts.md)
