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

← Dragon Selection
Dratini

Dratini

Triple Rare #2 Pokémon Basic
Types
Dragon
Illustrator
Naoki Saito
Expansion
Dragon Selection · Black & White
Language
Japanese
TCGplayer
602825

Attacks

Hypnotic Gaze
Grass

The Defending Pokémon is now Asleep.

Tail Whap 10
Lightning
GET /api/v1/pokemon/cards/ds1_ja-2vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ds1_ja-2vh",
    "name": "Dratini",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/2vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/2vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/2vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ds1_ja",
      "name": "Dragon Selection",
      "total": 20,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "DS",
      "printed_total": 20,
      "release_date": "2012/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Selection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602825",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/2vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/2vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/2vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnotic Gaze",
        "text": "The Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Whap",
        "damage": "10"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 9.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.43
        },
        {
          "condition": "LP",
          "price": 7.5
        },
        {
          "condition": "MP",
          "price": 4
        },
        {
          "condition": "HP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 2.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.2,
          "low": 16.32,
          "high": 22.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1625.5,
          "low": 1381.68,
          "high": 1869.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:07:31.141Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}