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

← Paldean Fates
Revavroom

Revavroom

Rare #65 Pokémon Stage 1 HP 140
Types
Metal
Illustrator
Anesaki Dynamic
Expansion
Paldean Fates · Scarlet & Violet
Language
English
TCGplayer
534427

Attacks

Knock Away 90
Metal · Colorless · Colorless · Colorless

Flip a coin. If heads, this attack does 90 more damage.

GET /api/v1/pokemon/cards/sv4pt5-65vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4pt5-65vh",
    "name": "Revavroom",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/65vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/65vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/65vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4pt5",
      "name": "Paldean Fates",
      "total": 245,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAF",
      "printed_total": 91,
      "release_date": "2024/01/26",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "534427",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/65vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/65vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/65vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Rumbling Engine",
        "text": "You must discard an Energy card from your hand in order to use this Ability. Once during your turn, you may draw cards until you have 6 cards in your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Knock Away",
        "text": "Flip a coin. If heads, this attack does 90 more damage.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 14,
          "low": 14,
          "high": 30.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:35:28.494Z",
      "trend_7d": {
        "direction": "up",
        "percent": 16.67
      }
    }
  }
}