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

← McDonald's Collection 2022
Growlithe

Growlithe

Common #4 Pokémon Basic HP 80
Types
Fire
Illustrator
Narumi Sato
Expansion
McDonald's Collection 2022 · Other
Language
English
TCGplayer
281503

Attacks

Warm Up
Colorless

Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck.

Combustion 30
Fire · Colorless · Colorless
GET /api/v1/pokemon/cards/mcd22-4vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd22-4vh",
    "name": "Growlithe",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd22",
      "name": "McDonald's Collection 2022",
      "total": 15,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 15,
      "release_date": "2022/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd22.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd22.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "281503",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Warm Up",
        "text": "Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Combustion",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Narumi Sato",
    "pricing": {
      "currency": "USD",
      "market": 1.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.53
        },
        {
          "condition": "LP",
          "price": 1.06
        },
        {
          "condition": "MP",
          "price": 0.68
        },
        {
          "condition": "HP",
          "price": 0.58
        },
        {
          "condition": "DMG",
          "price": 0.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 20,
          "high": 20,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.43,
          "low": 19.95,
          "high": 19.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:53:22.152Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.66
      }
    }
  }
}