Inazuma Eleven API
Personal project
Abstract
An Inazuma Eleven API based on a Kaggle dataset
Description
This Inazuma Eleven API serves endpoints to retrieve information about all the characters in the first game.
It takes the information from this Kaggle dataset, and uses pandas to access the information. The API is currently deployed on Render here.
Check the repo here!
Development process
This project started as a personal challenge when some classmates realized there weren’t any decent Inazuma Eleven API where they could get the data for a class project, just plain datasets. I decided to make the API using FastAPI, use pandas for the data management and deployed it on Render for everyone to use.
Technologies used