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

← Sword
Nickit

Nickit

usually #38 Pokémon Basic HP 70
Types
Darkness
Illustrator
kirisAki
Expansion
Sword · Sword & Shield
Language
Japanese
TCGplayer
568551

Attacks

Instigate
Darkness

Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 3 cards.

GET /api/v1/pokemon/cards/swsh1w_ja-38?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1w_ja-38",
    "name": "Nickit",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/38.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1w_ja",
      "name": "Sword",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1W",
      "printed_total": 60,
      "release_date": "2019/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568551",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Instigate",
        "text": "Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 3 cards."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:04:24.151Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}