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 2021
Scorbunny

Scorbunny

Common #16 Pokémon Basic HP 60
Types
Fire
Illustrator
Hitoshi Ariga
Expansion
McDonald's Collection 2021 · Other
Language
English
TCGplayer
232330

Attacks

Super Singe 10
Fire

Flip a coin. If heads, your opponent's Active Pokémon is now Burned.

GET /api/v1/pokemon/cards/mcd21-16vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd21-16vh",
    "name": "Scorbunny",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/16vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/16vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/16vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd21",
      "name": "McDonald's Collection 2021",
      "total": 25,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 25,
      "release_date": "2021/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd21.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd21.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "232330",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/16vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/16vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/16vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Super Singe",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 2.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.48
        },
        {
          "condition": "LP",
          "price": 1
        },
        {
          "condition": "MP",
          "price": 0.69
        },
        {
          "condition": "HP",
          "price": 0.62
        },
        {
          "condition": "DMG",
          "price": 0.42
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11,
          "low": 4.79,
          "high": 11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 4.5,
          "high": 7.9,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 106.96,
          "low": 104.25,
          "high": 118.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.5,
          "high": 13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.4,
          "low": 12.68,
          "high": 18.9,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T02:52:20.601Z",
      "trend_7d": {
        "direction": "up",
        "percent": 45.88
      }
    }
  }
}