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

← Celestial Storm
Metagross

Metagross

Rare Holo #95 Pokémon Stage 2 HP 170
Types
Metal
Illustrator
TOKIYA
Expansion
Celestial Storm · Sun & Moon
Language
English
TCGplayer
170920

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).

GET /api/v1/pokemon/cards/sm7-95vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7-95vrh",
    "name": "Metagross",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/95vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/95vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/95vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7",
      "name": "Celestial Storm",
      "total": 187,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CES",
      "printed_total": 168,
      "release_date": "2018/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "170920",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/95vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/95vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/95vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Extend",
        "text": "As long as this Pokémon is your Active Pokémon, your turn does not end when you play Steven's Resolve.",
        "type": "Ability"
      }
    ],
    "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"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 3.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.2
        },
        {
          "condition": "LP",
          "price": 1.56
        },
        {
          "condition": "MP",
          "price": 0.7
        },
        {
          "condition": "HP",
          "price": 0.81
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.01,
          "low": 8.51,
          "high": 11.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22.5,
          "low": 22.5,
          "high": 22.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 72.89,
          "low": 61.96,
          "high": 83.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 416.28,
          "low": 387.7,
          "high": 489.3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:31:57.330Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.56
      }
    }
  }
}