Zoro Routes

Search anime using Zoro

Searches anime from Zoro

GET /zoro/search?keyw={keyw}

Query Parameters

Name
Type
Description

keyw*

String

Keyword used to search for anime

[
  {
    "animeTitle": "Chainsaw Man",
    "animeId": "chainsaw-man-17406",
    "animeImg": "https://img.zorores.com/_r/300x400/100/b3/da/b3da1326e07269ddd8d73475c5dabf2c/b3da1326e07269ddd8d73475c5dabf2c.jpg"
  },
  {...}
]

Get anime info from Zoro

Get anime info from Zoro

GET /zoro/info/:animeId

Path Parameters

Name
Type
Description

animeId*

String

animeId returned from Zoro search.

{
  "animeTitle": "Chainsaw Man",
  "animeImg": "https://img.zorores.com/_r/300x400/100/b3/da/b3da1326e07269ddd8d73475c5dabf2c/b3da1326e07269ddd8d73475c5dabf2c.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.\n\nUnfortunately, 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.",
  "type": "TV",
  "isDubbed": true,
  "totalEpisodes": 6,
  "episodes": [
    {
      "epNum": "1",
      "episodeName": "Dog & Chainsaw",
      "episodeId": "chainsaw-man-17406-episode-94597"
    },
    {...}
  ]
}

GET /zoro/watch/:episodeId

Path Parameters

Name
Type
Description

episodeId*

String

episodeId returned from anime info route in Zoro

{
  "sources": [
    {
      "file": "https://c-an-ca1.betterstream.cc:2223/hls-playback/41116a0fac7016dda871f982458bc3809df01b805002913bd5f27b2e357ce4038dcc6cd48e7a4c1b35102eab0e077ca7356054963c2aa7cc9ef590a0db373706a2044721195c8fc6eaa47d757b1c5342e51572dd3d7c491e9bd203782e3080ff71317acf5ce655494ff1c21fe73c54c73c413e6eb4660e78ca23a21f3d0ad6409b36fdf95175990b7e1fa4d7094541e9/master.m3u8",
      "type": "hls"
    }
  ],
  "tracks": [
    {
      "file": "https://cc.zorores.com/8d/37/8d37375f063266865dff453a2a0beeb6/eng-2.vtt",
      "label": "English",
      "kind": "captions",
      "default": true
    },
    {...},
  ]
}

Last updated