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/me3-14?include=prices 200 16ms{
"success": true,
"data": {
"id": "me3-14",
"name": "Talonflame",
"number": "14",
"printed_number": "14",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-14.large.webp"
}
],
"expansion": {
"id": "me3",
"name": "Perfect Order",
"total": 124,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "POR",
"printed_total": 88,
"release_date": "2026/03/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "684405",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-14.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Fire"
],
"hp": "150",
"abilities": [
{
"name": "Sky Hunt",
"text": "Once during your turn, you may use this Ability. Flip a coin. If heads, discard a random card from your opponent's hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fire",
"Fire"
],
"converted_energy_cost": 2,
"name": "Fire Wing",
"damage": "110"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Shinji Kanda",
"pricing": {
"currency": "USD",
"market": 0.01,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.01
}
],
"graded": [
{
"company": "CGC",
"grade": "9.5",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 14.76,
"low": 14.2,
"high": 24.99,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
}
],
"market_updated_at": "2026-08-29T05:17:43.621Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}