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

← Beat of the Frontier
Medicham

Medicham

Rare #43 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Masakazu Fukuda
Expansion
Beat of the Frontier · Platinum
Language
Japanese
TCGplayer
607423

Attacks

Channeling 60
Psychic · Colorless

Your opponent draws 2 cards.

Chakra Points 10+
Psychic · Colorless · Colorless

Does 10 damage plus 10 more damage for each card in your opponent's hand.

GET /api/v1/pokemon/cards/pt3_ja-43?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt3_ja-43",
    "name": "Medicham",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "pt3_ja",
      "name": "Beat of the Frontier",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT3",
      "printed_total": 100,
      "release_date": "2009/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Beat of the Frontier"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607423",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Channeling",
        "text": "Your opponent draws 2 cards.",
        "damage": "60"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Chakra Points",
        "text": "Does 10 damage plus 10 more damage for each card in your opponent's hand.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:54:31.669Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}