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

Your opponent can't play any Pokémon Tool, Special Energy, or Stadium cards from his or her hand during his or her next turn.
/api/v1/pokemon/cards/cp4_ja-91?include=prices 200 16ms{
"success": true,
"data": {
"id": "cp4_ja-91",
"name": "Giratina-EX",
"number": "91",
"printed_number": "91",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/91.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/91.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/91.large.webp"
}
],
"expansion": {
"id": "cp4_ja",
"name": "Premium Champion Pack",
"total": 140,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP4",
"printed_total": 131,
"release_date": "2016/04/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
"translation": {
"en": {
"name": "Premium Champion Pack"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "605588",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/91.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/91.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/91.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Dragon"
],
"abilities": [
{
"name": "Renegade Pulse",
"text": "Prevent all effects of attacks, including damage, done to this Pokémon by your opponent's Mega Evolution Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Psychic",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Chaos Wheel",
"text": "Your opponent can't play any Pokémon Tool, Special Energy, or Stadium cards from his or her hand during his or her next turn.",
"damage": "100"
}
],
"rarity": "Common",
"artist": "PLANETA",
"pricing": {
"currency": "USD",
"market": 22.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 22.5
},
{
"condition": "HP",
"price": 4.4
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 170.5,
"low": 161.55,
"high": 176.31,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "8",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:58:35.724Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}