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, this attack does 20 damage plus 10 more damage and the Defending Pokémon is now Paralyzed.
Before doing damage, you may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing.
/api/v1/pokemon/cards/ecard5_ja-73?include=prices 200 21ms{
"success": true,
"data": {
"id": "ecard5_ja-73",
"name": "Steelix",
"number": "73",
"printed_number": "73",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/73.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/73.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/73.large.webp"
}
],
"expansion": {
"id": "ecard5_ja",
"name": "Mysterious Mountains",
"total": 91,
"language": "Japanese",
"language_code": "ja",
"series": "E-Card",
"printed_total": 88,
"release_date": "2002/10/04",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.symbol.png",
"translation": {
"en": {
"name": "Mysterious Mountains"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "576145",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/73.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/73.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/73.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "100",
"abilities": [
{
"name": "Rare Metal",
"text": "All basic Energy cards attached to Steelix provide Metal Energy instead of their usual types.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Metal",
"Metal",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Squeeze",
"text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage and the Defending Pokémon is now Paralyzed.",
"damage": "20+"
},
{
"cost": [
"Metal",
"Metal",
"Metal",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Metal Tail",
"text": "Before doing damage, you may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "Hikaru Koike",
"pricing": {
"currency": "USD",
"market": 3.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.99
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 39.94,
"low": 33.95,
"high": 45.93,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 100,
"low": 100,
"high": 105,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 80,
"low": 68,
"high": 92,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:08:59.161Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}