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

← Ruby & Sapphire
Makuhita

Makuhita

Common #58 Pokémon Basic HP 50
Types
Fighting
Illustrator
Naoyo Kimura
Expansion
Ruby & Sapphire · EX
Language
English
TCGplayer
87127

Attacks

Fake Out 10
Fighting

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/ex1-58?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex1-58",
    "name": "Makuhita",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/58.large.webp"
      }
    ],
    "expansion": {
      "id": "ex1",
      "name": "Ruby & Sapphire",
      "total": 109,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RS",
      "printed_total": 109,
      "release_date": "2003/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87127",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Fake Out",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.86
        },
        {
          "condition": "LP",
          "price": 0.59
        },
        {
          "condition": "MP",
          "price": 0.48
        },
        {
          "condition": "HP",
          "price": 0.55
        },
        {
          "condition": "DMG",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.25,
          "low": 15.5,
          "high": 27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60.66,
          "low": 51.56,
          "high": 69.76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.68,
          "low": 12.5,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-11T03:30:37.364Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}