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

Non #50 Pokémon Stage 2 HP 150
Types
Metal
Illustrator
Hitoshi Ariga
Expansion
Bandit Ring · XY
Language
Japanese
TCGplayer
603951

Attacks

Machine Gun Stomp 20+
Colorless · Colorless

This attack does 10 more damage for each card in your hand.

Guard Press 80
Metal · Metal · Colorless · Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/xy7_ja-50?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7_ja-50",
    "name": "Metagross",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/50.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": "603951",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "θ Double",
        "text": "This Pokémon may have up to 2 Pokémon Tool cards attached to it.",
        "type": "Ancient Trait"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Machine Gun Stomp",
        "text": "This attack does 10 more damage for each card in your hand.",
        "damage": "20+"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Guard Press",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38.4,
          "low": 32.64,
          "high": 44.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-16T02:29:25.650Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}