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

← Paldea Evolved
Corviknight

Corviknight

Uncommon #148 Pokémon Stage 2 HP 170
Types
Metal
Illustrator
Scav
Expansion
Paldea Evolved · Scarlet & Violet
Language
English
TCGplayer
497561

Attacks

Accelerate 50
Metal

If your opponent's Pokémon is Knocked Out by damage from this attack, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.

Spinning Bird 200
Metal · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv2-148?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2-148",
    "name": "Corviknight",
    "number": "148",
    "printed_number": "148",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/148.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/148.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/148.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2",
      "name": "Paldea Evolved",
      "total": 279,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAL",
      "printed_total": 193,
      "release_date": "2023/06/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "497561",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/148.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/148.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/148.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Accelerate",
        "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spinning Bird",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Scav",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:32:55.520Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.33
      }
    }
  }
}