- API
- Automation
- Docker
- Browserless(Beta)
GetBrowsers
GET
/browsers
v2/Browsers
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Query Params
status
stringÂ
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8848/api/v2/browsers'
Responses
🟢200OK
application/json
Body
allOf {2}Â
optional
object (rest.R-any)Â
optional
code
integerÂ
optional
data
stringÂ
optional
err
booleanÂ
optional
msg
stringÂ
optional
objectÂ
optional
data
array[object (browser.RuntimeData) {9}]Â
optional
Example
{
"code": 0,
"data": [
{
"kernel": 0,
"kernelMillis": "string",
"name": "string",
"platform": 0,
"profileId": "12311",
"remoteDebuggingPort": 9222,
"running": true,
"starting": false,
"stopping": false
}
],
"err": true,
"msg": "string"
}