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

← Space Time Creation
Medicham

Medicham

Non #359 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Space Time Creation · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Force Palm
Fighting

Count the number of damage counters on Medicham. Put that many damage counters on 1 of your opponent's Pokémon.

Spinning Kick 80
Fighting · Fighting · Colorless

Medicham does 20 damage to itself.

GET /api/v1/pokemon/cards/dp1_ja-359?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1_ja-359",
    "name": "Medicham",
    "number": "359",
    "printed_number": "359",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-359.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-359.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-359.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1_ja",
      "name": "Space Time Creation",
      "total": 130,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP1",
      "printed_total": 130,
      "release_date": "2006/11/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Time Creation"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-359.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-359.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-359.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Force Palm",
        "text": "Count the number of damage counters on Medicham. Put that many damage counters on 1 of your opponent's Pokémon."
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spinning Kick",
        "text": "Medicham does 20 damage to itself.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Non",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 1.25
        },
        {
          "condition": "HP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 41.33,
          "low": 35.13,
          "high": 47.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:39.712Z",
      "trend_7d": {
        "direction": "down",
        "percent": -33.26
      }
    }
  }
}