{
    "name": "Faithful Radio API",
    "version": "1.0",
    "endpoints": [
        {
            "method": "GET",
            "path": "\/api\/current-song.php",
            "description": "Current song metadata"
        },
        {
            "method": "GET",
            "path": "\/api\/voscast-stats.php",
            "description": "Current stream stats"
        },
        {
            "method": "GET",
            "path": "\/api\/now-playing.php",
            "description": "Now playing payload"
        },
        {
            "method": "POST",
            "path": "\/api\/song-request.php",
            "description": "Submit song request"
        },
        {
            "method": "POST",
            "path": "\/api\/subscription\/paypal\/create.php",
            "description": "Create PayPal subscription plan"
        },
        {
            "method": "POST",
            "path": "\/api\/analytics\/revenue.php",
            "description": "Track revenue event"
        }
    ]
}