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

← Space Juggler
Kricketot

Kricketot

usually #4 Pokémon Basic HP 60
Types
Grass
Illustrator
Masakazu Fukuda
Expansion
Space Juggler · Sword & Shield
Language
Japanese
TCGplayer
569847

Attacks

Trip Over 10+
Grass

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

GET /api/v1/pokemon/cards/swsh10p_ja-4?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10p_ja-4",
    "name": "Kricketot",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10p_ja",
      "name": "Space Juggler",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10P",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Juggler"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569847",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Trip Over",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:57:58.600Z",
      "trend_7d": {
        "direction": "down",
        "percent": -30.3
      }
    }
  }
}