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

← Team Magma vs Team Aqua
Team Aqua's Mightyena

Team Aqua's Mightyena

Rare #15 Pokémon Stage 1 HP 70
Types
Darkness
Illustrator
Shin-ichi Yoshikawa
Expansion
Team Magma vs Team Aqua · EX
Language
English
TCGplayer
89792

Attacks

Bite 20
Darkness · Colorless
Mystic Fang 50
Water · Colorless · Colorless

If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/ex4-15?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex4-15",
    "name": "Team Aqua's Mightyena",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/15.large.webp"
      }
    ],
    "expansion": {
      "id": "ex4",
      "name": "Team Magma vs Team Aqua",
      "total": 97,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "MA",
      "printed_total": 95,
      "release_date": "2004/03/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89792",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mystic Fang",
        "text": "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Confused.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 2.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.74
        },
        {
          "condition": "HP",
          "price": 1.89
        },
        {
          "condition": "DMG",
          "price": 1.7
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 25,
          "low": 24.5,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:34:54.253Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.74
      }
    }
  }
}