Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/edavis25/plex-api-spec
- Owner: edavis25
- Created: 2021-12-31T20:28:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T22:50:22.000Z (over 2 years ago)
- Last Synced: 2024-10-01T00:04:52.000Z (about 2 months ago)
- Topics: api, api-documentation, docs, documentation, open-api, openapi, openapi-spec, openapi-specification, openapi3, plex, plex-media-server, plex-server, plexmediaserver, spec, specification
- Homepage: https://edavis25.github.io/plex-api-spec/
- Size: 47.9 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.