Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devxoshakya/anveshna-backend
https://github.com/devxoshakya/anveshna-backend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devxoshakya/anveshna-backend
- Owner: devxoshakya
- License: gpl-3.0
- Created: 2024-04-26T05:05:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T09:46:05.000Z (5 months ago)
- Last Synced: 2024-08-03T10:49:55.422Z (5 months ago)
- Language: JavaScript
- Homepage: https://anveshna-backend.vercel.app
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amvstrm's API
amvstrm's API that powered [amvstrm](https://amvstr.me)
_Our official API is ``api.amvstr.me``_
## Usage
Our public APIs are hosted on the same free cloud provider and you should not blame us for why the API is unusable.
The public API will only be used for TESTING & APP MODULE (miru-project for example). Self-host your own API if you do high-volume requests.
All APIs will be rate-limited from 80 to 60 per minute, and you must provide a user agent to use the API. We will block the API that attempted to use our API for larger requests and log as much as possible. We have the right to do it and I don't want to deal with cloud providers.
## Deploy
- Vercel, Railway, Docker, and other provider
[Deploy guide](https://docs.amvstr.me/guide/backend)## Features
- V2
- Anilist + Gogoanime data
- More routes and Information
- Faster than V1 (fetch from official Anilist API / [Consumet](https://github.com/consumet/consumet.ts) for fetching video/info backup source)
- Documentation Available [DOCS](https://docsapi-amvstrm.pages.dev/)- V1
- Gogoanime data
- Low information
- Fast## Documentation
You can check out our new [API Docs](https://docs.amvstr.me/api/introduction#routes) with all available routes with information.
## Credit
We are using these to power our API...
- [@consumet/extensions](https://github.com/consumet/consumet.ts)
- [riimuru/gogoanime-api](https://github.com/riimuru/gogoanime-api)
- [Gogoanime & Video source provider](https://anitaku.pe)
- [MAL-Sync-Backup](https://github.com/MALSync/MAL-Sync-Backup)
- [Anime Mappings by codeblitz97](https://api-mappings.madara.live/)
- [Anilist](https://anilist.com)
- [Ani-skip](http://api.aniskip.com/)## License
Our API source code is distributed under the terms of the GPL v3.0 license. See [LICENSE](https://docs.amvstr.me/license) for details.