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 2023
Fuecoco

Fuecoco

Promo #2 Pokémon Basic HP 80
Types
Fire
Illustrator
Akira Komayama
Expansion
McDonald's Collection 2023 · Other
Language
English
TCGplayer
516513

Attacks

Gnaw 10
Colorless
Combustion 50
Fire · Fire · Colorless
GET /api/v1/pokemon/cards/mcd23-2vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd23-2vh",
    "name": "Fuecoco",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/2vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/2vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/2vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd23",
      "name": "McDonald's Collection 2023",
      "total": 15,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 15,
      "release_date": "2023/09/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd23.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd23.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "516513",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/2vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/2vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/2vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gnaw",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Combustion",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 1.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.24
        },
        {
          "condition": "LP",
          "price": 0.97
        },
        {
          "condition": "MP",
          "price": 0.66
        },
        {
          "condition": "HP",
          "price": 0.58
        },
        {
          "condition": "DMG",
          "price": 0.52
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 69.5,
          "low": 75,
          "high": 75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 9,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:45:16.334Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.8
      }
    }
  }
}