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

← Sun & Moon
Team Skull Grunt

Team Skull Grunt

Rare Ultra #149 Trainer Supporter
Illustrator
Sanosuke Sakuma
Expansion
Sun & Moon · Sun & Moon
Language
English
TCGplayer
127021
GET /api/v1/pokemon/cards/sm1-149vh?include=prices 200 73ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1-149vh",
    "name": "Team Skull Grunt",
    "number": "149",
    "printed_number": "149",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/149vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/149vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/149vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1",
      "name": "Sun & Moon",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SUM",
      "printed_total": 149,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "127021",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/149vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/149vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/149vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 7.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.94
        },
        {
          "condition": "LP",
          "price": 6.93
        },
        {
          "condition": "MP",
          "price": 5.75
        },
        {
          "condition": "HP",
          "price": 5.73
        },
        {
          "condition": "DMG",
          "price": 3.88
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 43.03,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11.05,
          "low": 12.45,
          "high": 12.45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77.54,
          "low": 52.28,
          "high": 121.73,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 9,
          "high": 10,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.2,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.49,
          "low": 19.99,
          "high": 21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:33:45.251Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.66
      }
    }
  }
}