{
    "service": "healherbix-siirt-api",
    "version": "1.1.0",
    "endpoints": {
        "health": "https://healherbix.com/health",
        "api": "https://healherbix.com/api",
        "settings": "https://healherbix.com/api/settings"
    },
    "resources": [
        {
            "name": "duyurular",
            "description": "Siirt Belediyesi duyurulari",
            "source_url": "https://www.siirt.bel.tr/duyurular",
            "path": "/api/duyurular",
            "detail_path": "/api/duyurular/{slug}"
        },
        {
            "name": "haberler",
            "description": "Siirt Belediyesi haberleri",
            "source_url": "https://www.siirt.bel.tr/haberler",
            "path": "/api/haberler",
            "detail_path": "/api/haberler/{slug}"
        },
        {
            "name": "eczaneler",
            "description": "Siirt Merkez gunluk nobetci eczaneler",
            "source_url": "https://siirteo.org.tr/nobetci-eczaneler",
            "path": "/api/eczaneler",
            "detail_path": "/api/eczaneler/{slug}"
        }
    ]
}