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

← Diamond & Pearl
Monferno

Monferno

Uncommon #56 Pokémon Stage 1 HP 70
Types
Fire
Illustrator
Ken Sugimori
Expansion
Diamond & Pearl · Diamond & Pearl
Language
English
TCGplayer
87570

Attacks

Flame Dance 30
Fire

Search your discard pile for a Fire Energy card and attach it to Monferno.

Fury Swipes 20
Colorless · Colorless

Flip 3 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/dp1-56?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1-56",
    "name": "Monferno",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/56.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/56.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/56.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1",
      "name": "Diamond & Pearl",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "DP",
      "printed_total": 130,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87570",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/56.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/56.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/56.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flame Dance",
        "text": "Search your discard pile for a Fire Energy card and attach it to Monferno.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 20 damage times the number of heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.7
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.26
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 61.99,
          "low": 42.99,
          "high": 80.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:58:35.862Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.78
      }
    }
  }
}