Note: The RAM Index API is only available for Plus and Professional tier subscribers. Access is further gated per subscription, which may restrict the queryable date range.
POST /api/ram-index/index
Get RAM index data, from starting date (from 2026-01-26) 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.
| Field | Type | Required | Description | Constraints |
|---|---|---|---|---|
ram | string | YES | The RAM type to query (case-insensitive). Currently supported: GDDR6. | One of gddr6; 1 to 20 characters |
index_version | string | NO | Index version. Defaults to WAVG_v1. | One of WAVG_v1; 1 to 20 characters |
starting_date | string or null | NO | The start date for the query in YYYY-MM-DD format. Defaults to today if not provided. | On or after 2026-01-26; not in the future |
ending_date | string or null | NO | The end date for the query in YYYY-MM-DD format. Defaults to today if not provided. | Not in the future |
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 aWAVG_v1catalog.
- 422: Validation Error
- 10008: Parameter limit error (e.g.
starting_dateafterending_date, a date in the future, or an unsupportedramtype)
- 404: Subscription not found