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 (Friend)
Hydreigon

Hydreigon

Rare #102/132 Pokémon Stage 2 HP 170
Types
Dragon
Illustrator
hatachu
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Dragon Counter 20
Colorless · Colorless

This attack does 100 more damage for each Prize card your opponent took during their last turn.

Pitch-Black Fangs 210
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/ncgf-102?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-102",
    "name": "Hydreigon",
    "number": "102/132",
    "printed_number": "102/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-102.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-102.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-102.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgf",
      "name": "Nine Colours Gathering (Friend)",
      "total": 184,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 184,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgf.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Friend)"
        }
      }
    },
    "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/ncgf-102.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-102.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-102.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Counter",
        "text": "This attack does 100 more damage for each Prize card your opponent took during their last turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Pitch-Black Fangs",
        "damage": "210"
      }
    ],
    "rarity": "Rare",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 8.88,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:01.861Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}