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
Dragonair

Dragonair

Non #43 Pokémon Stage 1 HP 90
Types
Dragon
Illustrator
hatachu
Expansion
Collection Moon · Sun & Moon
Language
Japanese
TCGplayer
573185

Attacks

Dragon's Wish
Colorless

During your next turn, you may attach any number of Energy cards from your hand to your Pokémon.

Tail Smack 60
Grass · Lightning · Colorless
GET /api/v1/pokemon/cards/sm1m_ja-43?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1m_ja-43",
    "name": "Dragonair",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/43.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": "573185",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1m_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Dragon's Wish",
        "text": "During your next turn, you may attach any number of Energy cards from your hand to your Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tail Smack",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 4.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.37
        },
        {
          "condition": "LP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 99,
          "low": 84.15,
          "high": 113.85,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-02T08:54:59.887Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}