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

← Bandit Ring
Metagross

Metagross

Rare #49 Pokémon Stage 2 HP 150
Types
Metal
Illustrator
kirisAki
Expansion
Bandit Ring · XY
Language
Japanese
TCGplayer
603952

Attacks

Iron Cannon 80+
Metal · Metal · Colorless · Colorless

You may discard all Metal Energy attached to this Pokémon. If you do, this attack does 80 more damage.

GET /api/v1/pokemon/cards/xy7_ja-49vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7_ja-49vh",
    "name": "Metagross",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/49vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/49vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/49vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7_ja",
      "name": "Bandit Ring",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY7",
      "printed_total": 81,
      "release_date": "2015/06/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bandit Ring"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603952",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/49vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/49vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/49vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Magnetic Warp",
        "text": "Once during your turn (before your attack), you may switch your Active Pokémon with 1 of your Benched Pokémon. If you do, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Iron Cannon",
        "text": "You may discard all Metal Energy attached to this Pokémon. If you do, this attack does 80 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 3.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.82
        },
        {
          "condition": "MP",
          "price": 2.39
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-23T03:11:06.824Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}