APIHub
Back to Explore

AmiiboAPI

AmiiboAPI is a public RESTful service that provides a searchable JSON catalog of Nintendo Amiibo figures, returning details such as series, character, game series, unique head/tail IDs, image URLs, release dates by region, and type (e.g., Figure, Card, Block).

Games & Comics
none
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

1237ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/amiibo

Retrieve a list of Amiibo figures, cards, blocks, etc. with optional filtering.

  • name (query) — Filter results by the Amiibo name (e.g., "mario").
  • character (query) — Filter results by the character name (e.g., "zelda").
  • gameseries (query) — Filter results by the game series the Amiibo belongs to.
  • showusage (query) — When set, include usage information for each Amiibo entry.

1 endpoint auto-detected

curl -X GET \
  "https://amiiboapi.com//amiibo"

amiiboapi.com · HTTPS only