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

/api/v1/pokemon/cards/xy2-1vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy2-1vrh",
"name": "Caterpie",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/1vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/1vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/1vrh.large.webp"
}
],
"expansion": {
"id": "xy2",
"name": "Flashfire",
"total": 110,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FLF",
"printed_total": 106,
"release_date": "2014/05/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "91134",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/1vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/1vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/1vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "40",
"abilities": [
{
"name": "Adaptive Evolution",
"text": "This Pokémon can evolve during your first turn or the turn you play it.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Bug Bite",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 0.68,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.68
},
{
"condition": "LP",
"price": 0.6
},
{
"condition": "MP",
"price": 0.44
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 17.95,
"low": 15.26,
"high": 20.64,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:37:40.580Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}