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

Common #1601/07 Pokémon Basic HP 70
Types
Psychic
Illustrator
yuu
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-1601?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem3-1601",
    "name": "Greavard",
    "number": "1601/07",
    "printed_number": "1601/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1601.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1601.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1601.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1601.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1601.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1601.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": "Common",
    "artist": "yuu",
    "pricing": {
      "currency": "USD",
      "market": 1.55,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T11:47:03.559Z",
      "trend_7d": {
        "direction": "down",
        "percent": -15.76
      }
    }
  }
}