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/dp4m_ja-1000vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "dp4m_ja-1000vh",
"name": "Honchkrow LV.X",
"number": "1000",
"printed_number": "1000",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-1000vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-1000vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-1000vh.large.webp"
}
],
"expansion": {
"id": "dp4m_ja",
"name": "Moonlit Pursuit",
"total": 70,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP4",
"printed_total": 70,
"release_date": "2007/10/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.symbol.png",
"translation": {
"en": {
"name": "Moonlit Pursuit"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-1000vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-1000vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-1000vh.large.webp"
}
]
}
],
"supertype": "ポケモン",
"subtypes": [
"レベルアップ"
],
"types": [
"悪"
],
"hp": "110",
"weaknesses": [
{
"type": "雷",
"value": "+30"
}
],
"resistances": [
{
"type": "闘",
"value": "-20"
}
],
"rarity": "ホロ",
"artist": "Ryo Ueda",
"pricing": {
"currency": "USD",
"market": null,
"is_stale": false,
"conditions": [],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 445,
"low": 356,
"high": 674,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "9",
"value": 85.29,
"low": 38.52,
"high": 100.53,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
}
]
}
}
}