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

← Crossing the Ruins...
Tyrogue

Tyrogue

Common #236 Pokémon HP 30
Types
Fighting
Illustrator
Miki Tanaka
Expansion
Crossing the Ruins... · Neo
Language
Japanese
TCGplayer

Attacks

Smash Punch 30
Colorless

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

GET /api/v1/pokemon/cards/neo2_ja-33?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2_ja-33",
    "name": "Tyrogue",
    "number": "236",
    "printed_number": "236",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-33.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2_ja",
      "name": "Crossing the Ruins...",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 56,
      "release_date": "2000/07/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Crossing the Ruins..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "types": [
      "Fighting"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Smash Punch",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "rarity": "Common",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 3.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.19
        },
        {
          "condition": "LP",
          "price": 1.5
        },
        {
          "condition": "MP",
          "price": 1.19
        },
        {
          "condition": "HP",
          "price": 0.42
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 116.5,
          "low": 78,
          "high": 116.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 193.5,
          "low": 175,
          "high": 212,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.96,
          "low": 26,
          "high": 27.91,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:18:14.013Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}