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
Pikachu

Pikachu

Common #5 Pokémon Basic HP 60
Types
Lightning
Illustrator
MAHOU
Expansion
McDonald's Collection 2014 · Other
Language
English
TCGplayer
110410

Attacks

Nuzzle
Colorless

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

Quick Attack 20+
Colorless · Colorless

Flip a coin. If heads, this attack does 10 more damage.

GET /api/v1/pokemon/cards/mcd14-5vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd14-5vh",
    "name": "Pikachu",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5vh.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": "110410",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Nuzzle",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 41.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 41.47
        },
        {
          "condition": "LP",
          "price": 29.72
        },
        {
          "condition": "MP",
          "price": 16.6
        },
        {
          "condition": "HP",
          "price": 10.29
        },
        {
          "condition": "DMG",
          "price": 5.74
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 16.87,
          "low": 14.34,
          "high": 19.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 460,
          "low": 191.28,
          "high": 1099.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 50,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 37.25,
          "low": 62,
          "high": 62,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 47.5,
          "low": 47,
          "high": 47.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 352,
          "low": 299.2,
          "high": 404.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:09:12.078Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.02
      }
    }
  }
}