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

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.
/api/v1/pokemon/cards/cp6_ja-29?include=prices 200 17ms{
"success": true,
"data": {
"id": "cp6_ja-29",
"name": "Starmie",
"number": "29",
"printed_number": "29",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/29.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/29.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/29.large.webp"
}
],
"expansion": {
"id": "cp6_ja",
"name": "Expansion Pack 20th Anniversary",
"total": 103,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP6",
"printed_total": 87,
"release_date": "2016/09/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.symbol.png",
"translation": {
"en": {
"name": "Expansion Pack 20th Anniversary"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "606160",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/29.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/29.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/29.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"abilities": [
{
"name": "Space Beacon",
"text": "Once during your turn (before your attack), you may discard a card from your hand. If you do, put 2 basic Energy cards from your discard pile into your hand. (You can't choose a card you discarded with the effect of this Ability.)",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Star Freeze",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
"damage": "30"
}
],
"rarity": "Non",
"artist": "Keiji Kinebuchi",
"pricing": {
"currency": "USD",
"market": 0.64,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.64
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 31.03,
"low": 26.1,
"high": 34.9,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 60.91,
"low": 36.98,
"high": 60.91,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-22T03:58:54.136Z",
"trend_7d": {
"direction": "down",
"percent": -1.54
}
}
}
}