Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

Draw a card.
/api/v1/pokemon/cards/c151j-077?include=prices 200 44ms{
"success": true,
"data": {
"id": "c151j-077",
"name": "Ponyta",
"number": "077/151",
"printed_number": "077/151",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp"
}
],
"expansion": {
"id": "c151j",
"name": "Collect 151 Journey",
"total": 192,
"language": "Chinese",
"language_code": "zh",
"series": "Scarlet & Violet",
"printed_total": 192,
"release_date": "2025/01/17",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
"translation": {
"en": {
"name": "Collect 151 Journey"
}
}
},
"language": "Chinese",
"language_code": "zh",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw a card."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Flop",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Nurikabe",
"pricing": {
"currency": "USD",
"market": 1.97,
"is_stale": false,
"conditions": [],
"graded": [],
"market_updated_at": "2026-07-29T11:32:23.342Z",
"trend_7d": {
"direction": "down",
"percent": -1.01
}
}
}
}