LANraragi
Github
Demo
Docker Hub
Discord Server
Search…
Current Release
LANraragi Documentation
Installing LANraragi
Which installation method is best for me?
LRR for Windows (Win10)
Homebrew (macOS)
Docker (All platforms)
Source Code (Linux/macOS)
Community (Linux)
Jail (FreeBSD)
Vagrant (Deprecated)
Basic Operations
Getting Started
Reading Archives
Adding Metadata
Searching the Archive Index
Statistics and Logs
Themes
Advanced Usage
Batch Operations
Categories
Downloading Archives
Backup and Restore
Using External Readers
Network Interface Setup
Tag Rules
Developer Guide
Setup a Development Environment
Architecture & Style
API Documentation
Getting started
Search API
Archive API
Database API
Category API
Shinobu API
Minion API
Miscellaneous other API
Writing Plugins
Getting started
Login Plugins
Metadata Plugins
Downloader Plugins
Generic Plugins ("Scripts")
Code Examples
Powered By
GitBook
Category API
get
http://lrr.tvc-16.science
/api/categories
Get all categories
get
http://lrr.tvc-16.science
/api/categories/:id
Get a single category
put
http://lrr.tvc-16.science
/api/categories
🔑Create a Category
put
http://lrr.tvc-16.science
/api/categories/:id
🔑Update a Category
delete
http://lrr.tvc-16.science
/api/categories/:id
🔑Delete a Category
put
http://lrr.tvc-16.science
/api/categories/:id/:archive
🔑Add an Archive to a Category
delete
http://lrr.tvc-16.science
/api/categories/:id/:archive
🔑Remove an Archive from a Category
API Documentation - Previous
Database API
Next - API Documentation
Shinobu API
Last modified
5mo ago
Copy link
Contents
get
Get all categories
get
Get a single category
put
🔑Create a Category
put
🔑Update a Category
delete
🔑Delete a Category
put
🔑Add an Archive to a Category
delete
🔑Remove an Archive from a Category