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

← Holon Research Tower
Porygon

Porygon

usually #62 Pokémon Basic HP 50
Types
Colorless
Illustrator
Hisao Nakamura
Expansion
Holon Research Tower · PCG
Language
Japanese
TCGplayer
611365

Attacks

Sharpen 30
Colorless · Colorless
GET /api/v1/pokemon/cards/pcg6_ja-62?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg6_ja-62",
    "name": "Porygon",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/62.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg6_ja",
      "name": "Holon Research Tower",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Holon Research Tower"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611365",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sharpen",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 65.78,
          "low": 55.91,
          "high": 75.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.5,
          "low": 41.23,
          "high": 55.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T04:17:06.972Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}