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

← Team Rocket Returns
Rocket's Poké Ball

Rocket's Poké Ball

Uncommon #89 Trainer Item
Illustrator
Ryo Ueda
Expansion
Team Rocket Returns · EX
Language
English
TCGplayer
88784
GET /api/v1/pokemon/cards/ex7-89?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex7-89",
    "name": "Rocket's Poké Ball",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/89.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/89.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/89.large.webp"
      }
    ],
    "expansion": {
      "id": "ex7",
      "name": "Team Rocket Returns",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "TRR",
      "printed_total": 109,
      "release_date": "2004/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88784",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/89.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/89.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/89.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 6.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.01
        },
        {
          "condition": "LP",
          "price": 4.05
        },
        {
          "condition": "MP",
          "price": 3.65
        },
        {
          "condition": "HP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 2.71
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 249.99,
          "low": 212.49,
          "high": 287.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 47,
          "low": 39.95,
          "high": 54.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 90,
          "low": 76,
          "high": 90,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 34.75,
          "low": 29.54,
          "high": 39.96,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 6,
          "high": 17.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:40:06.773Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.52
      }
    }
  }
}