Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Delta Species
Porygon2

Porygon2

Rare #25 Pokémon Stage 1 HP 70
Types
Colorless
Illustrator
Hisao Nakamura
Expansion
Delta Species · EX
Language
English
TCGplayer
88325

Attacks

Machine Burst 30
Colorless · Colorless

If Porygon2 has a Technical Machine card attached to it, the Defending Pokémon is now Asleep and Burned.

GET /api/v1/pokemon/cards/ex11-25?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex11-25",
    "name": "Porygon2",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/25.large.webp"
      }
    ],
    "expansion": {
      "id": "ex11",
      "name": "Delta Species",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DS",
      "printed_total": 113,
      "release_date": "2005/10/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88325",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Backup",
        "text": "Once during your turn (before your attack), if you have less than 6 cards in your hand, you may draw cards until you have 6 cards in your hand. This power can't be used if Porygon2 is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Machine Burst",
        "text": "If Porygon2 has a Technical Machine card attached to it, the Defending Pokémon is now Asleep and Burned.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 3.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.27
        },
        {
          "condition": "LP",
          "price": 2.33
        },
        {
          "condition": "MP",
          "price": 1.98
        },
        {
          "condition": "HP",
          "price": 1.64
        },
        {
          "condition": "DMG",
          "price": 0.93
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 85.95,
          "low": 69.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 46.4,
          "low": 64,
          "high": 64,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.5,
          "low": 15.5,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:02:07.191Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.17
      }
    }
  }
}