Skip to main content
GET
Get GPU Machine Locations

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

Success. Returns {success: true, locations: [{latitude, longitude, city, country_code, gpu_name, rented, verified, datacenter, num_gpus}]}. Returns needs_machine: true with empty locations if host has no active machines.

success
boolean

Always true on success

needs_machine
boolean

True when caller is a host with no active machines; locations will be empty

locations
object[]

One entry per distinct (lat, lon, gpu_name, rented, verified, datacenter) combination