Welcome to Trading Card API
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:
- 📧 Email support for critical updates
- 📋 Check the API Changelog for recent changes
- 🚨 Report issues via email or GitHub Issues
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:
- Get your API key - Set up authentication
- Make your first request - Fetch card data
- Explore the API - Browse all available endpoints
API Overview
The API provides access to these core resources:
Resource | Description |
---|---|
Cards | Individual trading cards with metadata |
Sets | Card sets and series information |
Players | Player information and statistics |
Teams | Team data across different sports |
Manufacturers | Card manufacturers and publishers |
Brands | Card brands and product lines |
Genres | Card genres and categories |
Attributes | Card 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?
- API Reference - Complete endpoint documentation
- Authentication Guide - Set up your API key
- Contact: [email protected]
Ready to start? Check out our Getting Started guide to begin building with the API!