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

← Pokémon Card 151
Dragonair (Master Ball)

Dragonair (Master Ball)

Uncommon #148 Pokémon Stage 1 HP 100
Types
Dragon
Illustrator
Sanosuke Sakuma
Expansion
Pokémon Card 151 · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Beat 20
Water
Aqua Slash 90
Water · Lightning

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/sv2a_ja-148vmh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2a_ja-148vmh",
    "name": "Dragonair (Master Ball)",
    "number": "148",
    "printed_number": "148",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/148.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/148.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/148.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2a_ja",
      "name": "Pokémon Card 151",
      "total": 210,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2a",
      "printed_total": 165,
      "release_date": "2023/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Card 151"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/148.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/148.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/148.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Beat",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Slash",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "90"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 24.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.21
        },
        {
          "condition": "LP",
          "price": 19
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 52.5,
          "low": 36,
          "high": 69,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 66.55,
          "low": 55,
          "high": 55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T13:51:33.042Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.14
      }
    }
  }
}