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

← Double Blaze
Sandile

Sandile

usually #59 Pokémon Basic HP 70
Types
Darkness
Illustrator
Akira Komayama
Expansion
Double Blaze · Sun & Moon
Language
Japanese
TCGplayer
573657

Attacks

Grandiose Fangs 30
Colorless · Colorless · Colorless

If your opponent's Pokémon is Knocked Out by damage from this attack, this Pokémon's attacks do 120 more damage to your opponent's Active Pokémon during your next turn (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sm10_ja-59?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10_ja-59",
    "name": "Sandile",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/59.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10_ja",
      "name": "Double Blaze",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM10",
      "printed_total": 95,
      "release_date": "2019/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Double Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573657",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Grandiose Fangs",
        "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, this Pokémon's attacks do 120 more damage to your opponent's Active Pokémon during your next turn (before applying Weakness and Resistance).",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T17:32:24.056Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}