Skip to content

kleintorres/AmiiboAPI

 
 

Repository files navigation

Amiibo RESTful API

⚠️ 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.

Offical Site Hits discod Check Database Generate game info Update json

A RESTful API that was created for retriving amiibo information.

Deploy Deploy

Features

  • always updated
  • RESTful API
  • could be used with any platform

Usage

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/

Requirements (if you want to host)

Manually Setup (if you want to host)

  1. Install python
  2. Install the requirements using pip install -r requirements.txt
  3. Run app.py to start.

Heroku Setup (if you want to host)

Click on the Deploy to Heroku button and you are good to go!

Credit

About

A RESTful API for amiibo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.1%
  • Python 46.2%
  • CSS 5.3%
  • JavaScript 1.1%
  • Other 0.3%