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

Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.
/api/v1/pokemon/cards/xy2-75?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy2-75",
"name": "Pidgey",
"number": "75",
"printed_number": "75",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/75.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/75.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/75.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": "91212",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/75.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/75.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/75.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Peck Off",
"text": "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 0.25,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.25
},
{
"condition": "MP",
"price": 0.2
},
{
"condition": "HP",
"price": 0.15
},
{
"condition": "DMG",
"price": 0.17
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 1,
"low": 0.85,
"high": 1.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:37:40.580Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}