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

← Sun & Moon Promos
Carracosta-GX

Carracosta-GX

Promo #356 Pokémon Stage 2GX HP 250
Types
Fighting
Illustrator
PLANETA Tsuji
Expansion
Sun & Moon Promos · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Ground Crush 160
Fighting · Colorless · Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

Stone Age-GX
Colorless

Put any number of Pokémon that evolve from Unidentified Fossil from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/smp_ja-356vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp_ja-356vh",
    "name": "Carracosta-GX",
    "number": "356",
    "printed_number": "356",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/356vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/356vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/356vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp_ja",
      "name": "Sun & Moon Promos",
      "total": 409,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "printed_total": 409,
      "release_date": "2016/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sun & Moon Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/356vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/356vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/356vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "250",
    "abilities": [
      {
        "name": "High Density Armor",
        "text": "If this Pokémon has full HP, it takes 90 less damage from your opponent's attacks (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Ground Crush",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "160"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Stone Age-GX",
        "text": "Put any number of Pokémon that evolve from Unidentified Fossil from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 1.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 66.7,
          "low": 69.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:07:15.665Z",
      "trend_7d": {
        "direction": "up",
        "percent": 63.92
      }
    }
  }
}