tv-retroAnime Details API

API for fetching Anime movies and Series Details

Anime and Series Details API Documentation

An Anime and Series Details API gives you a structured collection of information about anime shows and Series, like titles, plot summaries, genres, episode counts, images, and sometimes even character list,link for the shows in various platforms and related works. You can use this data to create websites, apps, recommendation engines, or any project that needs detailed anime information.

Base URL

The base URL for the Anime Details API is:

https://santechapi.vercel.app

Authentication

headers : {
"token" : {YOUR API KEY}
}

Endpoint: /animedetails/search/{:q}

Parameters:

  • {q}: Anime or Series Name.

HTTP Method: Get

Example request

GET /animedetails/search/naruto  

The user can search for the Anime with its name and get the details of the Anime or Series

Example Response:

200

Error Handling

In case of an error, the API will respond with an appropriate HTTP status code and an error message in the response body.

402

Last updated

Was this helpful?