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-5?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd14-5",
    "name": "Pikachu",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/5.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": 20,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20
        },
        {
          "condition": "MP",
          "price": 16.6
        },
        {
          "condition": "HP",
          "price": 10.29
        },
        {
          "condition": "DMG",
          "price": 5.74
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 143.39,
          "low": 121.88,
          "high": 164.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 16.87,
          "low": 14.34,
          "high": 19.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 93,
          "low": 79.05,
          "high": 106.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 41.88,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "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-18T02:25:40.781Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}