Tags
Get tags
Get all the tags available.
GET
https://api.waifu.im/tags
Query Parameters
Name
Type
Description
full
boolean
Returns more information about the tags, such as a description.
{
"versatile": [
"maid",
"waifu",
"marin-kitagawa",
"mori-calliope",
"raiden-shogun",
"oppai",
"selfies",
"uniform",
"kamisato-ayaka"
],
"nsfw": [
"ass",
"hentai",
"milf",
"oral",
"paizuri",
"ecchi",
"ero"
]
}
Here is an example to get a list of all the tags available:
curl -X GET \
'https://api.waifu.im/tags'
Last updated
Was this helpful?