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

← Journey Together
Lillie's Ribombee

Lillie's Ribombee

Rare #67 Pokémon Stage 1 HP 70
Types
Psychic
Illustrator
mashu
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623494

Attacks

Magical Shot 50
Psychic
GET /api/v1/pokemon/cards/sv9-67vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-67vh",
    "name": "Lillie's Ribombee",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/67vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/67vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/67vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623494",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/67vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/67vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/67vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Inviting Wink",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may have your opponent reveal their hand and you put any number of Basic Pokémon you find there onto their Bench.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Magical Shot",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "mashu",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.15
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8.8,
          "low": 7.48,
          "high": 10.12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 8.99,
          "low": 7.64,
          "high": 10.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 38,
          "low": 38,
          "high": 42.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 55.95,
          "low": 47.56,
          "high": 64.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.05,
          "low": 10.28,
          "high": 11.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.25,
          "low": 15,
          "high": 16,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8.5",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:18:25.710Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.76
      }
    }
  }
}