Public Utility API Service
| API | Endpoint | Description |
|---|---|---|
| Status API | /api/status |
Check API health |
| Time API | /api/time?tz=Asia/Kolkata |
Get current time (auto timezone detect) |
| Date API | /api/date?format=iso&add=5 |
Get formatted date & add days |
| Latency API | /api/latency |
Measure server response speed |
| Geo API | /api/geo |
Get IP location & timezone |
| Random API | /api/random?min=1&max=100 |
Generate random number |
| UUID API | /api/uuid |
Generate unique ID |