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

← Legendary Heartbeat
Metagross

Metagross

Non #49 Pokémon Stage 2 HP 170
Types
Metal
Illustrator
kawayoo
Expansion
Legendary Heartbeat · Sword & Shield
Language
Japanese
TCGplayer
571952

Attacks

Leg Quake 100
Metal · Colorless · Colorless

If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn.

GET /api/v1/pokemon/cards/swsh3a_ja-49?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3a_ja-49",
    "name": "Metagross",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/49.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3a_ja",
      "name": "Legendary Heartbeat",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S3a",
      "printed_total": 76,
      "release_date": "2020/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Heartbeat"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571952",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Levitation Field",
        "text": "Your Pokémon in play have no Retreat Cost.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Leg Quake",
        "text": "If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:07:17.969Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.5
      }
    }
  }
}