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

← XY Trainer Kit Latias
Grovyle

Grovyle

Common #18 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
match
Expansion
XY Trainer Kit Latias · XY
Language
English
TCGplayer
98337

Attacks

Pound 20
Grass
Agility 40
Grass · Colorless · Colorless

Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.

GET /api/v1/pokemon/cards/tk8b-18?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk8b-18",
    "name": "Grovyle",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8b-18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8b-18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8b-18.large.webp"
      }
    ],
    "expansion": {
      "id": "tk8b",
      "name": "XY Trainer Kit Latias",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2015/04/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk8b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk8b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98337",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8b-18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8b-18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8b-18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Agility",
        "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.28
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:09:55.640Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}