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

← Glory of Team Rocket
Team Rocket's Petrel

Team Rocket's Petrel

Non #94 Trainer Supporter
Illustrator
GOSSAN
Expansion
Glory of Team Rocket · Scarlet & Violet
Language
Japanese
TCGplayer
628735
GET /api/v1/pokemon/cards/sv10_ja-94?include=prices 200 85ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10_ja-94",
    "name": "Team Rocket's Petrel",
    "number": "94",
    "printed_number": "94",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/94.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/94.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/94.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10_ja",
      "name": "Glory of Team Rocket",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV10",
      "printed_total": 98,
      "release_date": "2025/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Glory of Team Rocket"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "628735",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/94.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/94.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/94.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Non",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 2.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.23
        },
        {
          "condition": "LP",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 0.99,
          "low": 0.84,
          "high": 1.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T15:04:14.496Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.19
      }
    }
  }
}