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

← Psycho Drive
Moltres

Moltres

Rare #9 Pokémon Basic HP 120
Types
Fire
Illustrator
Ryo Ueda
Expansion
Psycho Drive · Black & White
Language
Japanese
TCGplayer
601009

Attacks

Searing Flame 50
Fire · Colorless · Colorless

The Defending Pokémon is now Burned.

Fire Blast 90
Fire · Colorless · Colorless · Colorless

Discard a Fire Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw3p_ja-9vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3p_ja-9vh",
    "name": "Moltres",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/9vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/9vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/9vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3p_ja",
      "name": "Psycho Drive",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Psycho Drive"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601009",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/9vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/9vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/9vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Searing Flame",
        "text": "The Defending Pokémon is now Burned.",
        "damage": "50"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Fire Blast",
        "text": "Discard a Fire Energy attached to this Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16
        },
        {
          "condition": "LP",
          "price": 3
        },
        {
          "condition": "MP",
          "price": 4.49
        },
        {
          "condition": "HP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 52,
          "low": 24,
          "high": 79.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "4",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 125,
          "low": 44.75,
          "high": 205.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 38.68,
          "low": 24.23,
          "high": 24.23,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 20,
          "high": 21.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 13
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 78.88,
          "low": 48.5,
          "high": 156.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:02:32.320Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}