2s TCG Card Lookup is a paid API for AI agents from 2s.io, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).
Retrieves TCGplayer card details including name, card number, rarity, and current market prices for a specific trading card game card by product ID and set.
The (most) everything API: 575+ pay-per-call endpoints for AI agents — ground-truth data, a full AI gateway, and agent infrastructure (storage, queues, watchers). USDC via x402, no signup, no API keys, and upto billing: pay actual usage, not the quote.
Returns a JSON object with card metadata including name, card number, rarity, TCGplayer URL, and an array of price entries (low, mid, high, market price) broken down by subType (e.g. Holofoil, Normal). Also includes set groupId, categoryId, total results, and data source attribution.
GEThttps://2s.io/api/tcg/cardUse this endpoint when you need structured price and metadata for a specific TCG card and already know the TCGplayer productId and set groupId. Ideal for price checking, portfolio valuation, or enriching card collection data with live market prices. Prefer over scraping TCGplayer directly since this provides structured, pay-per-call data without signup or API keys.
| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"type": "json",
"schema": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"meta": {
"type": "object",
"properties": {
"groupId": {
"type": "integer"
},
"categoryId": {
"type": "integer"
}
}
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"name": {
"type": "string"
},
"number": {
"type": "string"
},
"prices": {
"type": "array",
"items": {
"type": "object",
"properties": {
"low": {
"type": "number"
},
"mid": {
"type": "number"
},
"high": {
"type": "number"
},
"market": {
"type": "number"
},
"subType": {
"type": "string"
}
}
}
},
"rarity": {
"type": "string"
},
"productId": {
"type": "integer"
}
}
}
},
"total": {
"type": "integer"
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"license": {
"type": "string"
},
"provider": {
"type": "string"
}
}
}
}
},
"example": {
"ok": true,
"meta": {
"groupId": 604,
"categoryId": 3
},
"items": [
{
"url": "https://www.tcgplayer.com/product/42346/pokemon-base-set-alakazam",
"name": "Alakazam",
"number": "001/102",
"prices": [
{
"low": 24.99,
"mid": 39.95,
"high": 199.99,
"market": 38.5,
"subType": "Holofoil"
}
],
"rarity": "Holo Rare",
"productId": 42346
}
],
"total": 1,
"source": {
"url": "https://tcgcsv.com/",
"license": "TCGplayer-derived pricing via tcgcsv.com",
"provider": "tcgcsv.com (TCGplayer-derived pricing)"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"