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

← Call of Legends
Tyrogue

Tyrogue

Rare #36 Pokémon Basic HP 30
Types
Fighting
Illustrator
Shigenori Negishi
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
90132

Attacks

Mischievous Punch 30

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

GET /api/v1/pokemon/cards/col1-36vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-36vrh",
    "name": "Tyrogue",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/36vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/36vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/36vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90132",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/36vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/36vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/36vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "30",
    "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": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 5.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.75
        },
        {
          "condition": "LP",
          "price": 5.65
        },
        {
          "condition": "MP",
          "price": 3.57
        },
        {
          "condition": "HP",
          "price": 2.5
        },
        {
          "condition": "DMG",
          "price": 2.95
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 153,
          "low": 153,
          "high": 158,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12.2,
          "low": 10.37,
          "high": 14.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.37
      }
    }
  }
}