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

← Dragon Vault
First Ticket

First Ticket

Common #19 Trainer Item
Illustrator
5ban Graphics
Expansion
Dragon Vault · Black & White
Language
English
TCGplayer
85470
GET /api/v1/pokemon/cards/dv1-19vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dv1-19vh",
    "name": "First Ticket",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dv1",
      "name": "Dragon Vault",
      "total": 21,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRV",
      "printed_total": 20,
      "release_date": "2012/10/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85470",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.78
        },
        {
          "condition": "LP",
          "price": 0.55
        },
        {
          "condition": "MP",
          "price": 0.47
        },
        {
          "condition": "HP",
          "price": 0.44
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.49,
          "low": 16.24,
          "high": 17.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.99,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:47:06.103Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.24
      }
    }
  }
}