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 2018
Porygon

Porygon

Common #12 Pokémon Basic HP 60
Types
Colorless
Illustrator
Shin Nagasawa
Expansion
McDonald's Collection 2018 · Other
Language
English
TCGplayer
180460

Attacks

Code Check
Colorless

Look at 1 of your opponent's face-down Prize cards.

Beam 10
Colorless
GET /api/v1/pokemon/cards/mcd18-12?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd18-12",
    "name": "Porygon",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/12.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd18",
      "name": "McDonald's Collection 2018",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2018/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "180460",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Code Check",
        "text": "Look at 1 of your opponent's face-down Prize cards."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Beam",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 13.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.46
        },
        {
          "condition": "LP",
          "price": 7.2
        },
        {
          "condition": "MP",
          "price": 3.83
        },
        {
          "condition": "HP",
          "price": 1.99
        },
        {
          "condition": "DMG",
          "price": 1.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:52.734Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.59
      }
    }
  }
}