{
    "ok": true,
    "name": "Coptic Calendar API",
    "base_url": "http://coptic-calendar.stanthonymaadi.com/api",
    "endpoints": [
        {
            "path": "/api/calendar.php?date=2026-05-05&limit=8",
            "description": "Returns a flat keyed range of resolved day objects starting from the requested date."
        },
        {
            "path": "/api/day.php?date=2028-04-16",
            "description": "Returns one keyed day object directly, using the same structure as /api/days?year=2028."
        },
        {
            "path": "/api/days?year=2026",
            "description": "Returns a fully resolved Coptic daily calendar for the requested Gregorian year."
        },
        {
            "path": "/api/upcoming.php?date=2028-04-16&limit=8",
            "description": "Returns keyed upcoming day objects directly, using the same structure as /api/days?year=2028."
        },
        {
            "path": "/api/export.php",
            "description": "Exports resolved day objects as a downloadable JSON file."
        }
    ],
    "today_example": "http://coptic-calendar.stanthonymaadi.com/api/day.php?date=2026-06-22"
}