Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Journey Together
N's Darmanitan

N's Darmanitan

Uncommon #27
Illustrator
nagimiso
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623454
GET /api/v1/pokemon/cards/sv9-27vrh?include=prices 200 94ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-27vrh",
    "name": "N's Darmanitan",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27vrh.large.png"
      }
    ],
    "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": "623454",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/27vrh.large.png"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 109.6,
          "low": 64.4,
          "high": 154.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 182.19,
          "low": 175,
          "high": 175,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 42,
          "low": 35.7,
          "high": 48.3,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 59.79,
          "low": 59.79,
          "high": 59.79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 50.67,
          "low": 43.07,
          "high": 58.27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T02:09:29.861Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.63
      }
    }
  }
}