GET
/
environments
/
listings
/
filters
curl --request GET \
  --url https://restapi.gputrader.io/v1/environments/listings/filters \
  --header 'X-API-Key: <api-key>'
{
  "locations": [
    "<string>"
  ],
  "maxPrice": 123,
  "minPrice": 123,
  "models": [
    "<string>"
  ],
  "types": [
    "<string>"
  ],
  "vrams": [
    123
  ],
  "availableGPUs": [
    123
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json
Successfully retrieved filter options
locations
string[]

List of available locations

maxPrice
number

Maximum price available in listings

minPrice
number

Minimum price available in listings

models
string[]

List of available GPU models

types
string[]

List of available environment types

vrams
number[]

List of available GPU VRAM sizes

availableGPUs
number[]

List of available GPU quantities