---
title: "List supported browsers"
method: GET
path: "/v1/browsers"
tags: ["Browsers"]
---

# List supported browsers

`GET /v1/browsers`

Returns every browser environment available on the TestingBot grid: name, version, platform, and the `browser_id` used when attaching browsers to Codeless tests. No authentication required.

## Query parameters

- `type` 'webdriver' | 'rc'

## Response `200`

List supported browsers

- TestingbotEntitiesBrowser[]
  - `selenium_name` string, required — Capability value to send as `browserName` in WebDriver.
  - `name` string, required — Human-readable browser identifier (e.g. "firefox", "iexplore").
  - `version` integer, required — Major version number.
  - `long_version` string, required — Full version string (e.g. "121.0.6167.184").
  - `platform` string, required — Operating system (e.g. "WINDOWS", "MAC", "LINUX").
  - `browser_id` integer, required — Unique TestingBot browser ID used to attach browsers to Codeless tests.

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/versions/eff607a49246/schema)
