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

← Battle Partners
Bagon

Bagon

usually #70 Pokémon Basic HP 70
Types
Dragon
Illustrator
Miki Tanaka
Expansion
Battle Partners · Scarlet & Violet
Language
Japanese
TCGplayer
614921

Attacks

Bite 10
Colorless
Reckless Charge 50
Fire · Water

This Pokémon also does 10 damage to itself.

GET /api/v1/pokemon/cards/sv9_ja-70?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9_ja-70",
    "name": "Bagon",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/70.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/70.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/70.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9_ja",
      "name": "Battle Partners",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV9",
      "printed_total": 100,
      "release_date": "2025/01/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Partners"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "614921",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/70.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/70.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/70.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Reckless Charge",
        "text": "This Pokémon also does 10 damage to itself.",
        "damage": "50"
      }
    ],
    "rarity": "usually",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:00.802Z",
      "trend_7d": {
        "direction": "down",
        "percent": -69.7
      }
    }
  }
}