Skip to content

N3evin/AmiiboAPI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 11, 2023 21:56
May 11, 2023 21:56
March 27, 2021 13:54
June 30, 2018 03:52
May 16, 2017 18:13
May 16, 2017 18:54
May 24, 2023 10:01
September 9, 2022 18:10
March 23, 2023 22:55
May 4, 2023 00:03
March 23, 2023 22:55

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