Anime API Wrapper!

Overview

Anime API Wrapper

API Base

https://www.zoroapi.tk/

Authentication

This API doesn't require any Authentication As We does not store any files on our server, we only linked to the media which is hosted on 3rd party services!

Rate Limits

The number of request is limited to 120 requests per hour, per IP address. I wanted to make it unlimited, but some people like to go wild, so I had to set a limit to guarantee the good functionality for everyone. If you need a higher limit, please contact us on discord. All IPs sending excessive requests will be banned. If you need help using this API, please don't hesistate to contact us. BUT while using auotcode Endpoint There Is no limits!

Endpoint

GET https://www.zoroapi.tk/search?name=<name>

Fetch Example

const axios = require("axios");
 const getData = async (animename) => {
     let url = `http://www.zoroapi.tk/search?name=${animename}`;
     await axios.get(url)
     .then(function (response) {
         console.log(response.data);
     })
 };
 getData("Example"); // Example - Naruto

Sample Response JSON

{
  "status": "success",
  "search": "naruto",
  "amount": "1",
  "anime": {
    "name": "Boruto: Naruto Next Generations",
    "episodes": "266",
    "duration": "23m",
    "languages": "SUB,DUB",
    "link": "https://zoro.to/boruto-naruto-next-generations-8143?ref=search"
   }
 }
You might also like...

Watch anime ad free through a beautiful UI. Don't forget to 🌟 this repo for updates!

Watch anime ad free through a beautiful UI. Don't forget to 🌟 this repo for updates!

Ashanime - Stream Ad-free Anime Ashanime is an Ad free responsive web application built with the intention of providing a pleasent anime streaming exp

Dec 31, 2022

An Anime Game launcher for Linux with automatic patching fixing detection of Linux/Wine and telemetry disabling

An Anime Game launcher for Linux with automatic patching fixing detection of Linux/Wine and telemetry disabling

An Anime Game launcher for Linux with automatic patching fixing detection of Linux/Wine and telemetry disabling

Jan 4, 2023

Chain Anime.js calls on jQuery selectors.

jQuery.animejs This is a small ( 1kb) helper plugin for the great Anime.js. Features Chain Anime.js calls in a more readable way. Supports latest Ani

Jun 8, 2022

Cuteanime is a website where you can watch anime with Japanese subtitles, it is a fun way to study japanese.

Cuteanime is a website where you can watch anime with Japanese subtitles, it is a fun way to study japanese.

Cuteanime.moe Cuteanime is a website where you can watch anime with Japanese subtitles and lookup words with a dictionary extension like Yomichan. We

Oct 27, 2022

An open source API wrapper for TechHost API.

TechHost API Wrapper An open source API wrapper for TechHost API. Badges Installation Install techhost-api-wrapper with npm. npm install techhost-api-

Jun 23, 2022

News API Wrapper for Violetics API News

News API Wrapper for Violetics API News

Mar 23, 2022

A wrapper for valorant-api, a third-party API for getting data within Valorant. Available on npm

valorant-wrapper A wrapper for the third-party valorant-api How to Use All endpoints can be accessed off the ValAPI class. import { ValAPI } from 'val

Nov 7, 2022

Tiny Telegra.ph API wrapper for Deno

Telegra.ph API wrapper for Deno 🦕 This is a tiny Telegra.ph API wrapper for Deno written in TypeScript. All methods as listed here are available. See

Jul 28, 2022

Programmers House api official wrapper

programmershouse-wrapper Programmers House api official wrapper Install: npm install programmershouse-wrapper Example of using: With .then //importing

Mar 23, 2022
Owner
Abhay
Hi 👋 I Am Developer Who's Is So Curious To Learn New Codes Of Lines!
Abhay
🌸 API for storing anime picture collection in Discord server

Waifuseum Waifuseum (Museum Waifu) is a simple REST API for storing and managing anime picture collection. This project use combinaton of ExpressJS, D

Bayu Doesn't Care 4 Jun 28, 2022
Utility for Anime Empire's Treasury Team

TreasuryTools Utility for Anime Empire's Treasury Team to make Merching, Radding, and Running easier and more efficient. Table of Contents Command Usa

Zlushiie 1 Dec 31, 2021
Different Types of Monsters Card of Popular anime. Build in React tech.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: ya

Abhishek Tiwari 5 Mar 19, 2022
Anime, Manga, and Light Novel Tracker Application for Windows

Courier Courier is an Anime, Manga, and Light Novel Tracker Application for Windows. With the help of AniList, this desktop app helps you manage and t

Kevin Hoang 8 Oct 5, 2022
An open-source server software for a certain anime game.

Open-Shen An open-source server software for a certain anime gaem. Based off the leaked Pancake and closed-source Bridge servers. You can find the Ope

Magix 68 Dec 10, 2022
Animene - A platform for anime lovers

Animene A platform for anime lovers Live demo website: animene.vercel.app Technologies used React Material UI SCSS Modules, clsx Axios, GraphQL Redux,

Hoang Tien Nguyen 21 Oct 15, 2022
🦄 • A simple open source project that can display random anime images and quotes.

Welcome to Rakoko App! ?? Rakoko App is a simple application that is used to display images and quotes randomly. Built using Framework7. ?? Demo Page

Rizki Karianata 2 Jun 12, 2022
A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.

Obsidian Media DB Plugin A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your va

Moritz Jung 58 Dec 21, 2022
CLI tool for printing anime quotes in your terminal.

aniquote Why? While i was browsing Unixporn looking to steal someone's dotfiles (im too lazy to rice myself) i saw some anime-related rices and though

kugi 14 Dec 22, 2022
Karaoki your anime songs.

Anioke Karaoki your anime songs. Usage npm install npm run electron Build npm install npm build npm exec electron-builder -- -p never Configuration Pl

Xie Zhihao 18 Dec 23, 2022