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

← EX Trainer Kit 2 Plusle
Metang

Metang

Common #5 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Hisao Nakamura
Expansion
EX Trainer Kit 2 Plusle · EX
Language
English
TCGplayer
87376

Attacks

Psychic Boom 10
Psychic · Colorless

Does 10 damage plus 10 more damage for each Energy attached to the Defending Pokémon.

Quick Blow 40
Psychic · Colorless · Colorless

Flip a coin. If heads, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/tk2a-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2a-5",
    "name": "Metang",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/5.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2a",
      "name": "EX Trainer Kit 2 Plusle",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87376",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic Boom",
        "text": "Does 10 damage plus 10 more damage for each Energy attached to the Defending Pokémon.",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Quick Blow",
        "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.36
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.16
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:48:05.916Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}