Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Mega Evolution Promos
Makuhita

Makuhita

Promo #4 Pokémon Basic
Types
Fighting
Illustrator
Takeshi Nakamura
Expansion
Mega Evolution Promos · Mega Evolution
Language
Japanese
TCGplayer

Attacks

Corkscrew Punch
Fighting
Confront
Fighting · Fighting
GET /api/v1/pokemon/cards/mp_ja-4?include=prices 200 43ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mp_ja-4",
    "name": "Makuhita",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/4.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/4.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/4.large.png"
      }
    ],
    "expansion": {
      "id": "mp_ja",
      "name": "Mega Evolution Promos",
      "total": 44,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "PROMO",
      "printed_total": 44,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Evolution Promos"
        }
      }
    },
    "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/mp_ja/4.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/4.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja/4.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Corkscrew Punch"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Confront"
      }
    ],
    "rarity": "Promo",
    "artist": "Takeshi Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 4.8,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 50.13,
          "low": 46,
          "high": 46,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-29T03:57:38.052Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}