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

← Aquapolis
Tyrogue

Tyrogue

Uncommon #63 Pokémon Baby HP 30
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Aquapolis · E-Card
Language
English
TCGplayer
90127

Attacks

Energy Punch 10
Fighting

Flip a coin. If heads, discard a Special Energy card attached to the Defending Pokémon. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/ecard2-63?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2-63",
    "name": "Tyrogue",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/63.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/63.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/63.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2",
      "name": "Aquapolis",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "AQ",
      "printed_total": 147,
      "release_date": "2003/01/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90127",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/63.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/63.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/63.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Baby"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Punch",
        "text": "Flip a coin. If heads, discard a Special Energy card attached to the Defending Pokémon. If tails, this attack does nothing.",
        "damage": "10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 29.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.33
        },
        {
          "condition": "LP",
          "price": 25.38
        },
        {
          "condition": "MP",
          "price": 17.16
        },
        {
          "condition": "HP",
          "price": 14.93
        },
        {
          "condition": "DMG",
          "price": 16.46
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 13.23,
          "low": 11.25,
          "high": 15.21,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 42,
          "low": 35.7,
          "high": 48.3,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 29,
          "low": 29,
          "high": 29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 699.99,
          "low": 59.38,
          "high": 699.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 34.54,
          "low": 41.32,
          "high": 41.32,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.51,
          "low": 21.68,
          "high": 29.34,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:58.336Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.52
      }
    }
  }
}