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

← PCG Promos
Blastoise

Blastoise

Promo #1 Pokémon Stage 2 HP 120
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Smash Turn 30
Colorless · Colorless

After your attack, you may switch Blastoise with 1 of your Benched Pokémon.

Rocket Tackle 60
Water · Water · Colorless · Colorless

Blastoise does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Blastoise by attacks during your opponent's next turn.

GET /api/v1/pokemon/cards/pcgp_ja-1?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-1",
    "name": "Blastoise",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/1.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Smash Turn",
        "text": "After your attack, you may switch Blastoise with 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rocket Tackle",
        "text": "Blastoise does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Blastoise by attacks during your opponent's next turn.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 19.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.95
        },
        {
          "condition": "HP",
          "price": 9.89
        },
        {
          "condition": "DMG",
          "price": 7.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 214.99,
          "low": 120.6,
          "high": 1323,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1845,
          "low": 438.6,
          "high": 3250,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 89.99,
          "low": 89.99,
          "high": 255.71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 215,
          "low": 203.74,
          "high": 215,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T05:14:43.816Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}