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

← Gem Pack Vol. 3
Greavard

Greavard

Triple Rare #1607/07 Pokémon Basic HP 70
Types
Psychic
Illustrator
sowsow
Expansion
Gem Pack Vol. 3 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Graveyard Gamboling 10
Colorless

This attack does 10 damage for each Psychic Pokémon in your discard pile.

GET /api/v1/pokemon/cards/gem3-1607vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem3-1607vh",
    "name": "Greavard",
    "number": "1607/07",
    "printed_number": "1607/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1607vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1607vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1607vh.large.webp"
      }
    ],
    "expansion": {
      "id": "gem3",
      "name": "Gem Pack Vol. 3",
      "total": 136,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 136,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem3.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 3"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1607vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1607vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1607vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Graveyard Gamboling",
        "text": "This attack does 10 damage for each Psychic Pokémon in your discard pile.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "sowsow",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 63,
          "low": 61,
          "high": 67.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29,
          "low": 26,
          "high": 31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 18.3,
          "low": 18.27,
          "high": 18.32,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.26,
          "low": 44.57,
          "high": 51,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.28,
          "low": 18.23,
          "high": 18.33,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 29,
          "low": 24.5,
          "high": 33.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 29,
          "low": 26,
          "high": 31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:02:17.641Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}