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

← Shiny Treasure ex
Riolu

Riolu

Holo #280 Pokémon Basic HP 70
Types
Fighting
Illustrator
sowsow
Expansion
Shiny Treasure ex · Scarlet & Violet
Language
Japanese
TCGplayer
567681

Attacks

Punch 10
Fighting
Reckless Charge 50
Fighting · Colorless

This Pokémon also does 20 damage to itself.

GET /api/v1/pokemon/cards/sv4a_ja-280vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4a_ja-280vh",
    "name": "Riolu",
    "number": "280",
    "printed_number": "280",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/280vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/280vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/280vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4a_ja",
      "name": "Shiny Treasure ex",
      "total": 360,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4a",
      "printed_total": 190,
      "release_date": "2023/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Treasure ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567681",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/280vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/280vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/280vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Punch",
        "damage": "10"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reckless Charge",
        "text": "This Pokémon also does 20 damage to itself.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Holo",
    "artist": "sowsow",
    "pricing": {
      "currency": "USD",
      "market": 4.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.92
        },
        {
          "condition": "LP",
          "price": 3.77
        },
        {
          "condition": "MP",
          "price": 1.99
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.88,
          "low": 16.75,
          "high": 35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.13,
          "low": 6.06,
          "high": 8.2,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.1,
          "low": 8.1,
          "high": 8.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 15.99,
          "low": 13.59,
          "high": 18.39,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:36:13.271Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.57
      }
    }
  }
}