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

← HS—Triumphant
Magby

Magby

Uncommon #41 Pokémon Basic HP 30
Types
Fire
Illustrator
Masakazu Fukuda
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
87006

Attacks

Play with Fire

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

GET /api/v1/pokemon/cards/hgss4-41vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-41vrh",
    "name": "Magby",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/41vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/41vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/41vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87006",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/41vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/41vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/41vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Sweet Sleeping Face",
        "text": "As long as Magby is Asleep, prevents 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": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.31
        },
        {
          "condition": "LP",
          "price": 0.68
        },
        {
          "condition": "MP",
          "price": 0.98
        },
        {
          "condition": "HP",
          "price": 0.37
        },
        {
          "condition": "DMG",
          "price": 0.7
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.5,
          "low": 20.83,
          "high": 28.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:15:00.976Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}