STATUS
Operational
Public health endpoint. No API key required.
REST API · V1
A lightweight REST API with predictable JSON, API-key authentication, rate limits, and documentation that gets out of your way.
https://ilyasapi.duckdns.org/api/v1
Public health endpoint. No API key required.
Protected endpoints use Authorization: Bearer ….
Simple server-side request limiting.
ENDPOINTS
/api/v1/health
Public service health
/api/v1/ping
Authenticated ping
/api/v1/echo
JSON request test
curl https://ilyasapi.duckdns.org/api/v1/ping \
-H "Authorization: Bearer YOUR_API_KEY"