How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Plex Devices API

Media grabbers provide ways for media to be obtained for a given protocol. The simplest ones are `stream` and `download`. More complex grabbers can have associated devicesNetwork tuners can present themselves on the network using the Simple Service Discovery Protocol and Plex Media Server will discover them. The following XML is an example of the data returned from SSDP. The `deviceType`, `serviceType`, and `serviceId` values must remain as they are in the example in order for PMS to properly discover the device. Other less-obvious fields are described in the parameters section below.Example SSDP output``` 1 0 urn:plex-tv:device:Media:1 Turing Hopper 3000 Plex, Inc. https://plex.tv/ Turing Hopper 3000 Media Grabber Plex Media Grabber 1 https://plex.tv uuid:42fde8e4-93b6-41e5-8a63-12d848655811 http://10.0.0.5:8088 urn:plex-tv:service:MediaGrabber:1 urn:plex-tv:serviceId:MediaGrabber ``` - UDN: (string) A UUID for the device. This should be unique across models of a device at minimum. - URLBase: (string) The base HTTP URL for the device from which all of the other endpoints are hosted.

Plex Devices API is one of 31 APIs that Plex publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Devices. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 13 operations across 9 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version 1.2.2 .

Requests are made against a single base URL, https://{IP-description}.{identifier}.plex.direct:{port}.

13 operations 9 paths 2 schemas 2 DELETE5 GET3 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.2.2
Base URL
https://1-2-3-4.0123456789abcdef0123456789abcdef.plex.direct:32400
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Plex Devices API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Plex-Token (user_token). By default, every request must be authenticated.

  • user_token — The token which identifies the user accessing the PMS. This is typically provided to the client by plex.tv. This can be either a traditional access token or a…

Paths & Operations 13

Across 9 paths, the API surfaces 13 operations — 2 DELETE, 5 GET, 3 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Devices 13

Media grabbers provide ways for media to be obtained for a given protocol. The simplest ones are stream and download. More complex grabbers can have associated devices Network tun…

GET
/media/grabbers
Get available grabbers
mediaGrabberGetSlash 1 param → 200
GET
/media/grabbers/devices
Get all devices
mediaGrabberGetDevices → 200
POST
/media/grabbers/devices
Add a device
mediaGrabberPostDevices 1 param → 200400
POST
/media/grabbers/devices/discover
Tell grabbers to discover devices
mediaGrabberPostDeviceDiscover → 200
GET
/media/grabbers/devices/{deviceId}
Get device details
mediaGrabberDevicesDeviceGetSlash 1 param → 200404
DELETE
/media/grabbers/devices/{deviceId}
Remove a device
mediaGrabberDevicesDeviceDeleteSlash 1 param → 200404
PUT
/media/grabbers/devices/{deviceId}
Enable or disable a device
mediaGrabberDevicesDevicePutSlash 2 params → 200404
PUT
/media/grabbers/devices/{deviceId}/channelmap
Set a device's channel mapping
mediaGrabberDevicesDevicePutChannelmap 4 params → 200
GET
/media/grabbers/devices/{deviceId}/channels
Get a device's channels
mediaGrabberDevicesDeviceGetChannels 1 param → 200404
PUT
/media/grabbers/devices/{deviceId}/prefs
Set device preferences
mediaGrabberDevicesDevicePutPrefs 2 params → 200
POST
/media/grabbers/devices/{deviceId}/scan
Tell a device to scan for channels
mediaGrabberDevicesDevicePostScan 2 params → 200
DELETE
/media/grabbers/devices/{deviceId}/scan
Tell a device to stop scanning for channels
mediaGrabberDeleteDevicesDeviceScan 1 param → 200
GET
/media/grabbers/devices/{deviceId}/thumb/{version}
Get device thumb
mediaGrabberDevicesDeviceGetThumbVersion 2 params → 200301404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are MediaContainer (4 properties), mediaContainerWithDevice (1 property). Each schema is shown below with its type and property counts.

MediaContainer
object
4 properties
mediaContainerWithDevice
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

plex-devices-api-openapi.yml Raw ↑

Other APIs Plex publishes across the network.

Plex Account and Authentication API
Plex MCP Server
Plex Activities API
Plex Butler API
Plex Collections API
Plex Content API
Plex Download Queue API
Plex DV Rs API
Plex EPG API
Plex Events API
Plex General API
Plex Hubs API
Where this information came from

This is an independent, third-party profile of Plex Devices API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.