{
    "name": "Terceiro Anjo Streaming API",
    "version": "2.0.0",
    "description": "Sequential TV\/Radio playlist management API",
    "endpoints": {
        "GET \/": "API information",
        "GET \/schedule\/all": "Returns the full playlist",
        "GET \/schedule\/now": "Returns the program currently on air",
        "GET \/schedule\/upcoming?hours=6&limit=20": "Returns upcoming programs",
        "GET \/schedule\/date\/{date}": "Returns programs for a specific date (YYYY-MM-DD)",
        "GET \/schedule\/range?start={ISO}&end={ISO}": "Returns programs within a date range",
        "GET \/schedule\/search?q={query}": "Search programs by name",
        "GET \/schedule\/stats": "Playlist statistics",
        "GET \/schedule\/download": "Download the active playlist CSV file",
        "GET \/health": "API health status",
        "POST \/cache\/clear": "Clear cache"
    },
    "timestamp_format": "ISO 8601 (e.g., 2025-10-13T14:39:19.262Z)",
    "timezone": "America\/Sao_Paulo (local) \/ UTC (storage)"
}