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

← Awakening Legends
Magcargo

Magcargo

Uncommon #219 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Shin-ichi Yoshida
Expansion
Awakening Legends · Neo
Language
Japanese
TCGplayer

Attacks

Lava Flow 40+
Fire · Fire · Fire

You may discard any number of Fire Energy cards attached to Magcargo when you use this attack. If you do, this attack does 40 damage plus 20 more damage for each Fire Energy card you discarded in this way.

GET /api/v1/pokemon/cards/neo3_ja-9?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3_ja-9",
    "name": "Magcargo",
    "number": "219",
    "printed_number": "219",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-9.large.webp"
      }
    ],
    "expansion": {
      "id": "neo3_ja",
      "name": "Awakening Legends",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 57,
      "release_date": "2000/11/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakening Legends"
        }
      }
    },
    "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/neo3_ja-9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Magma Pool",
        "text": "If Magcargo is your Active Pokémon and moves to the Bench, remove 1 Fire Energy card attached to Magcargo, if any, and attach it to the new Active Pokémon. (You can't choose an Energy card that you used to pay the Retreat Cost.)",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 3,
        "name": "Lava Flow",
        "text": "You may discard any number of Fire Energy cards attached to Magcargo when you use this attack. If you do, this attack does 40 damage plus 20 more damage for each Fire Energy card you discarded in this way.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin-ichi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 2.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.47
        },
        {
          "condition": "LP",
          "price": 1.07
        },
        {
          "condition": "MP",
          "price": 0.71
        },
        {
          "condition": "HP",
          "price": 0.49
        },
        {
          "condition": "DMG",
          "price": 1.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30.75,
          "low": 14.5,
          "high": 47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.95,
          "low": 36,
          "high": 36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:47:12.814Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}