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

/api/v1/pokemon/cards/svp_ja-236?include=prices 200 15ms{
"success": true,
"data": {
"id": "svp_ja-236",
"name": "Tatsugiri",
"number": "236",
"printed_number": "236",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/236.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/236.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/236.large.webp"
}
],
"expansion": {
"id": "svp_ja",
"name": "Scarlet & Violet Promos",
"total": 303,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "PROMO",
"printed_total": 303,
"release_date": "2022/11/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.symbol.png",
"translation": {
"en": {
"name": "Scarlet & Violet Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/236.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/236.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/236.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Dragon"
],
"hp": "70",
"abilities": [
{
"name": "Attract Customers",
"text": "Once during your turn, if this Pokémon is in the Active Spot, you may look at the top 6 cards of your deck, reveal a Supporter card you find there, and put it into your hand. Shuffle the other cards back into your deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fire",
"Water"
],
"converted_energy_cost": 2,
"name": "Surf",
"damage": "50"
}
],
"rarity": "Promo",
"artist": "Jerky",
"pricing": {
"currency": "USD",
"market": 0.95,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.95
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 60,
"low": 60,
"high": 80,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T08:06:01.844Z",
"trend_7d": {
"direction": "down",
"percent": -2.06
}
}
}
}