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 #3 Pokémon Basic
Types
Grass
Illustrator
Atsuko Nishida
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer
613644

Attacks

Tail Slap 10
Colorless
Razor Leaf 20
Grass · Colorless
GET /api/v1/pokemon/cards/advp_ja-3vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-3vh",
    "name": "Treecko",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/3vh.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": "613644",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Slap",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Leaf",
        "damage": "20"
      }
    ],
    "rarity": "Promo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 72
        },
        {
          "condition": "LP",
          "price": 13
        },
        {
          "condition": "MP",
          "price": 10
        },
        {
          "condition": "HP",
          "price": 4.33
        },
        {
          "condition": "DMG",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 884.01,
          "low": 874,
          "high": 906,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.01,
          "low": 14.46,
          "high": 19.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 956.25,
          "low": 597,
          "high": 1134.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40.17,
          "low": 35.08,
          "high": 40.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 158.19,
          "low": 52.65,
          "high": 365.85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-08-23T20:54:05.636Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}