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
Ponyta

Ponyta

Common #4 Pokémon Basic HP 60
Types
Fire
Illustrator
Jiro Sasumo
Expansion
Pokémon TCG Classic - Charizard · Other
Language
English
TCGplayer
527939

Attacks

Flame Tail 20
Fire
GET /api/v1/pokemon/cards/clc-4vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clc-4vh",
    "name": "Ponyta",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/4vh.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": "527939",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flame Tail",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Jiro Sasumo",
    "pricing": {
      "currency": "USD",
      "market": 4.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.97
        },
        {
          "condition": "LP",
          "price": 4.27
        },
        {
          "condition": "MP",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 13.4,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.51,
          "low": 14.1,
          "high": 16.14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.5,
          "low": 7.59,
          "high": 11.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.23,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46.65,
          "low": 67,
          "high": 67,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 59.5,
          "low": 34.74,
          "high": 84.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:35:09.312Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1
      }
    }
  }
}