Developer Documentation
Developers will probably be most interested in accessing the IGSDB database via our API. Click below
to get more details on using one of these APIs.
REST API Docs
API Usage Guidelines
We hope the IGSDB API is useful to you. Please try to follow the following guidelines to avoid
overloading
the alpha version of our site.
- Make sure to always include your token in the request header, as explained above.
- Please do not make multiple simultaneous requests to an endpoint.
- Please avoid running many successive filters on our product list API in a short amount of time.
If you
need do multiple filter actions on the
product list, consider doing one request for the list and then running searches and filters on
that data
locally in memory.