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

← Dawn Dash
Grovyle

Grovyle

Non #303 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Dawn Dash · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Greenness

Search your deck for up to 2 Grass Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward.

Poison Breath 30
Grass · Grass

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/dp4d_ja-303?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4d_ja-303",
    "name": "Grovyle",
    "number": "303",
    "printed_number": "303",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-303.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-303.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-303.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4d_ja",
      "name": "Dawn Dash",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dawn Dash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-303.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-303.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-303.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Greenness",
        "text": "Search your deck for up to 2 Grass Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Breath",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 3.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.46
        }
      ],
      "graded": [
        {
          "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": 25.2,
          "low": 21.42,
          "high": 28.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T08:18:46.965Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}