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

← Battle Partners
Magearna

Magearna

Rare #67 Pokémon Basic HP 90
Types
Metal
Illustrator
rika
Expansion
Battle Partners · Scarlet & Violet
Language
Japanese
TCGplayer
614918

Attacks

Spike Draw 20
Colorless

Draw 2 cards.

GET /api/v1/pokemon/cards/sv9_ja-67vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9_ja-67vh",
    "name": "Magearna",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/67vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/67vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/67vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9_ja",
      "name": "Battle Partners",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV9",
      "printed_total": 100,
      "release_date": "2025/01/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Partners"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "614918",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/67vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/67vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/67vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Auto Heal",
        "text": "As long as this Pokémon is in the Active Spot, whenever you attach an Energy card from your hand to 1 of your Pokémon, heal 90 damage from it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spike Draw",
        "text": "Draw 2 cards.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "rika",
    "pricing": {
      "currency": "USD",
      "market": 0.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.52
        },
        {
          "condition": "LP",
          "price": 0.08
        },
        {
          "condition": "MP",
          "price": 0.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T05:38:00.402Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}