Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.88 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.88 KB

AniStation-schedule-api

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.

License Instagram

BASE URL

https://ani-station-schedule-api.vercel.app/

Routes

Get all schedules

Parameter Description
season (string) Provide a season with the year. Example: GET /winter-2024
category (string) Provide a category Example: GET /winter-2024/tv

Deploy your own instance on Vercel

Deploy with Vercel

Deploy your own instance on Render

Start Command:

uvicorn main:app --host 0.0.0.0 --port 10000

Deploy to Render