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

← Pokémon Card 151
Arbok ex

Arbok ex

Super Rare #187 Pokémon Stage 1ex HP 270
Types
Darkness
Illustrator
Eske Yoshinob
Expansion
Pokémon Card 151 · Scarlet & Violet
Language
Japanese
TCGplayer
566530

Attacks

Bind Down 70
Darkness · Darkness

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

Menacing Fangs 150
Darkness · Darkness · Darkness

Your opponent discards 2 cards from their hand.

GET /api/v1/pokemon/cards/sv2a_ja-187vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2a_ja-187vh",
    "name": "Arbok ex",
    "number": "187",
    "printed_number": "187",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/187vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/187vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/187vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2a_ja",
      "name": "Pokémon Card 151",
      "total": 210,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2a",
      "printed_total": 165,
      "release_date": "2023/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Card 151"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566530",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/187vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/187vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/187vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Bind Down",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "70"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "Menacing Fangs",
        "text": "Your opponent discards 2 cards from their hand.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 2.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.45
        },
        {
          "condition": "LP",
          "price": 2.33
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 46.01,
          "low": 39.11,
          "high": 52.91,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.95,
          "low": 15.9,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4.5,
          "low": 3.83,
          "high": 5.18,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 12.69,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46.5,
          "low": 38.4,
          "high": 74,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:54:30.653Z",
      "trend_7d": {
        "direction": "down",
        "percent": -37.02
      }
    }
  }
}