Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← SM Trainer Kit Lycanroc
Toucannon

Toucannon

Common #22 Pokémon Stage 2 HP 140
Types
Colorless
Illustrator
Megumi Mizutani
Expansion
SM Trainer Kit Lycanroc · Sun & Moon
Language
English
TCGplayer
152848

Attacks

Echoed Voice 60
Colorless · Colorless

During your next turn, this Pokémon's Echoed Voice attack does 60 more damage (before applying Weakness and Resistance).

Beak Blast 100
Colorless · Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Burned.

GET /api/v1/pokemon/cards/tk10a-22?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10a-22",
    "name": "Toucannon",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-22.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10a",
      "name": "SM Trainer Kit Lycanroc",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152848",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Echoed Voice",
        "text": "During your next turn, this Pokémon's Echoed Voice attack does 60 more damage (before applying Weakness and Resistance).",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Beak Blast",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:40:57.104Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.7
      }
    }
  }
}