⚠️ I'll no longer be developing new features due to personal commitments, rest assured that amiibo data updates and maintenance will continue. If you have exciting ideas or improvements, please feel free to submit a pull request.
A RESTful API that was created for retriving amiibo information.
- always updated
- RESTful API
- could be used with any platform
Full amiibo: https://amiiboapi.com/api/amiibo
Specific Amiibo (Mario): https://amiiboapi.com/api/amiibo?name=mario
When searching for amiibo, you can use the key or amiibo name. Key must be in hexdecimal example 0x1D0
More APIs can be found here: https://www.amiiboapi.com/docs/
- Python 2.X or 3.X
- Flask
- Flask-Cors
- More in requirements.txt
- Install python
- Install the requirements using
pip install -r requirements.txt
- Run
app.py
to start.
Click on the Deploy to Heroku
button and you are good to go!