The Spankbang allows users to search for adult videos from Spankbang.party based on specific criteria.
"https://openapi-idk8.onrender.com"
GET "/spankbang/tags"
Returns the list of available tags for searching videos.
Searches for adult videos based on specified criteria.
"https://openapi-idk8.onrender.com/spankbang?search=blowjob&tag=hentai&count=10"
{
"api_name": "Spankbang Search Videos",
"author": "OpenAPI",
"api_type": "NSFW",
"searchQuery": "blowjob",
"tag": "hentai",
"count": 10,
"videos": [
{
"url": "https://vdownload-45.sb-cd.com/1/2/12964514-720p.mp4?secure=GQT78Q3PbGVTWNw2ANAqMw,1718918690&m=45&d=1&_tid=12964514",
"time": "17:12",
"title": "Succubus Hentai"
},
{
"url": "https://vdownload-36.sb-cd.com/1/0/10783022-720p.mp4?secure=wIWoY8B39033BhVU_mr3aw,1718918691&m=36&d=2&_tid=10783022",
"time": "102:41",
"title": "Hentai Tentacle Compilation"
},
{
"url": "https://vdownload-49.sb-cd.com/1/2/12741868-720p.mp4?secure=U-enFeVKrAfCPkZhG1pf_A,1718918691&m=49&d=1&_tid=12741868",
"time": "52:12",
"title": "Hentai Milf Compilation"
},
400 Bad Request: Returned when the "search" parameter is missing or empty.
{ "error": "Search query is required." }
400 Bad Request: Returned when an invalid tag is provided.
{ "error": "Invalid tag provided. Available tags are: hentai, 3d hentai, ... ." }
500 Internal Server Error: Returned for internal server errors during video retrieval.
{ "error": "Internal server error." }