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

← Twilight Masquerade
Ducklett

Ducklett

Common #139 Pokémon Basic HP 60
Types
Colorless
Illustrator
Shibuzoh.
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550183

Attacks

Double Draw
Colorless

Draw 2 cards.

Razor Wing 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sv6-139?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-139",
    "name": "Ducklett",
    "number": "139",
    "printed_number": "139",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/139.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/139.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/139.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550183",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/139.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/139.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/139.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Draw",
        "text": "Draw 2 cards."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Wing",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.11
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}