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

← Destined Rivals
Growlithe

Growlithe

Common #27
Illustrator
ryoma uratsuka
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632850
GET /api/v1/pokemon/cards/sv10-27?include=prices 200 223ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-27",
    "name": "Growlithe",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/27.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/27.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/27.large.png"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632850",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/27.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/27.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/27.large.png"
          }
        ]
      }
    ],
    "rarity": "Common",
    "artist": "ryoma uratsuka",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T20:52:29.481Z",
      "trend_7d": {
        "direction": "up",
        "percent": 20
      }
    }
  }
}