{"message":"Welcome to the Appointment Finder API","purpose":"This API provides access to appointment data scraped from the immigration office of Heilbronn and stored in a central database.","data_format":"Endpoints return data in a JSON format, ideal for data analysis with tools like Pandas.","endpoints":{"/docs":"Interactive API documentation (Swagger UI).","/redoc":"Alternative API documentation (ReDoc).","/appointments/":"Returns a list of all available appointments.","/appointments/latest":"Returns the latest appointments based on the maximum timestamp.","/appointments/{appointment_id}":"Fetches a specific appointment by its ID.","/summary/by-date":"Returns a summary of appointments grouped by date.","/summary/by-month":"Returns a summary of appointments grouped by month.","/status":"Returns the system status including record count and timestamps."}}