- Help Topics: 1. A Short Introduction to IGSDB V2 2. What's Changed
2.1. Product Types and Subtypes
2.2. Window Subtypes
2.3. The "CGDB" ID
3. Using the Web Interface
3.1. Product List View
3.2. Product Detail View
4. Using the API
4.1. API Overview
4.2. V1 and V2 API
4.3. What's Changed from V1
4.4. Using API Tokens
4.5. Product List (Filtering and Pagination)
4.6. Product Detail
4.7. GraphQL
4.8. Strings vs. Numbers in API JSON
4.6. Product Detail
The API user can view product detail by referencing a product by its token via the products
endpoint.
V1 |
https://igsdb-v2.herokuapp.com/api/v1/products/(product_id)
|
V2 |
https://igsdb-v2.herokuapp.com/api/v2/products/(token)
|
The returned product detail data includes spectral data and integrated summary values, when available.