WaifuAPI/api

Add more endpoints

kyrea opened this issue · 2 comments

kyrea commented

I'm open to suggestions and help for this issue.

I have a few suggestions for some endpoints:

  • /anime/gif/{anime_name}: fetch GIFs related to a particular anime by its name
  • /season/{year}/{season}: get anime airing in a specific season (e.g., /season/2023/spring)
  • /genres: get a list of available anime genres

I have a few suggestions for some endpoints:

  • /anime/gif/{anime_name}: fetch GIFs related to a particular anime by its name
  • /season/{year}/{season}: get anime airing in a specific season (e.g., /season/2023/spring)
  • /genres: get a list of available anime genres

Great suggestions, but well for the /anime/gif/{anime_name}, the dataset has thousands of data which I have to go through and add anime as key while value as it's name. So it would be a kinda hectic process for me alone :(