Ecosyste.ms: Awesome
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: 7 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T02:24:33.000Z (about 1 month ago)
- Last Synced: 2024-11-08T02:38:48.398Z (about 1 month 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
### Base URL
https://animeflv.ahmedrangel.com/api## Endpoints
### Anime
`GET` [/anime/{slug}](https://animeflv.ahmedrangel.com/#/Anime/get_info)`GET` [/anime/episode/{slug}](https://animeflv.ahmedrangel.com/#/Anime/get_episode)
`GET` [/anime/{slug}/episode/{number}](https://animeflv.ahmedrangel.com/#/Anime/get_episodeByAnimeSlugAndEpisodeNumber)
### Search
`GET` [/search](https://animeflv.ahmedrangel.com/#/Search/get_search)`POST` [/search/by-filter](https://animeflv.ahmedrangel.com/#/Search/post_searchByFilter)
`GET` [/search/by-url](https://animeflv.ahmedrangel.com/#/Search/get_searchByUrl)
### List
`GET` [/list/latest-episodes](https://animeflv.ahmedrangel.com/#/List/get_latest)`GET` [/list/animes-on-air](https://animeflv.ahmedrangel.com/#/List/get_onAir)