Amiibo API · Example Payload

Reference Example

NintendoAmiiboGamingFiguresCharactersVideo GamesREST

Reference Example is an example object payload from Amiibo API, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typesgameseriescharacterlastupdated

Example Payload

Raw ↑
{
  "types": {
    "amiibo": [
      { "key": "0x00", "name": "Figure" },
      { "key": "0x01", "name": "Card" },
      { "key": "0x02", "name": "Yarn" },
      { "key": "0x03", "name": "Band" }
    ]
  },
  "gameseries": {
    "amiibo": [
      { "key": "0x0000", "name": "Super Mario" },
      { "key": "0x0004", "name": "Donkey Kong" },
      { "key": "0x0008", "name": "The Legend of Zelda" },
      { "key": "0x0010", "name": "Metroid" },
      { "key": "0x0014", "name": "Kirby" },
      { "key": "0x0018", "name": "Star Fox" },
      { "key": "0x001C", "name": "Pokemon" },
      { "key": "0x0020", "name": "Pikmin" },
      { "key": "0x0024", "name": "EarthBound" },
      { "key": "0x0028", "name": "F-Zero" },
      { "key": "0x002C", "name": "Game & Watch" },
      { "key": "0x0034", "name": "Kid Icarus" },
      { "key": "0x0038", "name": "WarioWare" },
      { "key": "0x003C", "name": "Pikmin" },
      { "key": "0x0040", "name": "Fire Emblem" },
      { "key": "0x0044", "name": "Animal Crossing" }
    ]
  },
  "character": {
    "amiibo": [
      { "key": "0x0000", "name": "Mario" },
      { "key": "0x0001", "name": "Luigi" },
      { "key": "0x0002", "name": "Peach" },
      { "key": "0x0003", "name": "Yoshi" },
      { "key": "0x0004", "name": "Rosalina" },
      { "key": "0x0100", "name": "Link" },
      { "key": "0x0101", "name": "Zelda" },
      { "key": "0x0102", "name": "Ganondorf" }
    ]
  },
  "lastupdated": {
    "lastUpdated": "2023-10-01T00:00:00+01:00"
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/reference-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.