# Get Family Stats **GET /v1/reporting/stats/family** Get Family Stats ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ## Responses ### 200 successful operation #### Body: application/json (object) - **onPortal** (integer) Number of families on portal - **startingThisMonth** (integer) Number of families whose students' enrolment started or will start this month - **leavingThisMonth** (integer) Number of families whose students will no longer have an active enrolment as of the end of this calendar month. ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)