Succubus.Space API

A simple API used to retrieve data from Succubus.Space

Hentai

GET https://api.succubus.space/hentai/:query

Retrieves the desired hentai from the cache

Path Parameters

Name
Type
Description

query

String

Can be a search query or ID

{
  "id": 1226,
  "is_visible": true,
  "name": "Itadaki! Seieki",
  "slug": "itadaki-seieki",
  "created_at": "2016-06-07T00:02:39.351Z",
  "released_at": "2014-03-27",
  "description": "When Kanzaki receives a letter from Mari Setogaya asking to meet in their school's PE storage room during the lunch break, he believes he will be receiving a love confession. He turns up eagerly, only to be attacked by his supposed admirer. The beautiful girl tries to knock him unconscious, but when she fails miserably, she explains that she is a vampire and had wanted to feed on him. Feeling pity for her hopeless state, Kanzaki reluctantly yields and allows her to drink his blood.\n\nAs it turns out, Mari cannot stand the taste of raw blood but will perish without the nutrients it contains. Kanzaki is quick to find a solution, offering her a different bodily fluid to consume—and Setogaya instantly falls head over heels with this new flavor. The two soon start meeting regularly, and as time goes by, their relationship evolves into something more than just casual \"meals\" spent together.",
  "views": 4982423,
  "interests": 2237036,
  "poster_url": "https://git-posters.pages.dev/images/itadaki-seieki.jpg",
  "cover_url": "https://git-covers.pages.dev/images/itadaki-seieki-IHqaP.jpg",
  "is_hard_subtitled": true,
  "brand": "Pashmina",
  "duration_in_ms": 1378000,
  "is_censored": false,
  "rating": "Unrated",
  "likes": 33477,
  "dislikes": 223,
  "downloads": 136836,
  "monthly_rank": 53,
  "brand_id": "65",
  "is_banned_in": "JP",
  "preview_url": null,
  "primary_color": null,
  "created_at_unix": 1465257759,
  "released_at_unix": 1395932400,
  "hentai_tags": [
    {
      "id": 147,
      "text": "comedy"
    },
    {
      "id": 256,
      "text": "school girl"
    },
    {
      "id": 75,
      "text": "monster"
    },
    {
      "id": 475,
      "text": "boob job"
    },
    {
      "id": 261,
      "text": "ntr"
    },
    {
      "id": 527,
      "text": "nekomimi"
    },
    {
      "id": 32,
      "text": "cosplay"
    },
    {
      "id": 223,
      "text": "public sex"
    },
    {
      "id": 499,
      "text": "hd"
    },
    {
      "id": 28,
      "text": "uncensored"
    },
    {
      "id": 40,
      "text": "anal"
    },
    {
      "id": 219,
      "text": "facial"
    },
    {
      "id": 169,
      "text": "blow job"
    },
    {
      "id": 110,
      "text": "big boobs"
    },
    {
      "id": 168,
      "text": "gangbang"
    },
    {
      "id": 26,
      "text": "bondage"
    },
    {
      "id": 38,
      "text": "rape"
    }
  ],
  "titles": [
    "I`ll Have Your Semen",
    "Itadaki! Seieki",
    "Vampire Vixen",
    "いただきっ! セーエキ",
    "잘먹을게 정액"
  ],
  "url": "https://hanime.tv/videos/hentai/itadaki-seieki",
  "streamURL": "https://m3u8s.highwinds-cdn.com/api/v9/m3u8s/m6Ar8g9g8m5zc4vpnr3mh3A4dAZflj1gd7rjp5lwybwgvyxl4p2fy.m3u8",
  "tags": [
    "comedy",
    "school girl",
    "monster",
    "boob job",
    "ntr",
    "nekomimi",
    "cosplay",
    "public sex",
    "hd",
    "uncensored",
    "anal",
    "facial",
    "blow job",
    "big boobs",
    "gangbang",
    "bondage",
    "rape"
  ],
  "malURL": "https://myanimelist.net/anime/22429/Itadaki_Seieki♥",
  "malID": 22429
}

Random

GET https://api.succubus.space/random

Retrieve a random hentai

Get HAnime.tv data

GET https://api.succubus.space/hanime/:query

Retrieves data directly from HAnime.tv

Path Parameters

Name
Type
Description

query

string

Can be a search query or HAnime ID

Force scrape data

GET https://api.succubus.space/scrape/:query

Forcefully scrape an entry to update the cache

Path Parameters

Name
Type
Description

query

string

Can be a search query or ID

Last updated

Was this helpful?