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

← XY Trainer Kit Latios
Rhyhorn

Rhyhorn

Common #23 Pokémon Basic HP 80
Types
Fighting
Illustrator
Midori Harada
Expansion
XY Trainer Kit Latios · XY
Language
English
TCGplayer
98372

Attacks

Take Down 40
Fighting · Fighting

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/tk8a-23?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk8a-23",
    "name": "Rhyhorn",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-23.large.webp"
      }
    ],
    "expansion": {
      "id": "tk8a",
      "name": "XY Trainer Kit Latios",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2015/04/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk8a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk8a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98372",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Take Down",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        },
        {
          "condition": "LP",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "HP",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:07:27.410Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}