From 1680c3d646c1ee3681b694032b244358db24062e Mon Sep 17 00:00:00 2001 From: wibyweb <49052850+wibyweb@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:26:03 -0400 Subject: [PATCH] Update form.html.php --- html/json/form.html.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/json/form.html.php b/html/json/form.html.php index f72c64d..151de25 100755 --- a/html/json/form.html.php +++ b/html/json/form.html.php @@ -10,8 +10,9 @@

Use https://domain/json/ to get a JSON output of search results.

Example: https://domain/json/?q=test outputs results for the query 'test'.

Append the parameter &o=NUM to get the next page of results.
- To determine the value of NUM, look for the presence of NextOffset at the end of the JSON data.
- Example: https://domain/json/?q=test&o=12 + To determine the value of NUM, look for the presence of NextOffset at the end of the JSON data.

+ Example: https://domain/json/?q=test&o=12

+ Append the parameter &nsfw to include results that are marked as not safe for work.

Terms of Use:
1. Set terms here.