From 7eb7bc48b12c74f3bd3a6d79dac7ad5e43619480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20N=C3=B8rgaard?= Date: Fri, 9 Aug 2024 09:07:34 +0100 Subject: [PATCH] update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 07dedc5..06abc65 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ paused repeating ``` +### JSON API + +This project now exposes a headless JSON API on request. This is available on the following: +``` +POST https://anilist.abstractumbra.dev/ +{ + "users": ["User1", "User2"], # supports N many users + "status": "planning" # defaults to 'planning' +} +``` + ## Running your own The provided docker-compose file should work on its own.