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

← ADV Expansion Pack
Aggron

Aggron

Rare Holo #51 Pokémon Stage 2 HP 110
Types
Metal
Illustrator
Mitsuhiro Arita
Expansion
ADV Expansion Pack · ADV
Language
Japanese
TCGplayer
613053

Attacks

Retaliate 10×
Colorless

Flip a coin. If heads, this attack does 10 damage times the number of damage counters on Aggron.

Mega Punch 40
Colorless · Colorless · Colorless
Double Lariat 70×
Metal · Metal · Colorless · Colorless · Colorless

Flip 2 coins. This attack does 70 damage times the number of heads.

GET /api/v1/pokemon/cards/adv1_ja-51vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv1_ja-51vh",
    "name": "Aggron",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/51vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/51vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/51vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv1_ja",
      "name": "ADV Expansion Pack",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 55,
      "release_date": "2003/01/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613053",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/51vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/51vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/51vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Retaliate",
        "text": "Flip a coin. If heads, this attack does 10 damage times the number of damage counters on Aggron.",
        "damage": "10×"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mega Punch",
        "damage": "40"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Double Lariat",
        "text": "Flip 2 coins. This attack does 70 damage times the number of heads.",
        "damage": "70×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 8.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.58
        },
        {
          "condition": "LP",
          "price": 7.99
        },
        {
          "condition": "MP",
          "price": 6
        },
        {
          "condition": "DMG",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 42,
          "low": 35.7,
          "high": 48.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55.59,
          "low": 26.97,
          "high": 26.97,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.35,
          "low": 65,
          "high": 65,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:22:18.406Z",
      "trend_7d": {
        "direction": "down",
        "percent": -28.44
      }
    }
  }
}