Note: The RAM Index API is only available for Plus and Professional tier subscribers.
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 |
|---|---|---|---|
ram | string | YES | The RAM type or model to query. Currently supported: GDDR6 (case-insensitive). |
starting_date | string or null | NO | The start date for the query in YYYY-MM-DD format. Data is available from 2026-01-26. |
ending_date | string or null | NO | The end date for the query in YYYY-MM-DD format. |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
- 404: Subscription not found