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/tk4b-19?include=prices 200 17ms{
"success": true,
"data": {
"id": "tk4b-19",
"name": "Magikarp",
"number": "19",
"printed_number": "19",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-19.large.webp"
}
],
"expansion": {
"id": "tk4b",
"name": "HGSS Trainer Kit Gyarados",
"total": 30,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"printed_total": 30,
"release_date": "2010/05/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4b.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4b.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87034",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-19.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "30",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Splash",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 8.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8.49
},
{
"condition": "LP",
"price": 4.16
},
{
"condition": "MP",
"price": 2.18
},
{
"condition": "HP",
"price": 1.38
},
{
"condition": "DMG",
"price": 1.3
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 35.99,
"low": 30.59,
"high": 41.39,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:37:59.439Z",
"trend_7d": {
"direction": "up",
"percent": 10.98
}
}
}
}