---
title: "Single media objects/feeds"
method: GET
path: "/v2/media/{media_id}"
tags: ["Media"]
---

# Single media objects/feeds

`GET /v2/media/{media_id}`

Returns all metadata and assets necessary for media playback in a JWX player, such as images, tracks, conversions, and manifests.

Supported response formats include JSON and various RSS types.

## Path parameters

- `media_id` string, required

## Query parameters

- `max_resolution` 320 | 480 | 640 | 960 | 1280 | 1920
- `format` 'json' | 'googledfp' | 'legacyrss' | 'mrss' | 'partner_rss' | 'roku_rss'
- `default_source_fallback` boolean
- `poster_width` 40 | 120 | 320 | 480 | 720 | 1280 | 1920
- `recommendations_playlist_id` string
- `sources` string[]
- `token` string

## Response `200`

A JSON object or RSS feed describing a media item including metadata, sources, and associated assets like tracks

## Other responses

- `403` — Access is Forbidden This error commonly occurs when a user either does not have a token or uses an invalid token to request an asset that requires [URL signing](https://docs.jwplayer.com/platform/reference/protect-your-content-with-signed-urls). It may also occur due to geoblocking, account suspension, deletion, or limits reached.
- `404` — Not Found The requested asset could not be found.

---

[API](https://skmtc.net/jwplayer/apis/management-api-v2.md) · [All operations](https://skmtc.net/jwplayer/apis/management-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jwplayer/management-api-v2/revisions/180db7cada27/schema)
