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

← Spiral Force
Treecko

Treecko

usually #3 Pokémon Basic
Types
Grass
Illustrator
Naoki Saito
Expansion
Spiral Force · Black & White
Language
Japanese
TCGplayer
602224

Attacks

Pound 10
Colorless
Reckless Charge 30
Grass · Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/bw8s_ja-3?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8s_ja-3",
    "name": "Treecko",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8s_ja",
      "name": "Spiral Force",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Spiral Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602224",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reckless Charge",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "30"
      }
    ],
    "rarity": "usually",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        },
        {
          "condition": "MP",
          "price": 1.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.2,
          "low": 11.22,
          "high": 15.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55.5,
          "low": 47.18,
          "high": 63.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.15,
          "low": 16.23,
          "high": 25.43,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:55:16.429Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.55
      }
    }
  }
}