An open API service indexing awesome lists of open source software.

https://github.com/ahmedrangel/animeflv-api

Unofficial AnimeFLV REST API
https://github.com/ahmedrangel/animeflv-api

anime animeflv animeflv-api rest-api

Last synced: 8 months ago
JSON representation

Unofficial AnimeFLV REST API

Awesome Lists containing this project

README

          

# Unofficial AnimeFLV REST API

> [!IMPORTANT]
> Si usas Node.js, antes de utilizar esta API, considera utilizar la librería de NPM [animeflv-scraper](https://npmjs.com/package/animeflv-scraper) como opción principal. Esta proyecto hace uso de ella internamente. De lo contrario, si tu app hace solicitudes de manera abusiva podrías ser bloqueado.

### Base URL
https://animeflv.ahmedrangel.com/api

## Endpoints
### Anime
`GET` [/anime/{slug}](https://animeflv.ahmedrangel.com/#tag/anime/GET/api/anime/%7Bslug%7D)

`GET` [/anime/episode/{slug}](https://animeflv.ahmedrangel.com/#tag/anime/GET/api/anime/episode/%7Bslug%7D)

`GET` [/anime/{slug}/episode/{number}](https://animeflv.ahmedrangel.com/#tag/anime/GET/api/anime/%7Bslug%7D/episode/%7Bnumber%7D)

### Search
`GET` [/search](https://animeflv.ahmedrangel.com/#tag/search/GET/api/search)

`POST` [/search/by-filter](https://animeflv.ahmedrangel.com/#tag/search/POST/api/search/by-filter)

`GET` [/search/by-url](https://animeflv.ahmedrangel.com/#tag/search/GET/api/search/by-url)

### List
`GET` [/list/latest-episodes](https://animeflv.ahmedrangel.com/#tag/list/GET/api/list/latest-episodes)

`GET` [/list/animes-on-air](https://animeflv.ahmedrangel.com/#tag/list/GET/api/list/animes-on-air)