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

← Rebel Clash
Eldegoss V

Eldegoss V

Rare Holo V #19 Pokémon BasicV HP 180
Types
Grass
Illustrator
5ban Graphics
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213091

Attacks

Float Up 50
Colorless · Colorless

You may shuffle this Pokémon and all attached cards into your deck.

GET /api/v1/pokemon/cards/swsh2-19vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-19vh",
    "name": "Eldegoss V",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2",
      "name": "Rebel Clash",
      "total": 209,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "RCL",
      "printed_total": 192,
      "release_date": "2020/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213091",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Grass"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Happy Match",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may put a Supporter card from your discard pile into your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Float Up",
        "text": "You may shuffle this Pokémon and all attached cards into your deck.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo V",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.9
        },
        {
          "condition": "LP",
          "price": 0.84
        },
        {
          "condition": "MP",
          "price": 0.84
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BCCG",
          "grade": "10",
          "value": 6.99,
          "low": 5.94,
          "high": 8.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.23,
          "low": 41.7,
          "high": 47.3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8.32,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:45:11.316Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.26
      }
    }
  }
}