curl --request GET \
--url https://api.tic.io/free/health \
--header 'x-api-key: <api-key>'{
"ok": true,
"upcomingServiceWindows": [
{
"startDateUtc": "2023-11-07T05:31:56Z",
"endDateUtc": "2023-11-07T05:31:56Z",
"notes": "<string>",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
],
"limits": {
"rateLimitReset": 123,
"rateLimit": 123,
"rateLimitRemaining": 123,
"rateLimitMinute": 123,
"rateLimitIP": 123
}
}Aggregate health of the LENS API and its upstream services (Typesense, Redis, database). Returns 200 when all critical services are reachable and 503 when any is not. Anonymous callers receive service status and upcoming SLA windows; authenticated callers additionally receive their current rate-limit state.
curl --request GET \
--url https://api.tic.io/free/health \
--header 'x-api-key: <api-key>'{
"ok": true,
"upcomingServiceWindows": [
{
"startDateUtc": "2023-11-07T05:31:56Z",
"endDateUtc": "2023-11-07T05:31:56Z",
"notes": "<string>",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
],
"limits": {
"rateLimitReset": 123,
"rateLimit": 123,
"rateLimitRemaining": 123,
"rateLimitMinute": 123,
"rateLimitIP": 123
}
}