Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 4
Grotle

Grotle

Double Rare #0806/07 Pokémon Stage 1 HP 120
Types
Grass
Illustrator
Uninori
Expansion
Gem Pack Vol. 4 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Cut 20
Colorless
Ramming Shell 50
Colorless · Colorless · Colorless

During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance) .

GET /api/v1/pokemon/cards/gem4-0806vh?include=prices 200 58ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem4-0806vh",
    "name": "Grotle",
    "number": "0806/07",
    "printed_number": "0806/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0806vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0806vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0806vh.large.webp"
      }
    ],
    "expansion": {
      "id": "gem4",
      "name": "Gem Pack Vol. 4",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/02/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem4.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 4"
        }
      }
    },
    "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/gem4-0806vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0806vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0806vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Cut",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ramming Shell",
        "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance) .",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Uninori",
    "pricing": {
      "currency": "USD",
      "market": 1.4,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 50.5,
          "low": 49.5,
          "high": 51.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.5,
          "low": 22.75,
          "high": 24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.36,
          "low": 38.42,
          "high": 39.48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.62,
          "low": 12.32,
          "high": 12.66,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 14,
          "low": 13.5,
          "high": 14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 23.5,
          "low": 22.75,
          "high": 24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T11:49:00.690Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.6
      }
    }
  }
}