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

← Collection Moon
Dragonite

Dragonite

Rare #44 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
Hiroyuki Yamamoto
Expansion
Collection Moon · Sun & Moon
Language
Japanese
TCGplayer
573186

Attacks

Dragon Wave 130
Grass · Lightning

Discard a Grass Energy and a Lightning Energy from this Pokémon.

Giant Tail 200
Colorless · Colorless · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/sm1m_ja-44vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1m_ja-44vh",
    "name": "Dragonite",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/44vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/44vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/44vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1m_ja",
      "name": "Collection Moon",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1M",
      "printed_total": 60,
      "release_date": "2016/12/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573186",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/44vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/44vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/44vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Wave",
        "text": "Discard a Grass Energy and a Lightning Energy from this Pokémon.",
        "damage": "130"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Giant Tail",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hiroyuki Yamamoto",
    "pricing": {
      "currency": "USD",
      "market": 7.63,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.63
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 33.98,
          "low": 32.5,
          "high": 39.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 175,
          "low": 148.75,
          "high": 201.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 144.49,
          "low": 113.7,
          "high": 191.73,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:01:31.731Z",
      "trend_7d": {
        "direction": "up",
        "percent": 26.32
      }
    }
  }
}