ILYASAPI

REST API · V1

One API.
Build anything.

A lightweight REST API with predictable JSON, API-key authentication, rate limits, and documentation that gets out of your way.

BASE URL
https://ilyasapi.duckdns.org/api/v1
STATUS
Operational

Public health endpoint. No API key required.

AUTHBearer
API Keys

Protected endpoints use Authorization: Bearer ….

RATE LIMITPer key
60/min

Simple server-side request limiting.

ENDPOINTS

Small surface.
Clear contracts.

Full documentation →
GET /api/v1/health Public service health
GET /api/v1/ping Authenticated ping
POST /api/v1/echo JSON request test
QUICK STARTcurl
curl https://ilyasapi.duckdns.org/api/v1/ping \
  -H "Authorization: Bearer YOUR_API_KEY"