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

← Remix Bout
Golduck

Golduck

usually #18 Pokémon Stage 1 HP 110
Types
Water
Illustrator
Shigenori Negishi
Expansion
Remix Bout · Sun & Moon
Language
Japanese
TCGplayer
574988

Attacks

Scratch 30
Colorless
Energy Loop 80
Water · Colorless

Put an Energy attached to this Pokémon into your hand.

GET /api/v1/pokemon/cards/sm11a_ja-18?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11a_ja-18",
    "name": "Golduck",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/18.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11a_ja",
      "name": "Remix Bout",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11a",
      "printed_total": 64,
      "release_date": "2019/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Remix Bout"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574988",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Energy Loop",
        "text": "Put an Energy attached to this Pokémon into your hand.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.84,
          "low": 33.86,
          "high": 45.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:54:39.531Z",
      "trend_7d": {
        "direction": "down",
        "percent": -21.88
      }
    }
  }
}