{"message":"URL Shortener Service","version":"1.0.0","endpoints":{"create_short_link":{"method":"POST","path":"/links/shorten","description":"Создать короткую ссылку (с опциональным кастомным alias и сроком действия)"},"redirect_to_original":{"method":"GET","path":"/links/{short_code}","description":"Перенаправление на оригинальный URL"},"get_link_info":{"method":"GET","path":"/links/{short_code}/info","description":"Получить информацию о короткой ссылке"},"update_link":{"method":"PUT","path":"/links/{short_code}","description":"Обновить оригинальный URL для короткой ссылки"},"delete_link":{"method":"DELETE","path":"/links/{short_code}","description":"Удалить короткую ссылку"},"get_stats":{"method":"GET","path":"/links/{short_code}/stats","description":"Получить статистику по ссылке"},"search_by_original_url":{"method":"GET","path":"/links/search","description":"Поиск ссылок по оригинальному URL"}},"database":{"type":"SQLite (асинхронная)","file":"url_shortener.db"}}