A RESTful API that was created for retriving amiibo information.
- Regularly updated
- RESTful API
- Universal compatibility
Full amiibo: https://amiiboapi.org/api/amiibo
Specific Amiibo (i.e. Mario): https://amiiboapi.org/api/amiibo?name=mario
When searching for amiibo, you can use the id or amiibo name. Key must be in hexdecimal example 0x1D0
More APIs examples can be found here: https://www.amiiboapi.org/docs/
- Python 2.X or 3.X
- See requirements.txt
- Install python
- Install the requirements using
pip install -r requirements.txt - Run
app.pyor launch viagunicorn app:app
Click on the Deploy to Heroku button and you are good to go!
Heroku is a paid service and requires an account to use
- Brickleberry19 - Amiibo IDs
- JSON script source
- Amiibo Database
- Amiibo images and games
- Amiibo Game List Generator