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
- Host: GitHub
- URL: https://github.com/ahmedrangel/animeflv-api
- Owner: ahmedrangel
- Created: 2024-06-16T04:51:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T02:24:33.000Z (over 1 year ago)
- Last Synced: 2024-11-08T02:38:48.398Z (over 1 year ago)
- Topics: anime, animeflv, animeflv-api, rest-api
- Language: TypeScript
- Homepage: https://animeflv.ahmedrangel.com
- Size: 425 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)