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

← Generations
Team Flare Grunt

Team Flare Grunt

Rare Ultra #73a Trainer Supporter
Illustrator
Naoki Saito
Expansion
Generations · XY
Language
English
TCGplayer
148351
GET /api/v1/pokemon/cards/g1-73avrh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-73avrh",
    "name": "Team Flare Grunt",
    "number": "73a",
    "printed_number": "73a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/73avrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/73avrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/73avrh.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "148351",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/73avrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/73avrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/73avrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 20.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.8
        },
        {
          "condition": "LP",
          "price": 15.77
        },
        {
          "condition": "MP",
          "price": 13.44
        },
        {
          "condition": "HP",
          "price": 11.93
        },
        {
          "condition": "DMG",
          "price": 9.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T11:51:27.333Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.19
      }
    }
  }
}