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

This Pokémon does 20 damage to itself.
/api/v1/pokemon/cards/g1-44?include=prices 200 16ms{
"success": true,
"data": {
"id": "g1-44",
"name": "Graveler",
"number": "44",
"printed_number": "44",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/44.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/44.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/44.large.webp"
}
],
"expansion": {
"id": "g1",
"name": "Generations",
"total": 117,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "GEN",
"printed_total": 83,
"release_date": "2016/02/22",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "113702",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/44.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/44.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/44.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "100",
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Double-Edge",
"text": "This Pokémon does 20 damage to itself.",
"damage": "60"
},
{
"cost": [
"Fighting",
"Fighting",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Rollout",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 0.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.32
},
{
"condition": "LP",
"price": 0.21
},
{
"condition": "MP",
"price": 0.14
},
{
"condition": "HP",
"price": 0.02
},
{
"condition": "DMG",
"price": 0.1
}
],
"graded": [],
"market_updated_at": "2026-09-21T04:00:11.003Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}