Create requests to /gifs, see the URL, the code (Python
& cURL) and the answer. Learn the rules & examples below. If
everything is empty, we call /gifs? for a random GIF.
Everyone can get and create GIFs. You can edit and delete your own GIFs. Admins can manage all GIFs and add users to the blacklist.
false.
list=tags you get a list of all avaiable tags.
GET /gifs?list=tags.
/gifs?
-
Last few requests. Click to load them again.
false,
true, only} - Default:
false.
/gifs?) returns a
random GIF with the NSFW filter depending on nsfw.
list=tags returns all tags (ignores other filters).
| Parameter | Type | Example | Description |
|---|---|---|---|
q |
string | q=Nazuna Nanakusa |
Searches the title; do not combine with tag/anime/character. |
tag |
string | tag=smoking |
Random GIF with the selected tag. |
anime |
string | anime=Call of the Night |
Random GIF of this anime. |
character |
string | character=Nazuna Nanakusa |
Random GIF with the selected character. |
list |
string | list=tags |
List of all tags. |
nsfw |
enum | nsfw=false |
false=only SFW, true=both,
only=only NSFW.
|
limit |
int | limit=20 |
Max results (1-200) for title search. |
offset |
int | offset=20 |
Start position (pagination) for title search. |
Hint: For typos in anime/character
the API returns meaningful suggestions in the error object (HTTP 404,
field
suggestions).