/AmiiboAPI

A RESTful API for amiibo.

Primary LanguageHTMLMIT LicenseMIT

Amiibo RESTful API

Offical Site Heroku App Status Hits discod

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