Skip to content

Unofficial Plex API Documentation

Michael Shepanski edited this page Jun 9, 2015 · 49 revisions

Thought this would be a good place to document the various API features I have found when writing this API to help others out. So without further adieu lets, begin.

First Things First

Some APIs require more parameters than others. Most all API calls require X-Plex-Token to be set in either the GET or POST arguments. You can get the token from the sign_in URL below.

MyPlex

Pages hosted on the plex.tv website.

Plex Media Server

  • / - API Root, show details of the server, who is logged in, etc.

Clone this wiki locally