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

← Clash at the Summit
Magby

Magby

Non #12 Pokémon Basic HP 30
Types
Fire
Illustrator
Masakazu Fukuda
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608388

Attacks

Play with Fire

The Defending Pokémon is now Burned. Magby is now Asleep.

GET /api/v1/pokemon/cards/l3_ja-12?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-12",
    "name": "Magby",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/12.large.webp"
      }
    ],
    "expansion": {
      "id": "l3_ja",
      "name": "Clash at the Summit",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L3",
      "printed_total": 80,
      "release_date": "2010/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash at the Summit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608388",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Sweet Sleeping Face",
        "text": "As long as Magby is Asleep, prevent all damage done to Magby by attacks.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Play with Fire",
        "text": "The Defending Pokémon is now Burned. Magby is now Asleep."
      }
    ],
    "rarity": "Non",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 63,
          "low": 53.55,
          "high": 72.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T11:02:38.508Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}