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

← Double Blaze
Porygon

Porygon

usually #72 Pokémon Basic HP 50
Types
Colorless
Illustrator
Ayaka Yoshida
Expansion
Double Blaze · Sun & Moon
Language
Japanese
TCGplayer
573670

Attacks

Digicharge
Colorless

Flip 3 coins. For each heads, search your deck for an Energy card, reveal it, and put it into your hand. Then, shuffle your deck.

Sharp Point 10
Colorless
GET /api/v1/pokemon/cards/sm10_ja-72?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10_ja-72",
    "name": "Porygon",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/72.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10_ja",
      "name": "Double Blaze",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM10",
      "printed_total": 95,
      "release_date": "2019/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Double Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573670",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Digicharge",
        "text": "Flip 3 coins. For each heads, search your deck for an Energy card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sharp Point",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:02:51.983Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}