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

← Red Collection
Carracosta

Carracosta

Non #17 Pokémon Stage 1
Types
Water
Illustrator
match
Expansion
Red Collection · Black & White
Language
Japanese
TCGplayer
600916

Attacks

Crunch 80
Water · Water · Colorless · Colorless

Discard an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw2_ja-17?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2_ja-17",
    "name": "Carracosta",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2_ja",
      "name": "Red Collection",
      "total": 72,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW2",
      "printed_total": 66,
      "release_date": "2011/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600916",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Solid Rock",
        "text": "If any damage is done to this Pokémon by attacks, flip a coin. If heads, reduce that damage by 50 (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Crunch",
        "text": "Discard an Energy attached to the Defending Pokémon.",
        "damage": "80"
      }
    ],
    "rarity": "Non",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        },
        {
          "condition": "LP",
          "price": 0.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:00:23.499Z",
      "trend_7d": {
        "direction": "up",
        "percent": 95.38
      }
    }
  }
}