
LectServe is a public API providing protestant liturgical calendar.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | http://www.lectserve.com | Primary API endpoint. |
curl -X GET "http://www.lectserve.com" \ -H "Accept: application/json"