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

Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.
/api/v1/pokemon/cards/pop1-8?include=prices 200 16ms{
"success": true,
"data": {
"id": "pop1-8",
"name": "Murkrow",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/8.large.webp"
}
],
"expansion": {
"id": "pop1",
"name": "POP Series 1",
"total": 17,
"language": "English",
"language_code": "en",
"series": "POP",
"printed_total": 17,
"release_date": "2004/09/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87650",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/8.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"abilities": [
{
"name": "Insomnia",
"text": "Murkrow can't be Asleep.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Feint Attack",
"text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 20.46,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 20.46
},
{
"condition": "LP",
"price": 17.41
},
{
"condition": "MP",
"price": 11.92
},
{
"condition": "HP",
"price": 3.49
},
{
"condition": "DMG",
"price": 8.84
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 23,
"low": 23,
"high": 38.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 27.99,
"low": 23.79,
"high": 32.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 49.55,
"low": 49,
"high": 49,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:51:41.782Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}