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

← Plasma Storm
Riolu

Riolu

Common #75 Pokémon Basic HP 60
Types
Fighting
Illustrator
Ken Sugimori
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
88761

Attacks

Punch 10
Colorless
Kick 20
Fighting · Colorless
GET /api/v1/pokemon/cards/bw8-75?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-75",
    "name": "Riolu",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/75.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/75.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/75.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88761",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/75.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/75.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/75.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Punch",
        "damage": "10"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Kick",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.62
        },
        {
          "condition": "LP",
          "price": 0.58
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "HP",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}