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 Time Creation
Sneasel

Sneasel

usually #270 Pokémon Basic HP 60
Types
Darkness
Illustrator
Ken Sugimori
Expansion
Space Time Creation · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Double Slap 10×
Colorless

Flip 2 coins. This attack does 10 damage times the number of heads.

Feint Attack
Darkness · Colorless

Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.

GET /api/v1/pokemon/cards/dp1_ja-270?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1_ja-270",
    "name": "Sneasel",
    "number": "270",
    "printed_number": "270",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-270.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-270.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-270.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1_ja",
      "name": "Space Time Creation",
      "total": 130,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP1",
      "printed_total": 130,
      "release_date": "2006/11/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Time Creation"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-270.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-270.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-270.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Slap",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10×"
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Feint Attack",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "LP",
          "price": 1.2
        },
        {
          "condition": "MP",
          "price": 1.7
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 7.25,
          "low": 6.16,
          "high": 8.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T05:46:23.160Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}