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

← Holon Research Tower
Dratini δ

Dratini δ

usually #34 Pokémon BasicDelta Species HP 50
Types
Lightning
Illustrator
Mitsuhiro Arita
Expansion
Holon Research Tower · PCG
Language
Japanese
TCGplayer

Attacks

Thunder Wave 10
Lightning

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

GET /api/v1/pokemon/cards/pcg6_ja-34?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg6_ja-34",
    "name": "Dratini δ",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg6_ja",
      "name": "Holon Research Tower",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Holon Research Tower"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Delta Species"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Thunder Wave",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30-30"
      }
    ],
    "rarity": "usually",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.2,
          "low": 13.2,
          "high": 74.81,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "4.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.4,
          "low": 7.14,
          "high": 9.66,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 47,
          "low": 47,
          "high": 59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.27,
          "low": 37.13,
          "high": 46.17,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-08-11T16:05:02.141Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}