summaryrefslogtreecommitdiff
path: root/docs/api/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-23 09:51:17 -0800
committerFuwn <[email protected]>2026-02-23 13:33:42 -0800
commit25cf910f7bf26179ea337c95df060e6a99cc42ae (patch)
tree3caff82dad26df2c29cc7fddcdb0ad24d9d3721d /docs/api/README.md
parentfeat: add moebooru held-post visibility setting (diff)
downloadsora-testing-25cf910f7bf26179ea337c95df060e6a99cc42ae.tar.xz
sora-testing-25cf910f7bf26179ea337c95df060e6a99cc42ae.zip
docs: add booru api references and held-post plans
Diffstat (limited to 'docs/api/README.md')
-rw-r--r--docs/api/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/api/README.md b/docs/api/README.md
new file mode 100644
index 0000000..c6f3918
--- /dev/null
+++ b/docs/api/README.md
@@ -0,0 +1,24 @@
+# Supported Provider API Docs (Snapshot)
+
+These are local HTML snapshots of API documentation for providers currently supported by Sora.
+Fetched on 2026-02-23 (US/Pacific) using `curl -L` with a browser user agent.
+
+## Sources
+
+- Danbooru: https://danbooru.donmai.us/wiki_pages/help:api
+ - Local copy: `docs/api/danbooru-help-api.html`
+- Yande.re (Moebooru): https://yande.re/help/api
+ - Local copy: `docs/api/yandere-help-api.html`
+- Konachan (Moebooru): https://konachan.com/help/api
+ - Local copy: `docs/api/konachan-help-api.html`
+- Sakugabooru (Moebooru): https://sakugabooru.com/help/api
+ - Local copy: `docs/api/sakugabooru-help-api.html`
+- Gelbooru: https://gelbooru.com/index.php?id=18780&page=wiki&s=view
+ - Local copy: `docs/api/gelbooru-howto-api.html`
+- Safebooru (Gelbooru-family DAPI): https://safebooru.org/index.php?page=help&topic=dapi
+ - Local copy: `docs/api/safebooru-dapi-help.html`
+
+## Notes
+
+- These are point-in-time copies and may drift from live docs.
+- Re-fetch when changing provider request/auth/pagination/sort behavior.