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

← T Promos
Moltres

Moltres

Promo #13 Pokémon Basic HP 80
Types
Fire
Illustrator
Midori Harada
Expansion
T Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpt_ja-13?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpt_ja-13",
    "name": "Moltres",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpt_ja",
      "name": "T Promos",
      "total": 24,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 24,
      "release_date": "2002/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.symbol.png",
      "translation": {
        "en": {
          "name": "T Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Fire Immunity",
        "text": "You can't attach Fire Energy cards from your hand to Moltres.",
        "type": "Poké-Body"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Promo",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 74.93,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 125.87,
          "low": 149,
          "high": 149,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 149.99,
          "low": 134.1,
          "high": 623.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 223.38,
          "low": 70.28,
          "high": 276.68,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:29:40.268Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}