Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edavis25/plex-api-spec

Documentation for the Plex Media Server web API.
https://github.com/edavis25/plex-api-spec

api api-documentation docs documentation open-api openapi openapi-spec openapi-specification openapi3 plex plex-media-server plex-server plexmediaserver spec specification

Last synced: about 1 month ago
JSON representation

Documentation for the Plex Media Server web API.

Awesome Lists containing this project

README

        

# Plex API Documentation
OpenAPI specification for the Plex web API.

### :link: [View the documentation](https://edavis25.github.io/plex-api-spec/)

#### Dsecription
This project is an attempt at documenting some of the many API endpoints used by the Plex web application. Since Plex is closed-source and does not publicly expose documentation for their API, this project attempts to document the API's functionality using the OpenAPI specification.

This project was inspired by Marc Stephenson's [Unofficial Plex API Documentation](https://github.com/Arcanemagus/plex-api). His documentation is another excellent
resource that I highly recommend when learning how to consume the Plex API.