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!