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

← Mythical & Legendary Dream Shine Collection
Moltres

Moltres

Common #5 Pokémon Basic
Types
Fire
Illustrator
OOYAMA
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606045

Attacks

Combustion 20
Fire
Flying Flare 80+
Fire · Fire · Colorless · Colorless

You may do 40 more damage. If you do, this Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/cp5_ja-5?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-5",
    "name": "Moltres",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/5.large.webp"
      }
    ],
    "expansion": {
      "id": "cp5_ja",
      "name": "Mythical & Legendary Dream Shine Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP5",
      "printed_total": 36,
      "release_date": "2016/07/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mythical & Legendary Dream Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606045",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Combustion",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Flying Flare",
        "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself.",
        "damage": "80+"
      }
    ],
    "rarity": "Common",
    "artist": "OOYAMA",
    "pricing": {
      "currency": "USD",
      "market": 15.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.73
        },
        {
          "condition": "MP",
          "price": 15
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 107.54,
          "low": 91.41,
          "high": 123.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 123.8,
          "low": 105.23,
          "high": 142.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 36.25,
          "low": 20.5,
          "high": 52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 170.5,
          "low": 150.06,
          "high": 251,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -29
          }
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 200,
          "low": 199.99,
          "high": 200,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 46.45,
          "low": 39.48,
          "high": 53.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-22T00:48:22.400Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}