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

← P Promos
Tyrogue

Tyrogue

Promo #23 Pokémon HP 30
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
P Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpp_ja-23?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpp_ja-23",
    "name": "Tyrogue",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/23.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpp_ja",
      "name": "P Promos",
      "total": 47,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 47,
      "release_date": "2001/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "P Promos"
        }
      }
    },
    "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/miscpp_ja/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "types": [
      "Fighting"
    ],
    "hp": "30",
    "rarity": "Promo",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": []
    }
  }
}