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

← Pokémon TCG Classic - Charizard (Fire Deck)
Miltank

Miltank

None #017/032 Pokémon Basic HP 90
Types
Colorless
Expansion
Pokémon TCG Classic - Charizard (Fire Deck)
Language
Japanese
TCGplayer
591925

Attacks

Healing Milk

Choose 1 of your Pokémon, and then flip 2 coins. For each heads, heal 30 damage from that Pokémon.

Continuous Tumble 20x
Colorless · Colorless

Flip a coin until you get tails. This attack does 20 damage for each heads.

GET /api/v1/pokemon/cards/cll_ja-17vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cll_ja-17vh",
    "name": "Miltank",
    "number": "017/032",
    "printed_number": "017/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591925_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591925_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591925_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "cll_ja",
      "name": "Pokémon TCG Classic - Charizard (Fire Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Charizard (Fire Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591925",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591925_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591925_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591925_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Healing Milk",
        "text": "Choose 1 of your Pokémon, and then flip 2 coins. For each heads, heal 30 damage from that Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Continuous Tumble",
        "text": "Flip a coin until you get tails. This attack does 20 damage for each heads.",
        "damage": "20x"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting +20",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 4.02,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.1,
          "low": 14.96,
          "high": 33.7,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45,
          "low": 36.09,
          "high": 75.03,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.96,
          "low": 36.96,
          "high": 36.96,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:01:13.901Z"
    }
  }
}