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

Draw 3 cards.
Flip a coin. If heads, the Defending Pokémon is now Paralyzed.
/api/v1/pokemon/cards/pt4_ja-22?include=prices 200 18ms{
"success": true,
"data": {
"id": "pt4_ja-22",
"name": "Omanyte",
"number": "22",
"printed_number": "22",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/22.large.webp"
}
],
"expansion": {
"id": "pt4_ja",
"name": "Advent of Arceus",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "Platinum",
"code": "PT4",
"printed_total": 90,
"release_date": "2009/07/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.symbol.png",
"translation": {
"en": {
"name": "Advent of Arceus"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "607700",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/22.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "80",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw 3 cards."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tickle",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "+20"
}
],
"rarity": "usually",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 1.97,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.97
},
{
"condition": "MP",
"price": 0.35
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 49.99,
"low": 42.49,
"high": 57.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 150.9,
"low": 179.5,
"high": 179.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-07-30T11:02:40.595Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}