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

← Cyber Judge
Metagross

Metagross

Non #48 Pokémon Stage 2 HP 180
Types
Metal
Illustrator
Nurikabe
Expansion
Cyber Judge · Scarlet & Violet
Language
Japanese
TCGplayer
566199

Attacks

Meteor Mash 60
Metal

During your next turn, this Pokémon's Meteor Mash attack does 60 more damage (before applying Weakness and Resistance).

Luster Blast 200
Metal · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv5m_ja-48?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5m_ja-48",
    "name": "Metagross",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/48.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5m_ja",
      "name": "Cyber Judge",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5M",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cyber Judge"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566199",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Meteor Mash",
        "text": "During your next turn, this Pokémon's Meteor Mash attack does 60 more damage (before applying Weakness and Resistance).",
        "damage": "60"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Luster Blast",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Nurikabe",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30.34,
          "low": 22.99,
          "high": 31.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T13:51:08.844Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}