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

← Magma Gang VS Aqua Gang: Double Crisis
Team Magma's Aggron

Team Magma's Aggron

Rare #14 Pokémon Stage 2
Types
Fighting
Illustrator
TOKIYA
Expansion
Magma Gang VS Aqua Gang: Double Crisis · XY
Language
Japanese
TCGplayer
605311

Attacks

Rock Stomp 40×
Fighting · Colorless

Discard as many Fighting Energy attached to your Pokémon as you like. This attack does 40 damage times the amount of Fighting Energy you discarded.

Boulder Storm 120
Fighting · Fighting · Fighting · Colorless

This attack does 20 damage to each of your opponent's Benched Pokémon that has any damage on it. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/cp1_ja-14vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp1_ja-14vh",
    "name": "Team Magma's Aggron",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/14vh.large.webp"
      }
    ],
    "expansion": {
      "id": "cp1_ja",
      "name": "Magma Gang VS Aqua Gang: Double Crisis",
      "total": 34,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP1",
      "printed_total": 34,
      "release_date": "2015/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Magma Gang VS Aqua Gang: Double Crisis"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605311",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/14vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rock Stomp",
        "text": "Discard as many Fighting Energy attached to your Pokémon as you like. This attack does 40 damage times the amount of Fighting Energy you discarded.",
        "damage": "40×"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Boulder Storm",
        "text": "This attack does 20 damage to each of your opponent's Benched Pokémon that has any damage on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "120"
      }
    ],
    "rarity": "Rare",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 63,
          "low": 24,
          "high": 63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 80.25,
          "low": 78.5,
          "high": 991.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.69,
          "low": 37.14,
          "high": 37.94,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:58:04.306Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.31
      }
    }
  }
}