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

← HeartGold Collection
Octillery

Octillery

Rare Holo #29 Pokémon Stage 1
Types
Water
Illustrator
Ken Sugimori
Expansion
HeartGold Collection · LEGEND
Language
Japanese
TCGplayer
608031

Attacks

Switch Cannon
Water

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

Ink Bomb 50
Water · Colorless · Colorless

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

GET /api/v1/pokemon/cards/l1hg_ja-29vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1hg_ja-29vh",
    "name": "Octillery",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/29vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/29vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/29vh.large.webp"
      }
    ],
    "expansion": {
      "id": "l1hg_ja",
      "name": "HeartGold Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.symbol.png",
      "translation": {
        "en": {
          "name": "HeartGold Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608031",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/29vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/29vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/29vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Switch Cannon",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Switch Octillery with 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ink Bomb",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "50"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32,
          "low": 30,
          "high": 63.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 12,
          "high": 16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:20:16.345Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}