elnhnha

elnhnha API

Build and integrate with our core platform services through a secure, well-documented RESTful API.

Base URL

https://elnhnha.com/api/v1

Authentication

All endpoints require Bearer token authentication in the Authorization header:


curl -X GET "https://elnhnha.com/api/v1/status" \
     -H "Authorization: Bearer YOUR_API_KEY" \
     -H "Content-Type: application/json"

Endpoints

/status

Get API status and health information.

Method

GET

Authentication

Optional

Response

JSON

Example Response:


{
  "status": "healthy",
  "timestamp": "2025-09-19T12:34:56Z",
  "apiVersion": "2025-09-19"
}

/data

Retrieve structured data from our system.

Method

GET

Authentication

Required

Response

JSON

Parameters:

  • format - Data format (default: compact)
  • type - Data category (optional)
  • limit - Max items (default: 100)

Example Response:


{
  "data": [...],
  "meta": {
    "count": 42,
    "format": "compact"
  }
}

Error Responses

401 Unauthorized

Missing or invalid authentication token.

{"error": "unauthorized", "message": "Invalid credentials"}

429 Too Many Requests

Rate limit exceeded. Retry after delay.

{"error": "rate_limit", "retry_after": "30s"}

Rate Limiting

Free tier access gets 100 requests/minute. Paid plans available for higher limits.

Free Tier

100

RPM

Enterprise Tier

5000+

RPM