Skip to main content
55-Tech API home page
English
Search...
⌘K
Support
Search...
Navigation
System
Health check
Welcome
ABP API
MM API
Scraping API
OddsPapi+
55+
Getting Started
Overview
Authentication
Quickstart
Browser
WebSocket & AMQP
WS Reference
Errors
Reference
System
GET
Health check
Fetch
Browser
AMQP
Usage
Network
Debug
Health check
cURL
curl
--request
GET
\
--url
https://scraping-api.55-tech.com/healthz
200
{
"ok"
:
true
}
System
Health check
Copy page
Liveness probe. Returns {"ok": true}.
Copy page
GET
/
healthz
Try it
Health check
cURL
curl
--request
GET
\
--url
https://scraping-api.55-tech.com/healthz
200
{
"ok"
:
true
}
Response
200 - application/json
Healthy
ok
boolean
Errors
Fetch a URL (GET)
⌘I