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

← Shiny Treasure ex
Dolliv

Dolliv

Common #16 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Mina Nakai
Expansion
Shiny Treasure ex · Scarlet & Violet
Language
Japanese
TCGplayer
567367

Attacks

Slap 20
Colorless
Apply Oil 40
Grass · Colorless

During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen.

GET /api/v1/pokemon/cards/sv4a_ja-16vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4a_ja-16vrh",
    "name": "Dolliv",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/16vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/16vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/16vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4a_ja",
      "name": "Shiny Treasure ex",
      "total": 360,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4a",
      "printed_total": 190,
      "release_date": "2023/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Treasure ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567367",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/16vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/16vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/16vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Slap",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Apply Oil",
        "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        },
        {
          "condition": "LP",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.5,
          "low": 4,
          "high": 19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T07:07:20.305Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.06
      }
    }
  }
}