Skip to main content

Welcome to Trading Card API

Beta API Notice

The Trading Card API is currently in beta development.

  • API endpoints, data structures, and responses may change without notice
  • Breaking changes may occur during the beta period
  • Documentation and examples may not always reflect the current API state
  • Some features may be incomplete or subject to modification

Stay informed:

We appreciate your patience as we work toward a stable release. Your feedback helps us improve the API.

Trading Card API provides access to trading card data for developers building card-related applications. This API is currently in early access as we continue to develop and improve the service.

Quick Start

Ready to start building? Check out our Getting Started guide for a complete walkthrough, or jump directly to:

  1. Get your API key - Set up authentication
  2. Make your first request - Fetch card data
  3. Explore the API - Browse all available endpoints

API Overview

The API provides access to these core resources:

ResourceDescription
CardsIndividual trading cards with metadata
SetsCard sets and series information
PlayersPlayer information and statistics
TeamsTeam data across different sports
ManufacturersCard manufacturers and publishers
BrandsCard brands and product lines
GenresCard genres and categories
AttributesCard attributes like autographs and variations

Response Format

All API responses follow the JSON:API specification for consistent, predictable data structures. This includes support for:

  • Sparse fieldsets (request only the data you need)
  • Resource relationships and includes
  • Filtering and sorting
  • Standardized error responses

Authentication

The API uses API key authentication. You'll need to include your API key in the Authorization header of all requests:

Authorization: Bearer YOUR_API_KEY

Learn more about authentication →

Rate Limits

API requests are rate limited to ensure fair usage across all users. Rate limit information is included in response headers.

Code Examples

We provide code examples in multiple languages:

Need Help?

Ready to start? Check out our Getting Started guide to begin building with the API!