Skip to main content
GET
/
health
/
ping
Simple ping endpoint
curl --request GET \
  --url https://api.justanotheruptime.com/health/ping
{
  "status": "ok",
  "message": "pong",
  "timestamp": "2024-01-10T12:00:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.justanotheruptime.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Pong response

status
string
Example:

"ok"

message
string
Example:

"pong"

timestamp
string
Example:

"2024-01-10T12:00:00Z"