Open Identifier Standard  /  Sports Cards & Trading Cards

A neutral, permanent identifier
for every trading card.

TCID is an open registry standard that assigns a stable, opaque alphanumeric identifier to every distinct trading card type — enabling platforms, insurers, grading companies, and collectors to speak the same language.

SC-4X7KQ29R3A
Registry status: Pilot registry active — 8,500+ card types across Baseball, Football, Basketball, and Hockey. Commercial API access launching Q3 2026.
8,500+ Card Types Registered
4 Sports Covered
4 Manufacturers
2023–25 Years in Registry
Free Identifier Access

What is TCID?

Every platform in the trading card market — grading companies, marketplaces, insurance carriers, collector apps — uses a different internal identifier for the same card. There is no shared canonical key. TCID solves this by assigning a stable, permanent, non-proprietary identifier to each distinct card type, governed by a neutral nonprofit standards body.

Stable & Permanent

A TCID, once assigned, never changes. Cards do not get re-numbered when manufacturers release new checklists or platforms update their databases.

Opaque by Design

Identifiers carry no embedded meaning. Modeled on CUSIP and ISIN, an opaque identifier survives manufacturer rebranding, sport expansion, and schema changes.

Free to Reference

The TCID identifier itself is published under Creative Commons Attribution 4.0. Any platform, tool, or collector can reference a TCID at no cost.

Neutrally Governed

TCID is owned and maintained by a nonprofit standards body — not by any manufacturer, marketplace, or grading company — ensuring no single commercial interest controls the standard.

The three-layer identity stack.

TCID occupies the foundational type layer. Higher layers reference TCID — they do not replace it.

Layer 3
Physical Object Identity

Card fingerprinting / optical signatures (e.g., Genamint-style). Identifies a specific physical card — useful for tracking ownership of a single graded slab.

FP-A8B3C2... (references TCID below)
Layer 2
Graded Instance Identity

Grading company certification numbers (PSA, BGS, SGC). Identifies a specific graded copy of a card type — like a license plate on a specific car.

PSA Cert #12345678 (references TCID below)
Layer 1
Card Type Identity — TCID

The foundational identifier for the card type itself: player, set, year, parallel, and variation. Analogous to a VIN model code — every copy of this card shares the same TCID.

SC-4X7KQ29R3A  ·  2025 Topps Series 1 Baseball #27 Shohei Ohtani Base

Proven models in other markets.

Open identifier standards governed by neutral bodies are not novel. They are the infrastructure of every liquid market.

CUSIP
Securities
Nine-character identifier for every North American financial security. Owned by the American Bankers Association; licensed to S&P Global for commercial operation.
Governance model analog for TCID.
LWIN / Liv-ex
Fine Wine
Standardized wine identifier used across 550+ members in 47 countries, representing ~85% of global fine wine trade. Free identifier; tiered API membership revenue.
Revenue model analog for TCID.
GS1 / UPC
Retail
Global standard for product identification used by every retailer and brand worldwide. Neutral nonprofit governance with commercial licensing layer.
Scale and adoption model for TCID.

Built for neutrality from the ground up.

TCID is operated under a two-entity structure: a nonprofit standards body that owns and governs the identifier, and a commercial registry services company that operates the API and data products. This separation ensures the standard cannot be captured by any commercial interest.

Nonprofit

TCID Standards Organization

Delaware 501(c)(6) trade association. Owns the TCID standard. Sets identifier policy, data schemas, and governance rules. Board includes independent industry representatives. No manufacturer voting rights.

Commercial

TCID Registry Services Inc.

Delaware C-Corp. Operates the registry database, API layer, and data products under license from the Standards Organization. Revenue funds nonprofit governance operations plus commercial operations.

Commercial License Agreement  —  arm's-length, fair-market terms  —  modeled on CUSIP / S&P Global structure

Programmatic access to the registry.

The TCID Registry API provides structured, authenticated access to card type data. The identifier itself is always free. API membership unlocks enriched metadata, batch lookup, and commercial use rights.

// Example: Resolve a TCID to full card metadata
GET https://api.tcid.org/v1/cards/SC-4X7KQ29R3A
Authorization: Bearer {api_key}

// Response
{
  "tcid":         "SC-4X7KQ29R3A",
  "sport":        "Baseball",
  "manufacturer": "Topps",
  "season":       "2025",
  "product":      "Topps Series 1",
  "card_number":  "27",
  "player":       "Shohei Ohtani",
  "team":         "Los Angeles Dodgers",
  "card_type":    "Base",
  "parallel":     null,
  "print_run":    null,
  "autograph":    false,
  "relic":        false
}
Free
$0
always free
  • TCID lookup by card
  • Basic card metadata
  • 1,000 lookups / month
  • Non-commercial use
Silver
Contact Us
annual membership
  • Full metadata fields
  • Batch lookup (CSV)
  • 50,000 lookups / month
  • Commercial use rights
Gold
Contact Us
annual membership
  • Full metadata + images
  • Bulk data export rights
  • Unlimited lookups
  • SLA + priority support
  • Enterprise licensing
View Full API Documentation