# Get Detailed Unit Offering Statistics **GET /api/v1/lecturer/{lecturerId}/unit-offerings/{unitOfferingId}/stats** Retrieves comprehensive analytics and statistics for a specific unit offering including performance metrics, engagement data, and detailed insights. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **lecturerId** (string) Unique identifier of the lecturer - **unitOfferingId** (string) Unique identifier of the unit offering ## Responses ### 200 Unit offering statistics retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Unit offering not found or access denied [Powered by Bump.sh](https://bump.sh)