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 2016
Eevee

Eevee

Common #12 Pokémon Basic HP 60
Types
Colorless
Illustrator
Kouki Saitou
Expansion
McDonald's Collection 2016 · Other
Language
English
TCGplayer
275069

Attacks

Tackle 10
Colorless
Lunge 30
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/mcd16-12?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd16-12",
    "name": "Eevee",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/12.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd16",
      "name": "McDonald's Collection 2016",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2016/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "275069",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lunge",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 109.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 109.99
        },
        {
          "condition": "MP",
          "price": 85.99
        },
        {
          "condition": "HP",
          "price": 69.99
        },
        {
          "condition": "DMG",
          "price": 59.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 53.5,
          "low": 59,
          "high": 59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T00:36:21.497Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}