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

← HS—Undaunted
Pineco

Pineco

Common #63 Pokémon Basic HP 60
Types
Grass
Illustrator
Kyoko Umemoto
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
88130

Attacks

Focus Energy
Colorless

During your next turn, Pineco's Surprise Attack attack's base damage is 80.

Surprise Attack 40
Grass · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/hgss3-63vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-63vrh",
    "name": "Pineco",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/63vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/63vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/63vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss3",
      "name": "HS—Undaunted",
      "total": 91,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UD",
      "printed_total": 90,
      "release_date": "2010/08/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88130",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/63vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/63vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/63vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Focus Energy",
        "text": "During your next turn, Pineco's Surprise Attack attack's base damage is 80."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 0.98
        },
        {
          "condition": "MP",
          "price": 0.58
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:46:27.146Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}