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

← Noble Victories
Carracosta

Carracosta

Rare #26 Pokémon Stage 1 HP 140
Types
Water
Illustrator
match
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
84109

Attacks

Crunch 80
Water · Water · Colorless · Colorless

Discard an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw3-26?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-26",
    "name": "Carracosta",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/26.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84109",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "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"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 5.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.32
        },
        {
          "condition": "LP",
          "price": 3.53
        },
        {
          "condition": "MP",
          "price": 3.05
        },
        {
          "condition": "HP",
          "price": 2.99
        },
        {
          "condition": "DMG",
          "price": 2.03
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}