9anime Routes

Search anime using 9anime

Search anime from 9anime

GET /9anime/search?keyw={keyw}

Query Parameters

Name
Type
Description

keyw*

String

Keyword used to search for anime

[
  {
    "animeId": "chainsaw-man.8o9q",
    "animeTitle": "Chainsaw Man",
    "animeImg": "https://static.bunnycdn.ru/i/cache/images/9/9e/9e12905bf8156dba240756891e906f68.jpg-w100",
    "animeUrl": "https://9anime.gs/watch/chainsaw-man.8o9q",
    "score": "8.94"
  },
  {...}
]

Get anime info from 9anime

Gets anime info from 9anime

GET /9anime/info/:animeId

Path Parameters

Name
Type
Description

animeId*

String

animeId returned from 9anime search route

{
  "animeId": "chainsaw-man.8o9q",
  "animeTitle": "Chainsaw Man",
  "animeImg": "https://static.bunnycdn.ru/i/cache/images/9/9e/9e12905bf8156dba240756891e906f68.jpg",
  "synopsis": "Denji has a simple dream—to live a happy and peaceful life, spending time with a girl he likes. This is a far cry from reality, however, as Denji is forced by the yakuza into killing devils in order to pay off his crushing debts. Using his pet devil Pochita as a weapon, he is ready to do anything for a bit of cash. Unfortunately, he has outlived his usefulness and is murdered by a devil in contract with the yakuza. However, in an unexpected turn of events, Pochita merges with Denji's dead body and grants him the powers of a chainsaw devil. Now able to transform parts of his body into chainsaws, a revived Denji uses his new abilities to quickly and brutally dispatch his enemies. Catching the eye of the official devil hunters who arrive at the scene, he is offered work at the Public Safety Bureau as one of them. Now with the means to face even the toughest of enemies, Denji will stop at nothing to achieve his simple teenage dreams.",
  "genre": [
    "Action",
    "Comedy",
    "Drama",
    "Horror",
    "Shounen",
    "Supernatural",
    "Demons"
  ],
  "totalEpisodes": 6,
  "episodes": [
    {
      "episodeId": "173030",
      "epNum": "1",
      "episodeTitle": "Dog & Chainsaw",
      "isFiller": false
    },
    {...},
  ]
}

Get episode streaming sources from 9anime

Gets episode streaming sources from 9anime

GET /9anime/watch/:episodeId

Streaming links returned from this route will ONLY WORK ON THE MACHINE the request is made from. It is highly recommended to self-host if you wanna use the links provided from this route

Path Parameters

Name
Type
Description

episodeId*

String

episodeId returned from anime info route in 9anime

{
  "sources": "https://moon-10ge-stream-server-s02.filemoon.to/hls2/01/02278/203mff56soot_x/master.m3u8?......."
}

Last updated