Help: Api
Tags Api
Url: https://scatbooru.co.uk/public/tags.php
The tags api is used to generate autocomplete suggestions for the search.
By default, it returns a list of the 10 most common tags.
| Parameter | Values | Default | Description | Example |
|---|---|---|---|---|
| format |
html json |
html | Formats the list as html or json. | https://scatbooru.co.uk/public/tags.php?format=json |
| limit | 1..100 | 10 | Only shows up to this many entries. | https://scatbooru.co.uk/public/tags.php?format=json&limit=1 |
| pid | 0.. | 0 | Skips this many entries from the start. | https://scatbooru.co.uk/public/tags.php?format=json&pid=10 |
| tag | pattern | * |
Only shows tags that match the pattern. Supports wildcards. When a tag only matches due to an alias, then the alias will be included in the list. |
https://scatbooru.co.uk/public/tags.php?format=json&tag=user:* |
| search | list of patterns | Only includes posts that match all patterns. | https://scatbooru.co.uk/public/tags.php?format=json&search=user:Anonymous | |
| blacklist | list of patterns | your tag blacklist from the account options | Ignores all posts that match any pattern. | https://scatbooru.co.uk/public/tags.php?format=json&blacklist=ai+3d |