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 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)
/api/v1/pokemon/cards/ex13-28?include=prices 200 18ms{
"success": true,
"data": {
"id": "ex13-28",
"name": "Regirock",
"number": "28",
"printed_number": "28",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/28.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/28.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/28.large.webp"
}
],
"expansion": {
"id": "ex13",
"name": "Holon Phantoms",
"total": 111,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "HP",
"printed_total": 110,
"release_date": "2006/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88671",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/28.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/28.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/28.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "80",
"abilities": [
{
"name": "Clear Body",
"text": "Regirock can't be affected by any Special Conditions.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Rock Slide",
"text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 4.1,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.1
},
{
"condition": "LP",
"price": 2.77
},
{
"condition": "MP",
"price": 1.62
},
{
"condition": "HP",
"price": 1.25
},
{
"condition": "DMG",
"price": 0.86
}
],
"graded": [
{
"company": "BGS",
"grade": "8.5",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 129.5,
"low": 95,
"high": 164,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 32,
"low": 27.2,
"high": 36.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "1",
"value": 22,
"low": 18.7,
"high": 25.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 162.5,
"low": 138.13,
"high": 186.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 3
},
{
"company": "PSA",
"grade": "8",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 45.5,
"low": 38.67,
"high": 52.33,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:30:19.103Z",
"trend_7d": {
"direction": "down",
"percent": -5.75
}
}
}
}