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

← ADV Promos
Treecko

Treecko

Promo #15 Pokémon Basic
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer
613645

Attacks

Pound 10
Colorless
Sporadic Sponging 10
Grass

Flip a coin. If heads, remove 1 damage counter from Treecko.

GET /api/v1/pokemon/cards/advp_ja-15vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-15vh",
    "name": "Treecko",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/15vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/15vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/15vh.large.webp"
      }
    ],
    "expansion": {
      "id": "advp_ja",
      "name": "ADV Promos",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 63,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613645",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/15vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/15vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/15vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "10"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Sporadic Sponging",
        "text": "Flip a coin. If heads, remove 1 damage counter from Treecko.",
        "damage": "10"
      }
    ],
    "rarity": "Promo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 94.1,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 94.1
        },
        {
          "condition": "LP",
          "price": 13
        },
        {
          "condition": "MP",
          "price": 10
        },
        {
          "condition": "DMG",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 62.49,
          "low": 53.12,
          "high": 71.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1756,
          "low": 1580,
          "high": 1580,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 108.82,
          "low": 101.76,
          "high": 137.66,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-31T02:31:54.883Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}