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

← Nine Colours Gathering (Origin)
Galarian Darmanitan

Galarian Darmanitan

Uncommon #034/132 Pokémon Stage 1 HP 130
Types
Water
Illustrator
SATOSHI NAKAI
Expansion
Nine Colours Gathering (Origin) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Powder Snow 30
Colorless · Colorless

Your opponent's Active Pokémon is now Asleep.

Daruma Headbutt 130
Colorless · Colorless · Colorless

If this Pokémon has any damage counters on it, this attack can be used for Water.

GET /api/v1/pokemon/cards/ncgo-034?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgo-034",
    "name": "Galarian Darmanitan",
    "number": "034/132",
    "printed_number": "034/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-034.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-034.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-034.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgo",
      "name": "Nine Colours Gathering (Origin)",
      "total": 177,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 177,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgo.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Origin)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-034.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-034.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-034.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Powder Snow",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Daruma Headbutt",
        "text": "If this Pokémon has any damage counters on it, this attack can be used for Water.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "SATOSHI NAKAI",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:14.031Z"
    }
  }
}