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

← Paradox Rift
Crobat

Crobat

Uncommon #112 Pokémon Stage 2 HP 130
Types
Darkness
Illustrator
Uta
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523786

Attacks

Echoing Madness 50
Colorless · Colorless

Choose Item cards or Supporter cards. During your opponent's next turn, they can't play any of the chosen cards from their hand.

Cutting Wind 130
Darkness · Colorless · Colorless
GET /api/v1/pokemon/cards/sv4-112?include=prices 200 42ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-112",
    "name": "Crobat",
    "number": "112",
    "printed_number": "112",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/112.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/112.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/112.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523786",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/112.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/112.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/112.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Echoing Madness",
        "text": "Choose Item cards or Supporter cards. During your opponent's next turn, they can't play any of the chosen cards from their hand.",
        "damage": "50"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cutting Wind",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Uta",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "MP",
          "price": 0.06
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:41:21.073Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10
      }
    }
  }
}