GoCollect API Documentation

Empower your services with comprehensive collectibles data and market insights.

Getting Started with GoCollect API

Important Steps

  1. Create a GoCollect account ( free or pro )
  2. Request API access
  3. Generate your API tokens (requires login)
  4. Review our comprehensive API documentation (requires login and API access)
  5. Start integrating with our API

If you haven't already, create a GoCollect account to get started.

Register Now

Pro 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 APIs

Code 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