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

← SoulSilver Collection
Miltank

Miltank

Non #62 Pokémon Basic
Types
Colorless
Illustrator
Miki Tanaka
Expansion
SoulSilver Collection · LEGEND
Language
Japanese
TCGplayer
608297

Attacks

Moomoo Squeeze
Colorless

Search your deck for a Moomoo Milk card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.

Body Slam 30
Colorless · Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/l1ss_ja-62?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1ss_ja-62",
    "name": "Miltank",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/62.large.webp"
      }
    ],
    "expansion": {
      "id": "l1ss_ja",
      "name": "SoulSilver Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1ss_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1ss_ja.symbol.png",
      "translation": {
        "en": {
          "name": "SoulSilver Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608297",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Moomoo Squeeze",
        "text": "Search your deck for a Moomoo Milk card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "30"
      }
    ],
    "rarity": "Non",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 2.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 151.25,
          "low": 89.8,
          "high": 215.82,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-19T03:29:22.543Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}