Skip to main content

API Examples

Interactive examples to explore the Coptic Calendar API

Endpoint

GET /readings
JavaScript
const response = await fetch(
  'https://api.coptic.io/api/readings'
);
const readings = await response.json();