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

← Hidden Fates
Arbok

Arbok

Rare #27 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
kirisAki
Expansion
Hidden Fates · Sun & Moon
Language
English
TCGplayer
197671

Attacks

Rocket Tail 50
Psychic · Colorless · Colorless

If Jessie & James is in your discard pile, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sm115-27vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm115-27vrh",
    "name": "Arbok",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/27vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/27vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/27vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm115",
      "name": "Hidden Fates",
      "total": 69,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "HIF",
      "printed_total": 68,
      "release_date": "2019/08/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "197671",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/27vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/27vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/27vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Last Pattern",
        "text": "If this Pokémon is Knocked Out by damage from an opponent's attack, discard 2 random cards from your opponent's hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rocket Tail",
        "text": "If Jessie & James is in your discard pile, this attack does 80 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 1.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.82
        },
        {
          "condition": "LP",
          "price": 1.41
        },
        {
          "condition": "MP",
          "price": 0.99
        },
        {
          "condition": "HP",
          "price": 0.93
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 151.25,
          "low": 35,
          "high": 325.62,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.72,
          "low": 70,
          "high": 114.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 21.1,
          "low": 17.94,
          "high": 24.27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38.19,
          "low": 46.98,
          "high": 46.98,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:55:32.965Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.67
      }
    }
  }
}