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

← Stellar Crown
Orthworm ex

Orthworm ex

Double Rare #110 Pokémon Basicex HP 220
Types
Metal
Illustrator
PLANETA Yamashita
Expansion
Stellar Crown · Scarlet & Violet
Language
English
TCGplayer
567336

Attacks

Rock Tomb 150
Colorless · Colorless · Colorless · Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

GET /api/v1/pokemon/cards/sv7-110vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7-110vh",
    "name": "Orthworm ex",
    "number": "110",
    "printed_number": "110",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/110vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/110vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/110vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7",
      "name": "Stellar Crown",
      "total": 175,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SCR",
      "printed_total": 142,
      "release_date": "2024/09/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "567336",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/110vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/110vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/110vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Metal"
    ],
    "hp": "220",
    "abilities": [
      {
        "name": "Pummeling Payback",
        "text": "If this Pokémon is damaged by an attack from your opponent's Pokémon (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon for each Metal Energy attached to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rock Tomb",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 0.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.76
        },
        {
          "condition": "LP",
          "price": 0.69
        },
        {
          "condition": "MP",
          "price": 0.74
        },
        {
          "condition": "HP",
          "price": 0.69
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.4,
          "low": 5.5,
          "high": 19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25.13,
          "low": 21,
          "high": 21,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 9,
          "high": 10,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:42.365Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.56
      }
    }
  }
}