Skip to main content
GET
/
v1
/
health
curl https://api.dotlookup.dev/v1/health
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dotlookup.dev/llms.txt

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

Simple health check endpoint. Returns ok when the API is running.
curl https://api.dotlookup.dev/v1/health
{
  "status": "ok"
}