WaifuAPI / api

🌟 Explore a Free RESTful API for Anime Quotes, Facts, Emotes, Gifs, and More! Dive into the world of anime content with ease. Perfect for enthusiasts and developers alike! 🍃
https://waifu.it
GNU Affero General Public License v3.0
102 stars 12 forks source link

Add more endpoints #42

Open kyrea opened 1 year ago

kyrea commented 1 year ago

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

marpit19 commented 10 months ago

I have a few suggestions for some endpoints:

kyrea commented 10 months ago

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 :(