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

← Pokémon Web
Dragonite

Dragonite

Rare #38 Pokémon Stage 2 HP 90
Types
Colorless
Illustrator
Toshinao Aoki
Expansion
Pokémon Web · Web
Language
Japanese
TCGplayer
613678

Attacks

Supersonic Flight 60
Colorless · Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/web1_ja-38?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "web1_ja-38",
    "name": "Dragonite",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/38.large.webp"
      }
    ],
    "expansion": {
      "id": "web1_ja",
      "name": "Pokémon Web",
      "total": 48,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Web",
      "printed_total": 48,
      "release_date": "2001/10/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Web"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613678",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Special Delivery",
        "text": "Once during your turn (before your attack), you may draw a card. If you do, choose a card from your hand and put it on top of your deck. This power can't be used if Dragonite is Asleep, Confused, or Paralyzed.",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Supersonic Flight",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "60"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 125.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 125.8
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 451.44,
          "low": 383.72,
          "high": 519.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 137.5,
          "low": 125,
          "high": 150,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1339.2,
          "low": 1549.4,
          "high": 1736.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 64.5,
          "low": 50,
          "high": 79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 86,
          "low": 72.7,
          "high": 86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-03-18T02:10:52.743Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}