GoCollect API Documentation
Empower your services with comprehensive collectibles data and market insights.
Getting Started with GoCollect API
Important Steps
- Create a GoCollect account ( free or pro )
- Request API access
- Generate your API tokens (requires login)
- Review our comprehensive API documentation (requires login and API access)
- Start integrating with our API
If you haven't already, create a GoCollect account to get started.
Register NowPro Tip: While a free account gives you access to basic API features, a Pro account unlocks advanced capabilities and higher rate limits. Compare plans!
Once registered, request access to our API services and documentation.
Available APIs
Collectibles API
Search and retrieve detailed information about collectible items across various markets.
View Documentation (requires login and API access)Insights API
Access market insights, trends, and valuation data for specific collectibles.
View Documentation (requires login and API access)Looking for more integration options?
Explore our Data Sharing APIs for data integration capabilities.
Explore Data Sharing APIsCode Samples
Collectibles API
curl --request GET \
--url 'https://api.gocollect.com/v1/collectibles' \
--header 'Authorization: Bearer YOUR_API_KEY'
Insights API
curl --request GET \
--url 'https://api.gocollect.com/v1/insights/item/223124?grade=9.8' \
--header 'Authorization: Bearer YOUR_API_KEY'
Authentication
All API requests require authentication using an API key. Include your API key in the header of each request:
Authorization: Bearer YOUR_API_KEY
Rate Limiting
Our APIs have rate limits to ensure fair usage. Please refer to each API's documentation for specific rate limit information.
Learn more about rate limiting (requires login and API access)Need Help?
If you have any questions or need support, please don't hesitate to contact us.
Contact Support