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

← Vivid Portrayals (Obsidian)
Metagross

Metagross

Uncommon #075/115 Pokémon Stage 2 HP 170
Types
Metal
Illustrator
kawayoo
Expansion
Vivid Portrayals (Obsidian) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Leg Quake 100
Colorless · Colorless · Colorless

If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn.

GET /api/v1/pokemon/cards/vpo-075?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpo-075",
    "name": "Metagross",
    "number": "075/115",
    "printed_number": "075/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-075.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-075.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-075.large.webp"
      }
    ],
    "expansion": {
      "id": "vpo",
      "name": "Vivid Portrayals (Obsidian)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpo.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Obsidian)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-075.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-075.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-075.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Leg Quake",
        "text": "If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 64,
          "low": 54.4,
          "high": 73.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:33:35.505Z"
    }
  }
}