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

← McDonald's Collection 2015
Treecko

Treecko

Common #1 Pokémon Basic HP 60
Types
Grass
Illustrator
Akira Komayama
Expansion
McDonald's Collection 2015 · Other
Language
English
TCGplayer
110429

Attacks

Quick Attack 10
Grass

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

GET /api/v1/pokemon/cards/mcd15-1?include=prices 200 41ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd15-1",
    "name": "Treecko",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/1.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd15",
      "name": "McDonald's Collection 2015",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2015/11/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "110429",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 6.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.95
        },
        {
          "condition": "LP",
          "price": 3.72
        },
        {
          "condition": "MP",
          "price": 1.6
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:09:30.416Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}