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

← Gem Pack
Lechonk

Lechonk

Rare #1604/05 Pokémon Basic HP 60
Types
Colorless
Illustrator
kodama
Expansion
Gem Pack · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Collect
Colorless

Draw a card.

Tackle 30
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/gem1-1604?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem1-1604",
    "name": "Lechonk",
    "number": "1604/05",
    "printed_number": "1604/05",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1604.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1604.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1604.large.webp"
      }
    ],
    "expansion": {
      "id": "gem1",
      "name": "Gem Pack",
      "total": 115,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 115,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem1.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1604.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1604.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1604.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Collect",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tackle",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 1.62,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 49,
          "low": 48.5,
          "high": 49.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.5,
          "low": 22.25,
          "high": 22.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 12.46,
          "low": 10.59,
          "high": 14.33,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.81,
          "low": 36.79,
          "high": 38.12,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.46,
          "low": 12.44,
          "high": 12.82,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 22.5,
          "low": 22.25,
          "high": 22.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:41:24.956Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.62
      }
    }
  }
}