Appetize Docs
HomeDemoUploadPricing
  • Introduction
  • Platform
    • App Management
      • Uploading Apps
        • Android
        • iOS
      • App Dashboard
      • Running Apps
      • App Permissions
    • Device Sandbox
    • Embedding
    • Sharing
    • Session Inactivity Timeout
    • Query Params Reference
  • Features
    • Devices & OS Versions
    • Network Traffic Monitor
    • Debug Logs
    • UI Automation
    • Proxy
    • Language & Locale
    • Mock Location
    • Deep links
    • Launch Params
    • Media
    • Auto-grant Permissions
    • Custom Branding
    • Custom Launch Pages
    • Advanced Features
      • Android
        • ADB tunnel
        • Hide Password Visibility
      • Reserved Devices
  • Account
    • Invite your team
    • Single Sign-On
      • OpenID Connect
      • SAML
      • Azure Active Directory
      • Google Workspace (GSuite)
    • Reporting
      • Session History
      • Usage Summary
  • Infrastructure
    • Configure Network Access
    • Enterprise Hosting Options
  • JavaScript SDK
    • Configuration
    • Automation
      • Device commands
      • Touch interactions
    • API reference
      • Initialization
      • Client
      • Session
      • Types
        • AdbConnectionInfo
        • AppetizeApp
        • AndroidElementAttributes
        • Coordinates
        • DeviceInfo
        • Element
        • ElementBounds
        • IOSAccessibilityElement
        • IOSElementAttributes
        • NetworkRequest
        • NetworkResponse
        • SessionConfig
        • SwipeMove
        • RecordedAction
        • RecordedSwipeAction
        • RecordedKeypressAction
        • RecordedPosition
        • RecordedTapAction
        • RecordedTouchAction
        • UserInteraction
  • Testing
    • Getting Started
    • Writing Tests
    • Running Tests
    • Test Configuration
    • Continuous Integration
    • Record Tests (experimental)
    • Trace Viewer
    • Web Tests on Mobile Browsers
  • REST API
    • Create new app
    • Update existing app
    • Direct file uploads
    • Delete app
    • List apps
    • Usage summary
    • Devices & OS Versions
      • v1
    • IP Blocks
      • v1
    • Sample code
  • Guides & Samples
    • Impersonation
    • Automate Sign-in Flow
    • Screenshot Automation
    • Unlock Device
    • Validate Analytics Events
    • Lock Your Device to One App
    • Test Accessibility Font Sizes
    • Common testing scenarios
    • Samples Repository
  • Deprecated
    • Cross-document messages
  • Changelog
  • Additional Support
    • Knowledge Base
    • Support Request
Powered by GitBook
On this page
  1. REST API
  2. Devices & OS Versions

v1

List of available devices and operating systems.

PreviousDevices & OS VersionsNextIP Blocks

Last updated 7 months ago

We recommend using of this endpoint.

version 2

Get Available Devices

get

Get the list of available devices and operating systems.

Responses
200
OK
application/json
get
GET /available-devices HTTP/1.1
Host: appetize.io
Accept: */*
200

OK

{
  "ios": {
    "iphone4s": [
      "8.4",
      "9.3"
    ],
    "iphone5s": [
      "8.4",
      "9.3",
      "10.3",
      "11.4",
      "12.2"
    ],
    "iphone6": [
      "8.4",
      "9.3",
      "10.3",
      "11.4",
      "12.2"
    ],
    "iphone6plus": [
      "8.4",
      "9.3",
      "10.3",
      "11.4",
      "12.2"
    ],
    "iphone6s": [
      "9.3",
      "10.3",
      "11.4",
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphone6splus": [
      "9.3",
      "10.3",
      "11.4",
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphone7": [
      "10.3",
      "11.4",
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphone7plus": [
      "10.3",
      "11.4",
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphone8": [
      "11.4",
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphone8plus": [
      "11.4",
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphonex": [
      "11.4",
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphonexs": [
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphonexsmax": [
      "12.2",
      "13.3",
      "14.0"
    ],
    "iphone11pro": [
      "13.3",
      "14.0"
    ],
    "iphone11promax": [
      "13.3",
      "14.0"
    ],
    "ipadair": [
      "8.4",
      "9.3",
      "10.3",
      "11.4",
      "12.2"
    ],
    "ipadair2": [
      "9.3",
      "10.3",
      "11.4",
      "12.2",
      "13.3",
      "14.0"
    ],
    "android": {
      "nexus5": [
        "4.4",
        "5.1",
        "6.0",
        "7.1",
        "8.1",
        "9.0",
        "10.0",
        "11.0"
      ],
      "nexus7": [
        "4.4",
        "5.1",
        "6.0",
        "7.1",
        "8.1",
        "9.0",
        "10.0",
        "11.0"
      ],
      "nexus9": [
        "4.4",
        "5.1",
        "6.0",
        "7.1",
        "8.1",
        "9.0",
        "10.0",
        "11.0"
      ],
      "pixel4": [
        "10.0",
        "11.0"
      ],
      "pixel4xl": [
        "10.0",
        "11.0"
      ],
      "galaxytabs7": [
        "10.0",
        "11.0"
      ],
      "hammerhead": [
        "6.0.1"
      ]
    }
  }
}