Skip to main content

Quick Start Guide

1. Make Your First Request

Fetch the list of all services:
curl -X GET "https://www.lormex.xyz/api/services"

2. Get Service Details

Retrieve information about a specific service:
curl -X GET "https://www.lormex.xyz/api/services/example-slug"

3. Fetch Metrics

Get peak metrics for a service:
curl -X GET "https://www.lormex.xyz/api/metrics?slug=example-slug"

Common Use Cases

Use /api/services to get real-time status and online counts for all services.
Use /api/metrics/history to access historical data points for analytics.
Combine /api/overview with /api/metrics/all for comprehensive dashboard data.

Next Steps