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, the Defending Pokémon is now Paralyzed.
/api/v1/pokemon/cards/base4-68?include=prices 200 18ms{
"success": true,
"data": {
"id": "base4-68",
"name": "Caterpie",
"number": "68",
"printed_number": "68",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/68.large.webp"
}
],
"expansion": {
"id": "base4",
"name": "Base Set 2",
"total": 130,
"language": "English",
"language_code": "en",
"series": "Base",
"code": "B2",
"printed_total": 130,
"release_date": "2000/02/24",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "42487",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/68.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "40",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "String Shot",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 1.23,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.23
},
{
"condition": "LP",
"price": 0.46
},
{
"condition": "MP",
"price": 0.29
},
{
"condition": "HP",
"price": 0.31
},
{
"condition": "DMG",
"price": 0.26
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 35.5,
"low": 30.18,
"high": 40.82,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 30.4,
"low": 37,
"high": 37,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 18.25,
"low": 16.94,
"high": 20.05,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 40,
"low": 33.6,
"high": 40.09,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-21T02:30:41.709Z",
"trend_7d": {
"direction": "down",
"percent": -1.6
}
}
}
}