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)
Dialga

Dialga

Rare #099/132 Pokémon Basic HP 130
Types
Dragon
Illustrator
Ryuta Fuse
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Chrono Wind 80
Colorless · Colorless · Colorless

If the Defending Pokémon is a Pokémon V, it can't attack during your opponent's next turn.

Heavy Impact 210
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/ncgf-099?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-099",
    "name": "Dialga",
    "number": "099/132",
    "printed_number": "099/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-099.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-099.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-099.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-099.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-099.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-099.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Chrono Wind",
        "text": "If the Defending Pokémon is a Pokémon V, it can't attack during your opponent's next turn.",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heavy Impact",
        "damage": "210"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 8.88,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 446.5,
          "low": 379.53,
          "high": 513.47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 845,
          "low": 845,
          "high": 845,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 239.99,
          "low": 203.99,
          "high": 275.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 261.25,
          "low": 222.06,
          "high": 300.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 429.9,
          "low": 365.42,
          "high": 494.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 660,
          "low": 561,
          "high": 759,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 917.97,
          "low": 780.27,
          "high": 1055.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:36:01.947Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}