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 2018
Growlithe

Growlithe

Common #1 Pokémon Basic HP 80
Types
Fire
Illustrator
MAHOU
Expansion
McDonald's Collection 2018 · Other
Language
English
TCGplayer
180450

Attacks

Take Down 60
Fire · Colorless · Colorless

This Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/mcd18-1vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd18-1vh",
    "name": "Growlithe",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/1vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/1vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/1vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd18",
      "name": "McDonald's Collection 2018",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2018/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "180450",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/1vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/1vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/1vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Take Down",
        "text": "This Pokémon does 20 damage to itself.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 21.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 21.52
        },
        {
          "condition": "LP",
          "price": 14
        },
        {
          "condition": "MP",
          "price": 7.96
        },
        {
          "condition": "HP",
          "price": 2.9
        },
        {
          "condition": "DMG",
          "price": 1.51
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 30.81,
          "low": 44.02,
          "high": 44.02,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:52.734Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.56
      }
    }
  }
}