Skip to main content
GET
/
v1
/
collecting
/
media
/
{id}
Physical media item detail
curl --request GET \
  --url https://api.rewind.rest/v1/collecting/media/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 2,
  "title": "The Great Escape",
  "year": 1963,
  "tmdb_id": 5925,
  "imdb_id": "tt0057115",
  "tagline": "No prison can hold them!",
  "summary": "Allied prisoners of war plan for several hundred of their number to escape from a German camp during World War II.",
  "image": null,
  "runtime": 172,
  "tmdb_rating": 8,
  "content_rating": "NR",
  "media_type": "bluray_4k",
  "resolution": "2160p",
  "hdr": "HDR10",
  "audio": "DTS-HD MA",
  "audio_channels": "5.1",
  "collected_at": "2025-12-25T00:00:00Z",
  "watch_history": [
    {
      "watched_at": "2025-08-10T20:00:00Z",
      "source": "plex",
      "user_rating": null
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Path Parameters

id
string
required

Response

Media item detail

id
number
required
title
string
required
year
number | null
required
tmdb_id
number | null
required
imdb_id
string | null
required
tagline
string | null
required
summary
string | null
required
image
object
required
runtime
number | null
required
tmdb_rating
number | null
required
content_rating
string | null
required
media_type
string
required
resolution
string | null
required
hdr
string | null
required
audio
string | null
required
audio_channels
string | null
required
collected_at
string | null
required
watch_history
object[]
required