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

← XY Trainer Kit Noivern
Arbok

Arbok

Common #3 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Naoki Saito
Expansion
XY Trainer Kit Noivern · XY
Language
English
TCGplayer
97998

Attacks

Gastro Acid 20
Colorless

The Defending Pokémon has no Abilities until the end of your next turn.

Poison Jab 50
Psychic · Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/tk6b-3?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk6b-3",
    "name": "Arbok",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-3.large.webp"
      }
    ],
    "expansion": {
      "id": "tk6b",
      "name": "XY Trainer Kit Noivern",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/03/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97998",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gastro Acid",
        "text": "The Defending Pokémon has no Abilities until the end of your next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poison Jab",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.13
        },
        {
          "condition": "LP",
          "price": 0.64
        },
        {
          "condition": "MP",
          "price": 0.35
        },
        {
          "condition": "HP",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.44
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:35:16.296Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}