Skip to main content
GET
Python (SDK)

Authorizations

Authorization
string
header
required

Query Parameters

filter[name]
string

The plan name to filter by

filter[slug]
string

The plan slug to filter by

filter[location]
string

The location of the site to filter by

filter[stock_level]
enum<string>

The stock level at the site to filter by

Available options:
unavailable,
low,
medium,
high,
unique
filter[in_stock]
boolean

The stock available at the site to filter by

filter[gpu]
boolean

Filter by the existence of an associated GPU

filter[ram]
integer

The ram size in Gigabytes to filter by, should be used with the following options: [eql] to filter for values equal to the provided value. [gte] to filter for values greater or equal to the provided value. [lte] to filter by values lower or equal to the provided value.

filter[disk]
integer

The disk size in Gigabytes to filter by, should be used with the following options: [eql] to filter for values equal to the provided value. [gte] to filter for values greater or equal to the provided value. [lte] to filter by values lower or equal to the provided value.

Response

200 - application/vnd.api+json

Success

data
object[]