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

← Guardians Rising
Metagross-GX

Metagross-GX

Rare Ultra #157a Pokémon Stage 2GX HP 250
Types
Metal
Illustrator
5ban Graphics
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
130997

Attacks

Giga Hammer 150
Metal · Metal · Colorless

This Pokémon can't use Giga Hammer during your next turn.

Algorithm-GX
Colorless

Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm2-157a?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-157a",
    "name": "Metagross-GX",
    "number": "157a",
    "printed_number": "157a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/157a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/157a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/157a.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "130997",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/157a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/157a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/157a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "250",
    "abilities": [
      {
        "name": "Geotech System",
        "text": "Once during your turn (before your attack), you may attach a Psychic or Metal Energy card from your discard pile to your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Giga Hammer",
        "text": "This Pokémon can't use Giga Hammer during your next turn.",
        "damage": "150"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Algorithm-GX",
        "text": "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 31.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 31.42
        },
        {
          "condition": "LP",
          "price": 26.38
        },
        {
          "condition": "MP",
          "price": 19.54
        },
        {
          "condition": "HP",
          "price": 18.29
        },
        {
          "condition": "DMG",
          "price": 16.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 121.25,
          "low": 103.06,
          "high": 139.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.29
      }
    }
  }
}