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

← Shrouded Fable
Janine's Secret Art

Janine's Secret Art

Uncommon #59 Trainer Supporter
Illustrator
Taira Akitsu
Expansion
Shrouded Fable · Scarlet & Violet
Language
English
TCGplayer
560370
GET /api/v1/pokemon/cards/sv6pt5-59?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6pt5-59",
    "name": "Janine's Secret Art",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/59.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6pt5",
      "name": "Shrouded Fable",
      "total": 99,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SFA",
      "printed_total": 64,
      "release_date": "2024/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "560370",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.15
        },
        {
          "condition": "MP",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:55:18.783Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.33
      }
    }
  }
}