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

← Violet ex
Drowzee

Drowzee

usually #38 Pokémon Basic HP 70
Types
Psychic
Illustrator
OKACHEKE
Expansion
Violet ex · Scarlet & Violet
Language
Japanese
TCGplayer
568264

Attacks

Forceful Sleep
Psychic

Your opponent switches their Active Pokémon with one of their Benched Pokémon. The new Active Pokémon is now Asleep.

Gentle Slap 30
Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/sv1v_ja-38?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1v_ja-38",
    "name": "Drowzee",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/38.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1v_ja",
      "name": "Violet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1V",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1v_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1v_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Violet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568264",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Forceful Sleep",
        "text": "Your opponent switches their Active Pokémon with one of their Benched Pokémon. The new Active Pokémon is now Asleep."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Gentle Slap",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "OKACHEKE",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "TAG",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:24:11.841Z",
      "trend_7d": {
        "direction": "down",
        "percent": -73.85
      }
    }
  }
}