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
Ash's Treecko

Ash's Treecko

Promo #36 Pokémon Basic
Types
Grass
Illustrator
2003 Pikachu Project
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer

Attacks

Quick Attack 10+
Colorless

Flip a coin. If heads, this attack does 10 damage plus 20 more damage.

Tail Whap 40
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/advp_ja-36vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-36vh",
    "name": "Ash's Treecko",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/36vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/36vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/36vh.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": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/36vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/36vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/36vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tail Whap",
        "damage": "40"
      }
    ],
    "rarity": "Promo",
    "artist": "2003 Pikachu Project",
    "pricing": {
      "currency": "USD",
      "market": 100,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 100
        },
        {
          "condition": "DMG",
          "price": 45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 105.6,
          "low": 89.76,
          "high": 121.44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 108,
          "low": 91.8,
          "high": 124.2,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 6525,
          "low": 5599.99,
          "high": 6587.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 449.99,
          "low": 449.99,
          "high": 449.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 411,
          "low": 217,
          "high": 605,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:19:39.956Z",
      "trend_7d": {
        "direction": "up",
        "percent": 19.05
      }
    }
  }
}