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

← Dragon Selection
Bagon

Bagon

Triple Rare #6 Pokémon Basic
Types
Dragon
Illustrator
Kouki Saitou
Expansion
Dragon Selection · Black & White
Language
Japanese
TCGplayer
602829

Attacks

Headbutt 10
Colorless
Dragon Claw 20
Fire · Water
GET /api/v1/pokemon/cards/ds1_ja-6?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ds1_ja-6",
    "name": "Bagon",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/6.large.webp"
      }
    ],
    "expansion": {
      "id": "ds1_ja",
      "name": "Dragon Selection",
      "total": 20,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "DS",
      "printed_total": 20,
      "release_date": "2012/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Selection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602829",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Headbutt",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Claw",
        "damage": "20"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.89
        },
        {
          "condition": "LP",
          "price": 3
        },
        {
          "condition": "MP",
          "price": 2.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 31,
          "low": 30.59,
          "high": 42.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 58,
          "low": 41.49,
          "high": 74.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:07:31.141Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}