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

← DP Trainer Kit Lucario
Riolu

Riolu

Common #6 Pokémon Basic HP 60
Types
Fighting
Illustrator
Ken Sugimori
Expansion
DP Trainer Kit Lucario · Diamond & Pearl
Language
English
TCGplayer
88753

Attacks

Wild Kick 30
Fighting

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/tk3b-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3b-6",
    "name": "Riolu",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-6.large.webp"
      }
    ],
    "expansion": {
      "id": "tk3b",
      "name": "DP Trainer Kit Lucario",
      "total": 11,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "printed_total": 11,
      "release_date": "2007/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88753",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Wild Kick",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.8
        },
        {
          "condition": "LP",
          "price": 0.48
        },
        {
          "condition": "MP",
          "price": 0.36
        },
        {
          "condition": "HP",
          "price": 0.22
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:57:39.649Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}