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
Scovillain

Scovillain

Shiny Rare #107 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
Kouki Saitou
Expansion
Paldean Fates · Scarlet & Violet
Language
English
TCGplayer
534481

Attacks

Spicy Headbutt 110
Grass · Colorless · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/sv4pt5-107vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4pt5-107vh",
    "name": "Scovillain",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/107vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/107vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/107vh.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": "534481",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/107vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/107vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/107vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Double Type",
        "text": "As long as this Pokémon is in play, it is Grass and Fire type.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spicy Headbutt",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Shiny Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.42
        },
        {
          "condition": "LP",
          "price": 2.22
        },
        {
          "condition": "MP",
          "price": 2.39
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.25,
          "low": 17.5,
          "high": 37,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9.61,
          "low": 9.61,
          "high": 9.61,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 49.83,
          "low": 71,
          "high": 71,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:07:25.510Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}