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 #1 Pokémon Basic
Types
Dragon
Illustrator
Masakazu Fukuda
Expansion
Dragon Selection · Black & White
Language
Japanese
TCGplayer
602824

Attacks

Wrap 20
Grass · Lightning

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/ds1_ja-1?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ds1_ja-1",
    "name": "Dratini",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/1.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": "602824",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Wrap",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 6.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.98
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33.5,
          "low": 28.1,
          "high": 33.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42.45,
          "low": 65,
          "high": 65,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:07:31.141Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}