> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# /media/{marketplaceId}/browse

> /media/{marketplaceId}/browse

# /media/{marketplaceId}/browse

Allows browsing for items within a single media group.
The browse API allows clients to browse for items from within a single media group. Pages of data can be accessed non-sequentially using the skipItems parameter instead of using the continuation token.

This API also allows browsing within the children of a given item. For example, by passing in an ID and a MediaItemType parameter for an XBOX 360 Game, this allows browsing and diltering on the children of that item, such as Avatar items or DLC for the game.

This API accepts Query Refiners.

Some scenarios for retrieving children include:

* Album to Tracks
* Series to Seasons
* Seasons to Episodes
* Track to Music Video
* Artist to Albums
* Games to Game Add-ons (DLC, Avatar, Themes, etc.)

The domain for these URIs is `eds.xboxlive.com`.

* [URI parameters](#ID4EMB)

<a id="ID4EMB" />

## URI parameters

| Parameter     | Type   | Description                                                                                                      |
| ------------- | ------ | ---------------------------------------------------------------------------------------------------------------- |
| marketplaceId | string | Required. String value obtained from the <b>Windows.Xbox.ApplicationModel.Store.Configuration.MarketplaceId</b>. |

<a id="ID4ENC" />

## Valid methods

[GET (media/{marketplaceId}/browse)](/reference/live/rest/uri/marketplace/uri-medialocalebrowseget)

  Allows browsing for items within a single media group.

<a id="ID4EXC" />

## See also

<a id="ID4EZC" />

##### Parent

[Marketplace URIs](/reference/live/rest/uri/marketplace/atoc-reference-marketplace)

<a id="ID4EDD" />

##### Further Information

[EDS Common Headers](/reference/live/rest/additional/edscommonheaders)

[EDS Parameters](/reference/live/rest/additional/edsparameters)

[EDS Query Refiners](/reference/live/rest/additional/edsqueryrefiners)

[Additional Reference](/reference/live/rest/additional/atoc-xboxlivews-reference-additional)
