Libraries
Library sections and the items they contain.List library sections
Response
See the Quick Start for a runnable example, and the API Reference for the full endpoint schema.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How Plex Media Server organizes media into libraries and how to query them
GET /library/sections
{
"MediaContainer": {
"size": 2,
"Directory": [
{
"key": "1",
"type": "movie",
"title": "Movies"
}
]
}
}
| Field | Type | Description |
|---|---|---|
key | string | Section identifier. |
type | string | Section type: movie, show, artist, or photo. |
title | string | Display name. |
Was this page helpful?