📌 Note: The GPU Index API is only available for Plus and Professional tier subscribers. Access is further gated per subscription: your subscription may restrict the availableindex_version(hs/neo) and the queryable date range.
POST /api/gpu-index/index
Get GPU index data, from starting date (from 2024-09-01) to ending date. If no date range is provided, data for today will be used by default. A returned value of-1 or any negative number indicates that the data has not yet been generated—please wait or contact support.
Authorization
🔒OAuth2: OAuth2PasswordBearerFlow type: password
Token URL: token
Request Body
The request body must be inapplication/json format.
starting_date must be less than or equal to ending_date.
Request Example
Responses
-
200: Successful Response
Index values are returned as strings formatted to two decimal places. The
index_versionfield is only included when your subscription grants access to anhs/neocatalog.
- 422: Validation Error
- 10008: Parameter limit error (e.g.
starting_dateafterending_date, a date in the future, or an unsupportedgputype)
- 404: Subscription not found