API Examples
Interactive examples to explore the Coptic Calendar API
Endpoint
GET /readingsJavaScript
const response = await fetch(
'https://api.coptic.io/api/readings'
);
const readings = await response.json();Interactive examples to explore the Coptic Calendar API
Endpoint
GET /readingsconst response = await fetch(
'https://api.coptic.io/api/readings'
);
const readings = await response.json();