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

Draw a card.
Farfetch'd does 10 damage to itself.
/api/v1/pokemon/cards/ex9-107vh?include=prices 200 15ms{
"success": true,
"data": {
"id": "ex9-107vh",
"name": "Farfetch'd",
"number": "107",
"printed_number": "107",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/107vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/107vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/107vh.large.webp"
}
],
"expansion": {
"id": "ex9",
"name": "Emerald",
"total": 107,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "EM",
"printed_total": 106,
"release_date": "2005/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85385",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/107vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/107vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/107vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Spearhead",
"text": "Draw a card."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Nosedive",
"text": "Farfetch'd does 10 damage to itself.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Rare Secret",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 34.77,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 34.77
},
{
"condition": "HP",
"price": 22.99
}
],
"graded": [
{
"company": "BGS",
"grade": "9.5",
"value": 499.99,
"low": 424.99,
"high": 574.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 134.56,
"low": 132.5,
"high": 132.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "5.5",
"value": 15.5,
"low": 13.18,
"high": 17.83,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 33,
"low": 24.75,
"high": 35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 108.62,
"low": 127.49,
"high": 147.49,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "9.5",
"value": 62,
"low": 62,
"high": 68,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 500,
"low": 350,
"high": 500,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "5",
"value": 11.5,
"low": 9.78,
"high": 13.23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 61.58,
"low": 70.09,
"high": 70.9,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "7",
"value": 74.99,
"low": 62.2,
"high": 75,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "8",
"value": 89.64,
"low": 84.86,
"high": 115.73,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 119,
"low": 101.15,
"high": 136.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-14T03:44:05.538Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}