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
Miltank

Miltank

Common #17 Pokémon Basic HP 90
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Pokémon TCG Classic - Charizard · Other
Language
English
TCGplayer
527951

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 20×
Colorless · Colorless

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

GET /api/v1/pokemon/cards/clc-17vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clc-17vh",
    "name": "Miltank",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clc",
      "name": "Pokémon TCG Classic - Charizard",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLC",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527951",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/17vh.large.webp"
          }
        ]
      }
    ],
    "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": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 3.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.22
        },
        {
          "condition": "LP",
          "price": 1.77
        },
        {
          "condition": "HP",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 14.96,
          "low": 14.96,
          "high": 14.96,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "AGS",
          "grade": "10",
          "value": 13.4,
          "low": 10.39,
          "high": 13.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.49,
          "low": 15,
          "high": 36.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.34,
          "low": 5,
          "high": 10.96,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 20.5,
          "low": 11.5,
          "high": 26.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:35:09.312Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.31
      }
    }
  }
}