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

← Red Flash
Gogoat

Gogoat

Non #8 Pokémon Stage 1 HP 120
Types
Grass
Illustrator
Masakazu Fukuda
Expansion
Red Flash · XY
Language
Japanese
TCGplayer
604078

Attacks

Overrun 10
Grass

This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Horn Leech 90
Grass · Grass · Grass

Heal 30 from this Pokémon.

GET /api/v1/pokemon/cards/xy8r_ja-8?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8r_ja-8",
    "name": "Gogoat",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/8.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8r_ja",
      "name": "Red Flash",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Flash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604078",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Overrun",
        "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 3,
        "name": "Horn Leech",
        "text": "Heal 30 from this Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:03:42.741Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}