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

← Dawn Dash
Treecko

Treecko

usually #302 Pokémon Basic HP 50
Types
Grass
Illustrator
Kouki Saitou
Expansion
Dawn Dash · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Energy Ball 10+
Colorless

Does 10 damage plus 10 more damage for each Energy attached to Treecko but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.

Absorb 20
Grass · Colorless

Remove 1 damage counter from Treecko.

GET /api/v1/pokemon/cards/dp4d_ja-302?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4d_ja-302",
    "name": "Treecko",
    "number": "302",
    "printed_number": "302",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-302.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-302.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-302.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4d_ja",
      "name": "Dawn Dash",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dawn Dash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-302.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-302.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-302.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Ball",
        "text": "Does 10 damage plus 10 more damage for each Energy attached to Treecko but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.",
        "damage": "10+"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Absorb",
        "text": "Remove 1 damage counter from Treecko.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.69
        },
        {
          "condition": "LP",
          "price": 2.5
        },
        {
          "condition": "HP",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48,
          "low": 40.8,
          "high": 55.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 48.53,
          "low": 29,
          "high": 29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:27:23.046Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}