{
    "name": "Adjudicata API",
    "version": "2.0.0",
    "status": "operational",
    "stats": {
        "annonces_actives": 31,
        "annonces_enrichies": 0,
        "strategies_actives": 0,
        "recommandations_faisables": 0,
        "alertes_pending": 0
    },
    "last_jobs": [],
    "endpoints": {
        "GET    \/api\/annonces.php": "Liste annonces (filtres: dept, type, prix_min\/max, surface_min, q)",
        "GET    \/api\/estimer.php?cp=...&type=...": "Estimation prix m²",
        "GET    \/api\/strategies.php": "Mes stratégies (header X-User-Token)",
        "POST   \/api\/strategies.php": "Créer stratégie + rematch",
        "PUT    \/api\/strategies.php?id=...": "Modifier stratégie + rematch",
        "DELETE \/api\/strategies.php?id=...": "Supprimer",
        "GET    \/api\/recommandations.php": "Mes opportunités triées par score",
        "GET    \/api\/analyses.php": "Mes analyses sauvegardées",
        "POST   \/api\/analyses.php": "Sauvegarder une analyse",
        "GET    \/api\/user.php": "Mes préférences notif",
        "PUT    \/api\/user.php": "Modifier préférences (email, telegram_chat_id)"
    }
}