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

Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)
Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads.
/api/v1/pokemon/cards/ex1-37?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex1-37",
"name": "Lairon",
"number": "37",
"printed_number": "37",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/37.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/37.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/37.large.webp"
}
],
"expansion": {
"id": "ex1",
"name": "Ruby & Sapphire",
"total": 109,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "RS",
"printed_total": 109,
"release_date": "2003/07/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86574",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/37.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/37.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/37.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "80",
"attacks": [
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Magnitude",
"text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "One-Two Strike",
"text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 2.73,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.73
},
{
"condition": "LP",
"price": 1.5
},
{
"condition": "MP",
"price": 1.11
},
{
"condition": "HP",
"price": 1.01
},
{
"condition": "DMG",
"price": 1.03
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 60,
"low": 58.5,
"high": 60,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 20.5,
"low": 17.43,
"high": 23.58,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 35,
"low": 34.34,
"high": 35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:36:47.744Z",
"trend_7d": {
"direction": "up",
"percent": 15.19
}
}
}
}