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

← Double Crisis
Team Magma's Great Ball

Team Magma's Great Ball

Uncommon #31 Trainer Item
Illustrator
Toyste Beach
Expansion
Double Crisis · XY
Language
English
TCGplayer
97077
GET /api/v1/pokemon/cards/dc1-31vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dc1-31vrh",
    "name": "Team Magma's Great Ball",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/31vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/31vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/31vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dc1",
      "name": "Double Crisis",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "DCR",
      "printed_total": 34,
      "release_date": "2015/03/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97077",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/31vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/31vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/31vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 24.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.9
        },
        {
          "condition": "LP",
          "price": 14.26
        },
        {
          "condition": "MP",
          "price": 11.51
        },
        {
          "condition": "HP",
          "price": 9.09
        },
        {
          "condition": "DMG",
          "price": 7
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:06.007Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.12
      }
    }
  }
}