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

← Megalo Cannon
Aggron

Aggron

Non #50 Pokémon Stage 2 HP 140
Types
Metal
Illustrator
Kouki Saitou
Expansion
Megalo Cannon · Black & White
Language
Japanese
TCGplayer
602704

Attacks

Knock Back 50
Metal · Colorless

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

Aura of the Land 80
Metal · Metal · Colorless · Colorless

Does 20 damage to each Benched Pokémon (both your and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bw9_ja-50?include=prices 200 13ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9_ja-50",
    "name": "Aggron",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/50.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9_ja",
      "name": "Megalo Cannon",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW9",
      "printed_total": 76,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Megalo Cannon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602704",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Knock Back",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Aura of the Land",
        "text": "Does 20 damage to each Benched Pokémon (both your and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 1.25
        },
        {
          "condition": "MP",
          "price": 1.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 49.86,
          "low": 42.38,
          "high": 57.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33.85,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-30T03:57:07.554Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}