Skip to main content

Welcome to Lormex API docs

Lormex provides a comprehensive API for accessing service monitoring data, metrics, and analytics.

Features

Base URL

All API requests should be made to:
https://betatests2.lormex.xyz/api

Response Format

All responses are returned in JSON format with appropriate HTTP status codes.

Success Response

{
  "items": [...],
  "page": 1,
  "pageSize": 30,
  "total": 100
}

Error Response

{
  "error": "Error message description"
}

Rate Limiting

The API uses caching with s-maxage=30 and stale-while-revalidate=120 headers for optimal performance.