Настройка на космос…
API
Precise astronomy over HTTP — status and void are public; chart and timing require an API key.
Pass your secret key on every protected request.
Authorization: Bearer sln_live_… # or X-Selene-Key: sln_live_…
| Method | Path | API key |
|---|---|---|
| GET | /api/v1/status | No |
| GET | /api/v1/voc | No |
| GET | /api/v1/chart | Yes |
| GET | /api/v1/timing | Yes |
| POST | /api/v1/compat | Consumer billing |
Base URL: https://selene.aktc.app
curl -H "Authorization: Bearer $SELENE_API_KEY" \ "https://selene.aktc.app/api/v1/chart?at=1990-04-12T06:30:00Z"
Requires an active API subscription. Create up to 5 keys.
Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Period.