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 2 cards.
Switch Farfetch'd with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/hgss1-19?include=prices 200 18ms{
"success": true,
"data": {
"id": "hgss1-19",
"name": "Farfetch'd",
"number": "19",
"printed_number": "19",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/19.large.webp"
}
],
"expansion": {
"id": "hgss1",
"name": "HeartGold & SoulSilver",
"total": 124,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "HS",
"printed_total": 123,
"release_date": "2010/02/10",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85388",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/19.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw 2 cards."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Spin Turn",
"text": "Switch Farfetch'd with 1 of your Benched Pokémon.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 3.97,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.97
},
{
"condition": "LP",
"price": 3.19
},
{
"condition": "MP",
"price": 2.39
},
{
"condition": "HP",
"price": 1.25
},
{
"condition": "DMG",
"price": 2.54
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 909.69,
"low": 773.24,
"high": 1046.14,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 43.75,
"low": 37.19,
"high": 50.31,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 101.85,
"low": 86.57,
"high": 117.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 39.25,
"low": 33.36,
"high": 45.14,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:33:23.964Z",
"trend_7d": {
"direction": "down",
"percent": -33.39
}
}
}
}