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

← Rapid Strike Master
Kricketune V

Kricketune V

Double Rare #4 Pokémon BasicV HP 180
Types
Grass
Illustrator
Satoshi Shirai
Expansion
Rapid Strike Master · Sword & Shield
Language
Japanese
TCGplayer
569045

Attacks

X-Scissor 80+
Grass · Colorless · Colorless

Flip a coin. If heads, this attack does 80 more damage.

GET /api/v1/pokemon/cards/swsh5r_ja-4vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5r_ja-4vh",
    "name": "Kricketune V",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5r_ja",
      "name": "Rapid Strike Master",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5R",
      "printed_total": 70,
      "release_date": "2021/01/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rapid Strike Master"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569045",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Grass"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Excite Stage",
        "text": "Once during your turn, you may draw cards until you have 3 cards in your hand. If this Pokémon is in the Active Spot, you may draw cards until you have 4 cards in your hand. You can't use more than 1 Excite Stage Ability each turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "X-Scissor",
        "text": "Flip a coin. If heads, this attack does 80 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.48
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:59:13.298Z",
      "trend_7d": {
        "direction": "down",
        "percent": -50.52
      }
    }
  }
}