Spankbang Search Videos API

The Spankbang allows users to search for adult videos from Spankbang.party based on specific criteria.

Base URL

"https://openapi-idk8.onrender.com"


Endpoints


GET "/spankbang/tags"

Returns the list of available tags for searching videos.

Parameters

  • search (required): The search query for videos.
  • tag (optional): The tag/category for filtering videos. Default is 'hot'.
  • count (optional): The number of results per page (default: 10).

List of Available Tags

  • hentai
  • 3d hentai
  • hentai anime
  • hentai game
  • hentai english
  • cosplay
  • hardcore
  • cam
  • gay
  • lesbian
  • bisexual
  • gangbang
  • masturbation
  • blowjob
  • asian
  • filipina
  • indian
  • brazilian
  • japanese
  • bdsm
  • car

Sample Request

Searches for adult videos based on specified criteria.

"https://openapi-idk8.onrender.com/spankbang?search=blowjob&tag=hentai&count=10"

Sample Response


{
  "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"
    },
    

Error Handling

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." }

Notes

  • This API is for adult content (NSFW).
  • The number of videos returned per page can be controlled using the "count" parameter.
  • Available tags for filtering videos are provided in the /spankbang/tags endpoint.