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

← Journey Together
N's Darmanitan

N's Darmanitan

Uncommon #27 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
nagimiso
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623454

Attacks

Back Draft 30×
Colorless · Colorless

This attack does 30 damage for each Basic Energy card in your opponent's discard pile.

Flamebody Cannon 90
Fire · Fire · Colorless

Discard all Energy from this Pokémon, and this attack also does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sv9-27?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-27",
    "name": "N's Darmanitan",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623454",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Back Draft",
        "text": "This attack does 30 damage for each Basic Energy card in your opponent's discard pile.",
        "damage": "30×"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flamebody Cannon",
        "text": "Discard all Energy from this Pokémon, and this attack also does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.95,
          "low": 9.95,
          "high": 9.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:18:25.710Z",
      "trend_7d": {
        "direction": "down",
        "percent": -47.37
      }
    }
  }
}