v2

latestSwagger 2.02026-08-08121119168.6 KB
Devices

Get a specific device

Returns the spec and current availability for a single device by numeric ID.

get/v1/devices/{id}

Path parameters

idinteger required

Numeric device ID.

Response

Get a specific device

idinteger required

Unique numeric device ID.

namestring required

Marketing name (e.g. "iPhone 15 Pro").

model_numberstring required

Manufacturer model number (e.g. "SM-G991B").

platform_namestring required

Mobile OS family (e.g. "iOS", "Android").

versionstring required

OS version (e.g. "17.4", "14").

resolutionstring required

Display resolution as <width>x<height> (e.g. "1170x2532").

widthinteger required

Display width in pixels, parsed from resolution.

heightinteger required

Display height in pixels, parsed from resolution.

cpustring required

CPU architecture.

availableboolean required

Whether the device is free for this account to acquire right now.

multiple_browsersobject[] required

Selectable browsers on this device. Only present on devices that offer more than one.