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

← Champion Road
Ho-Oh

Ho-Oh

Non #48 Pokémon Basic HP 130
Types
Colorless
Illustrator
Aya Kusube
Expansion
Champion Road · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Rainbow Burn 30+
Colorless · Colorless · Colorless

This attack does 30 more damage for each type of basic Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sm6b_ja-48?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6b_ja-48",
    "name": "Ho-Oh",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/48.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6b_ja",
      "name": "Champion Road",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6b",
      "printed_total": 66,
      "release_date": "2018/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Champion Road"
        }
      }
    },
    "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/sm6b_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rainbow Burn",
        "text": "This attack does 30 more damage for each type of basic Energy attached to this Pokémon.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 2.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.81
        },
        {
          "condition": "LP",
          "price": 1.98
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 67,
          "low": 50.5,
          "high": 67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.99,
          "low": 16.24,
          "high": 68.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:34:12.822Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}