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

← SoulSilver Collection
Tyrogue

Tyrogue

Rare #48 Pokémon Basic
Types
Fighting
Illustrator
Ken Sugimori
Expansion
SoulSilver Collection · LEGEND
Language
Japanese
TCGplayer
608283

Attacks

Mischievous Punch 30

This attack's damage isn't affected by Weakness or Resistance. Tyrogue is now Asleep.

GET /api/v1/pokemon/cards/l1ss_ja-48?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1ss_ja-48",
    "name": "Tyrogue",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/48.large.webp"
      }
    ],
    "expansion": {
      "id": "l1ss_ja",
      "name": "SoulSilver Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1ss_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1ss_ja.symbol.png",
      "translation": {
        "en": {
          "name": "SoulSilver Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608283",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "abilities": [
      {
        "name": "Sweet Sleeping Face",
        "text": "As long as Tyrogue is Asleep, prevent all damage done to Tyrogue by attacks.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Mischievous Punch",
        "text": "This attack's damage isn't affected by Weakness or Resistance. Tyrogue is now Asleep.",
        "damage": "30"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 18.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 59,
          "low": 50.15,
          "high": 67.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T00:03:07.155Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}