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 2014
Snubbull

Snubbull

Common #8 Pokémon Basic HP 70
Types
Fairy
Illustrator
Naoki Saito
Expansion
McDonald's Collection 2014 · Other
Language
English
TCGplayer
110413

Attacks

Headbutt 20
Fairy · Colorless
GET /api/v1/pokemon/cards/mcd14-8vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd14-8vh",
    "name": "Snubbull",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd14",
      "name": "McDonald's Collection 2014",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2014/05/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd14.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd14.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "110413",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Headbutt",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 11.63,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.63
        },
        {
          "condition": "LP",
          "price": 6.09
        },
        {
          "condition": "MP",
          "price": 3.81
        },
        {
          "condition": "HP",
          "price": 2.23
        },
        {
          "condition": "DMG",
          "price": 1.44
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 16.9,
          "high": 28,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:09:12.078Z",
      "trend_7d": {
        "direction": "down",
        "percent": -22.31
      }
    }
  }
}