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

← Chaos Rising
Metagross

Metagross

Uncommon #61 Pokémon Stage 2 HP 180
Types
Metal
Illustrator
Bun Toujo
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693522

Attacks

Bounce Back 60
Metal

Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)

Metallic Hammer 150+
Metal · Metal · Metal · Colorless

You may discard 3 Metal Energy from this Pokémon and have this attack do 150 more damage.

GET /api/v1/pokemon/cards/me4-61?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-61",
    "name": "Metagross",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-61.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693522",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Bounce Back",
        "text": "Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)",
        "damage": "60"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Metallic Hammer",
        "text": "You may discard 3 Metal Energy from this Pokémon and have this attack do 150 more damage.",
        "damage": "150+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Bun Toujo",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "HP",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.78
      }
    }
  }
}