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

← Temporal Forces
Metagross

Metagross

Uncommon #115 Pokémon Stage 2 HP 180
Types
Metal
Illustrator
Nurikabe
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542859

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/sv5-115vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-115vrh",
    "name": "Metagross",
    "number": "115",
    "printed_number": "115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/115vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/115vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/115vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542859",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/115vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/115vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/115vrh.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": "Uncommon",
    "artist": "Nurikabe",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.21
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.95,
          "low": 32.26,
          "high": 43.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:24:12.108Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4
      }
    }
  }
}