A simple api created in python which scrapes data from livechart.me to get anime airing schedule. This is a FastApi app deployed on Vercel.
https://ani-station-schedule-api.vercel.app/
Parameter | Description |
---|---|
season (string) |
Provide a season with the year. Example: GET /winter-2024 |
category (string) |
Provide a category Example: GET /winter-2024/tv |
Start Command:
uvicorn main:app --host 0.0.0.0 --port 10000