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

← Shining Fates
Applin

Applin

Rare Shiny #SV012 Pokémon Basic HP 40
Types
Grass
Illustrator
otumami
Expansion
Shining Fates · Sword & Shield
Language
English
TCGplayer
232359

Attacks

Withdraw
Colorless

Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks.

GET /api/v1/pokemon/cards/swsh45sv-SV012vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh45sv-SV012vh",
    "name": "Applin",
    "number": "SV012",
    "printed_number": "SV012",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV012vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV012vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV012vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh45",
      "name": "Shining Fates",
      "total": 73,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SHF",
      "printed_total": 72,
      "release_date": "2021/02/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "232359",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV012vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV012vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV012vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Withdraw",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Shiny",
    "artist": "otumami",
    "pricing": {
      "currency": "USD",
      "market": 9.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.85
        },
        {
          "condition": "LP",
          "price": 7.42
        },
        {
          "condition": "MP",
          "price": 6.01
        },
        {
          "condition": "HP",
          "price": 4
        },
        {
          "condition": "DMG",
          "price": 1.03
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 37.5,
          "low": 31.25,
          "high": 43.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14.5,
          "low": 9.25,
          "high": 19.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 71.54,
          "low": 79.99,
          "high": 79.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.49,
          "low": 23.49,
          "high": 26.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:39:09.707Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.82
      }
    }
  }
}