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

← Ultra Sun
Monferno

Monferno

usually #19 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Shigenori Negishi
Expansion
Ultra Sun · Sun & Moon
Language
Japanese
TCGplayer
572078

Attacks

Super Singe 20
Fire

Your opponent's Active Pokémon is now Burned.

GET /api/v1/pokemon/cards/sm5s_ja-19?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5s_ja-19",
    "name": "Monferno",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/19.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5s_ja",
      "name": "Ultra Sun",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5S",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572078",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Super Singe",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:45.928Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.92
      }
    }
  }
}