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

← Phantom Gate
Krabby

Krabby

usually #13 Pokémon Basic HP 70
Types
Water
Illustrator
kirisAki
Expansion
Phantom Gate · XY
Language
Japanese
TCGplayer
603592

Attacks

Vice Grip 10
Water
Crabhammer 50
Water · Water · Water
GET /api/v1/pokemon/cards/xy4_ja-13?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4_ja-13",
    "name": "Krabby",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4_ja",
      "name": "Phantom Gate",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY4",
      "printed_total": 88,
      "release_date": "2014/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Phantom Gate"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603592",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Vice Grip",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Crabhammer",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 45.23,
          "low": 42.4,
          "high": 48.06,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-06-17T02:10:01.656Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}