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

← Burning Shadows
Porygon-Z

Porygon-Z

Rare Holo #105a Pokémon Stage 2 HP 130
Types
Colorless
Illustrator
Shin Nagasawa
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138601

Attacks

Zap Cannon 80
Colorless · Colorless · Colorless

This Pokémon can't use Zap Cannon during your next turn.

GET /api/v1/pokemon/cards/sm3-105a?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-105a",
    "name": "Porygon-Z",
    "number": "105a",
    "printed_number": "105a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/105a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/105a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/105a.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138601",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/105a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/105a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/105a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Initialize",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may devolve each of your opponent's evolved Pokémon by putting the highest Stage Evolution card on it into your opponent's hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Zap Cannon",
        "text": "This Pokémon can't use Zap Cannon during your next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 1.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.62
        },
        {
          "condition": "LP",
          "price": 1.31
        },
        {
          "condition": "HP",
          "price": 0.29
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 18.24,
          "low": 18.24,
          "high": 19.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T17:53:28.138Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.22
      }
    }
  }
}