Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Temporal Forces
Rapidash

Rapidash

Uncommon #27 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Ryota Murayama
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542771

Attacks

Combustion 20
Colorless
Inferno Onrush 120
Fire · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/sv5-27?include=prices 200 89ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-27",
    "name": "Rapidash",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/27.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/27.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/27.large.png"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542771",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/27.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/27.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/27.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Combustion",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Inferno Onrush",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T14:11:03.389Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5
      }
    }
  }
}