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

← Magma vs Aqua: Two Ambitions
Team Magma's Baltoy

Team Magma's Baltoy

Non #44 Pokémon Basic HP 50
Types
Psychic
Illustrator
Atsuko Ujiie
Expansion
Magma vs Aqua: Two Ambitions · ADV
Language
Japanese
TCGplayer
612892

Attacks

Psymist
Colorless

Flip 2 coins. For each heads, choose 1 of you opponent's Pokémon and put 1 damage counter on that Pokémon.

Pain Amplifier
Psychic · Colorless

Put 1 damage counter on each of your opponent's Pokémon that already has damage counters on it.

GET /api/v1/pokemon/cards/adv4_ja-44?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv4_ja-44",
    "name": "Team Magma's Baltoy",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/44.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/44.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/44.large.webp"
      }
    ],
    "expansion": {
      "id": "adv4_ja",
      "name": "Magma vs Aqua: Two Ambitions",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 80,
      "release_date": "2003/10/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Magma vs Aqua: Two Ambitions"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612892",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/44.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/44.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/44.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Psymist",
        "text": "Flip 2 coins. For each heads, choose 1 of you opponent's Pokémon and put 1 damage counter on that Pokémon."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pain Amplifier",
        "text": "Put 1 damage counter on each of your opponent's Pokémon that already has damage counters on it."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Atsuko Ujiie",
    "pricing": {
      "currency": "USD",
      "market": 0.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:07:16.663Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}