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

← Fusion Arts
Greedent V

Greedent V

Double Rare #85 Pokémon BasicV HP 210
Types
Colorless
Illustrator
PLANETA Yamashita
Expansion
Fusion Arts · Sword & Shield
Language
Japanese
TCGplayer
569586

Attacks

Body Slam 40
Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Greedy Front Teeth 120
Colorless · Colorless · Colorless

Draw 3 cards.

GET /api/v1/pokemon/cards/swsh8_ja-85vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8_ja-85vh",
    "name": "Greedent V",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/85vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/85vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/85vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8_ja",
      "name": "Fusion Arts",
      "total": 129,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8",
      "printed_total": 100,
      "release_date": "2021/09/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fusion Arts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569586",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/85vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/85vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/85vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Greedy Front Teeth",
        "text": "Draw 3 cards.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.67
        },
        {
          "condition": "LP",
          "price": 0.48
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 2.25,
          "low": 2.25,
          "high": 2.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 13,
          "low": 10,
          "high": 13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 17.5,
          "low": 16,
          "high": 22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.99,
          "low": 10.19,
          "high": 13.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8",
          "value": 11.99,
          "low": 10.19,
          "high": 13.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:01.545Z",
      "trend_7d": {
        "direction": "down",
        "percent": -30.93
      }
    }
  }
}